JUnit version 4.13.2
.23:47:43.839 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:47:43.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:47:43.847 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:47:43.961 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive7276258987834225441
23:47:44.136 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:47:44.148 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:47:44.384 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:47:44.424 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:47:44.425 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
23:47:44.458 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
23:47:44.476 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:47:44.498 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
23:47:45.283 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:47:45.287 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
23:47:45.307 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:47:45.309 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:47:45.322 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:47:45.323 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:47:45.524 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:47:45.524 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:47:45.526 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:47:46.006 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:47:46.007 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef, with PersistenceManager: null will be shutdown
23:47:46.048 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3767dbf1 created in the thread with id: 13
23:47:46.122 [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
23:47:46.355 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.356 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.357 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.358 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.359 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.360 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:46.950 [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
23:47:46.951 [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.29
23:47:46.951 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef
23:47:47.293 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
23:47:47.339 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
23:47:47.387 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
23:47:47.390 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
23:47:47.463 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:47:47.470 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:47:47.782 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:47:47.791 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
23:47:47.801 [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)
23:47:47.802 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33509]...
23:47:47.802 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:47:47.802 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:47:47.802 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
23:47:47.802 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
23:47:47.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:47:47.988 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:47:47.989 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:47:48.004 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:47:48.005 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33509]
23:47:48.005 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33509) in binary transport mode
23:47:48.020 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33509) current connections: 1
23:47:48.107 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
23:47:48.234 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:47:48.237 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:47:48.241 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:47:48.276 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33509"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:47:48.667 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:48.676 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:47:48.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:48.679620 14357 mini_oidc.cc:150] Starting JWKS server
23:47:48.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:48.682237 14357 webserver.cc:534] Webserver started at http://127.0.0.1:37543/ using document root <none> and password file <none>
23:47:48.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:48.682458 14357 mini_oidc.cc:186] Starting OIDC Discovery server
23:47:48.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:48.683149 14357 webserver.cc:534] Webserver started at http://127.0.0.1:40159/ using document root <none> and password file <none>
23:47:48.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:48Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:47:48.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:48Z Disabled control of system clock
23:47:48.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:48.711483 14357 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/logs
23:47:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data/info.pb
23:47:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:48.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.126:40623
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.126
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:48.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509 with env {}
23:47:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.043673 14368 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.044137 14368 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.044236 14368 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:49.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053038 14368 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:49.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053136 14368 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:49.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053205 14368 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:49.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053248 14368 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:49.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053309 14368 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:49.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.053349 14368 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37543/jwks.json
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.063684 14368 master_runner.cc:387] Master server non-default flags:
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data
23:47:49.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:49.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:49.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.126:40623
23:47:49.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:49.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:49.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:49.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data/info.pb
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.126
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/logs
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:49.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.065608 14368 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:49.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.068216 14368 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:49.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.077283 14373 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
23:47:49.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.078073 14374 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
23:47:49.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.082015 14377 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
23:47:49.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.082504 14368 server_base.cc:1061] running on GCE node
23:47:49.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.083650 14368 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.085572 14368 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.086846 14368 hybrid_clock.cc:648] HybridClock initialized: now 1783468069086789 us; error 82 us; skew 500 ppm
23:47:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.087322 14368 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:49.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.090219 14368 webserver.cc:534] Webserver started at http://127.14.5.126:39591/ using document root <none> and password file <none>
23:47:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.090969 14368 fs_manager.cc:362] Metadata directory not provided
23:47:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.091059 14368 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.091459 14368 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:49.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.094065 14368 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data/instance:
23:47:49.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6961fa1675054f91890775dd9cd51e5d"
23:47:49.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.094841 14368 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal/instance:
23:47:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6961fa1675054f91890775dd9cd51e5d"
23:47:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.100353 14368 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
23:47:49.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.103741 14382 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:49.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.105173 14368 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
23:47:49.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.105342 14368 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6961fa1675054f91890775dd9cd51e5d"
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.105523 14368 fs_report.cc:389] FS layout report
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal
23:47:49.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data/data
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:49.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:49.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:49.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:49.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:49.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.135462 14368 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:49.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.136471 14368 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
23:47:49.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.136710 14368 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.158002 14368 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.126:40623
23:47:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.158010 14433 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.126:40623 every 8 connection(s)
23:47:49.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.159495 14368 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/data/info.pb
23:47:49.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.160774 14357 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14368
23:47:49.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.161110 14357 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-0/wal/instance
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.164093 14357 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/logs
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data/info.pb
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:49.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:49.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.125:40611
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.125
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:49.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509 with env {}
23:47:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.164916 14434 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.172165 14434 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.201431 14434 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.202812 14385 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.204726 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.125:40611: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.254065 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } attempt: 1
23:47:49.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.256542 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.125:40611: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.325325 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } attempt: 2
23:47:49.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.327514 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.125:40611: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.418759 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } attempt: 3
23:47:49.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.421080 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.125:40611: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.504841 14435 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:49.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.505120 14435 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:49.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.505196 14435 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:49.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513458 14435 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:49.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513542 14435 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:49.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513597 14435 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:49.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513635 14435 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:49.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513687 14435 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:49.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.513722 14435 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37543/jwks.json
23:47:49.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.524386 14435 master_runner.cc:387] Master server non-default flags:
23:47:49.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:49.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:49.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.125:40611
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:49.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data/info.pb
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.125
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/logs
23:47:49.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:49.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.526021 14435 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.527959 14435 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:49.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.536027 14444 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
23:47:49.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.536032 14443 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
23:47:49.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.536909 14446 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
23:47:49.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.538642 14435 server_base.cc:1061] running on GCE node
23:47:49.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.539438 14435 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:49.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.540872 14435 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:49.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.542127 14435 hybrid_clock.cc:648] HybridClock initialized: now 1783468069542067 us; error 48 us; skew 500 ppm
23:47:49.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.542529 14435 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.544878 14435 webserver.cc:534] Webserver started at http://127.14.5.125:46025/ using document root <none> and password file <none>
23:47:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.545596 14435 fs_manager.cc:362] Metadata directory not provided
23:47:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.545683 14435 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:49.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.545974 14435 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.548228 14435 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data/instance:
23:47:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91c647fcd2914ec1b37c515054495ab9"
23:47:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.548947 14435 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal/instance:
23:47:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91c647fcd2914ec1b37c515054495ab9"
23:47:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.554111 14435 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.005s
23:47:49.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.557232 14452 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:49.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.558502 14435 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
23:47:49.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.558632 14435 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91c647fcd2914ec1b37c515054495ab9"
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.558808 14435 fs_report.cc:389] FS layout report
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data/data
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:49.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:49.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:49.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:49.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:49.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.564311 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } attempt: 4
23:47:49.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.566593 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.125:40611: Network error: Client connection negotiation failed: client connection to 127.14.5.125:40611: connect: Connection refused (error 111)
23:47:49.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.583088 14435 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:49.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.583948 14435 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
23:47:49.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.584245 14435 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:49.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.604401 14435 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.125:40611
23:47:49.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.604422 14503 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.125:40611 every 8 connection(s)
23:47:49.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.605816 14435 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/data/info.pb
23:47:49.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.609666 14504 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:49.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.614840 14357 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14435
23:47:49.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.614969 14357 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-1/wal/instance
23:47:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.615763 14504 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.616274 14357 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal
23:47:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/logs
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data/info.pb
23:47:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:49.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:49.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.124:44361
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.124
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:49.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:49.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:49.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:49.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509 with env {}
23:47:49.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.631489 14504 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.640682 14504 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.641917 14453 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.643467 14504 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.692755 14504 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 1
23:47:49.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.695006 14504 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.763247 14504 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 2
23:47:49.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.765511 14504 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.856758 14504 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 3
23:47:49.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.859021 14504 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.865855 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } attempt: 5
23:47:49.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.872292 14434 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } has no permanent_uuid. Determining permanent_uuid...
23:47:49.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.874053 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.925410 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 1
23:47:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.927525 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.956501 14506 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.956809 14506 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.956892 14506 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965152 14506 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965242 14506 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965297 14506 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965339 14506 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965394 14506 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.965427 14506 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37543/jwks.json
23:47:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.976249 14506 master_runner.cc:387] Master server non-default flags:
23:47:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.5.84:44537
23:47:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33509
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.5.126:40623,127.14.5.125:40611,127.14.5.124:44361
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.5.124:44361
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37543/jwks.json
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data/info.pb
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.5.124
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/logs
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.978432 14506 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:49.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.980605 14506 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:49.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.988981 14514 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
23:47:49.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.989543 14513 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
23:47:49.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.989802 14516 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
23:47:49.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.990423 14506 server_base.cc:1061] running on GCE node
23:47:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.991084 14506 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:49.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.992655 14506 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:49.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.993906 14506 hybrid_clock.cc:648] HybridClock initialized: now 1783468069993860 us; error 36 us; skew 500 ppm
23:47:49.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.994324 14506 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:49.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.995811 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 2
23:47:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.997567 14506 webserver.cc:534] Webserver started at http://127.14.5.124:45289/ using document root <none> and password file <none>
23:47:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:49.997797 14434 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.998440 14506 fs_manager.cc:362] Metadata directory not provided
23:47:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.998588 14506 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:49.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:49.999020 14506 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:50.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.001487 14506 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data/instance:
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92377c7e7d614228b1f06f052a9dedb5"
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.002337 14504 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 4
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.002421 14506 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal/instance:
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92377c7e7d614228b1f06f052a9dedb5"
23:47:50.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:50.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.004179 14504 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.5.124:44361: Network error: Client connection negotiation failed: client connection to 127.14.5.124:44361: connect: Connection refused (error 111)
23:47:50.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.008201 14506 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.005s
23:47:50.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.011606 14522 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.012943 14506 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.013080 14506 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92377c7e7d614228b1f06f052a9dedb5"
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:49 on dist-test-slave-hdrm"
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.013279 14506 fs_report.cc:389] FS layout report
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data/data
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:50.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:50.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.038774 14506 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:50.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.039640 14506 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
23:47:50.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.039961 14506 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.061270 14506 rpc_server.cc:307] RPC server started. Bound to: 127.14.5.124:44361
23:47:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.061290 14573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.5.124:44361 every 8 connection(s)
23:47:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.063035 14506 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/data/info.pb
23:47:50.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.067441 14574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:50.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.068006 14357 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14506
23:47:50.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.068197 14357 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster16397359085893369306/master-2/wal/instance
23:47:50.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.074896 14574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } has no permanent_uuid. Determining permanent_uuid...
23:47:50.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.086300 14574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } has no permanent_uuid. Determining permanent_uuid...
23:47:50.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.094108 14574 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } has no permanent_uuid. Determining permanent_uuid...
23:47:50.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.104017 14434 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 3
23:47:50.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.107335 14574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: Bootstrap starting.
23:47:50.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.111671 14357 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:47:50.114 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:50.116 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:47:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.118777 14434 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: Bootstrap starting.
23:47:50.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.121024 14574 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: Neither blocks nor log segments found. Creating new log.
23:47:50.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.122761 14574 log.cc:826] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: Log is configured to *not* fsync() on all Append() calls
23:47:50.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.122960 14434 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: Neither blocks nor log segments found. Creating new log.
23:47:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.124219 14434 log.cc:826] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: Log is configured to *not* fsync() on all Append() calls
23:47:50.126 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.5.126"
      port: 40623
    }
    bound_http_address {
      host: "127.14.5.126"
      port: 39591
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.5.125"
      port: 40611
    }
    bound_http_address {
      host: "127.14.5.125"
      port: 46025
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.5.124"
      port: 44361
    }
    bound_http_address {
      host: "127.14.5.124"
      port: 45289
    }
  }
}

23:47:50.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.135768 14434 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: No bootstrap required, opened a new log
23:47:50.135 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:47:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.136396 14574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: No bootstrap required, opened a new log
23:47:50.136 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:50.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.142480 14574 raft_consensus.cc:359] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.142810 14574 raft_consensus.cc:385] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:50.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.142963 14574 raft_consensus.cc:740] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92377c7e7d614228b1f06f052a9dedb5, State: Initialized, Role: FOLLOWER
23:47:50.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.143893 14574 consensus_queue.cc:260] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.144661 14434 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.145179 14434 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.145141 14580 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.145551 14434 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6961fa1675054f91890775dd9cd51e5d, State: Initialized, Role: FOLLOWER
23:47:50.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.146415 14580 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.146284 14434 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.146740 14574 sys_catalog.cc:565] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: configured and running, proceeding with master startup.
23:47:50.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.147456 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.147778 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.148862 14434 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: configured and running, proceeding with master startup.
23:47:50.194 [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=60eff3d9-24d8-41f9-aa01-fbd17bb51c0d, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:50.197 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:47:50.198 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:47:50.203 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24e2cd87, with PersistenceManager: null will be shutdown
23:47:50.203 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24e2cd87, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1701afef created in the thread with id: 36
23:47:50.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.213316 14612 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:47:50.223 [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=	
23:47:50.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.224740 14603 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:50.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.219092 14368 master_runner.cc:187] Error getting master registration for 127.14.5.125:40611: OK, instance_id { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" instance_seqno: 1783468069598912 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:47:50.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.225318 14368 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:47:50.226 [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=	
23:47:50.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.226744 14605 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:50.229 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24e2cd87
23:47:50.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.221935 14506 master_runner.cc:187] Error getting master registration for 127.14.5.125:40611: OK, instance_id { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" instance_seqno: 1783468069598912 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:47:50.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.236864 14506 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:47:50.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.246213 14613 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:47:50.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.246596 14613 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:47:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.292084 14528 tablet.cc:2406] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:47:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.301398 14581 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:47:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.301728 14581 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.303411 14504 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } attempt: 5
23:47:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.303571 14581 leader_election.cc:290] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 91c647fcd2914ec1b37c515054495ab9 (127.14.5.125:40611), 92377c7e7d614228b1f06f052a9dedb5 (127.14.5.124:44361)
23:47:50.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.305473 14549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6961fa1675054f91890775dd9cd51e5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92377c7e7d614228b1f06f052a9dedb5" is_pre_election: true
23:47:50.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.306041 14549 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6961fa1675054f91890775dd9cd51e5d in term 0.
23:47:50.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.306646 14383 leader_election.cc:304] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [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: 6961fa1675054f91890775dd9cd51e5d, 92377c7e7d614228b1f06f052a9dedb5; no voters: 
23:47:50.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.308113 14581 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Leader pre-election won for term 1
23:47:50.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.308248 14581 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:47:50.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.308334 14581 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 0 FOLLOWER]: Advancing to term 1
23:47:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.318279 14504 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: Bootstrap starting.
23:47:50.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.320228 14581 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.326447 14549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6961fa1675054f91890775dd9cd51e5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92377c7e7d614228b1f06f052a9dedb5"
23:47:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.326675 14549 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 0 FOLLOWER]: Advancing to term 1
23:47:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.330000 14549 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6961fa1675054f91890775dd9cd51e5d in term 1.
23:47:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.330484 14383 leader_election.cc:304] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [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: 6961fa1675054f91890775dd9cd51e5d, 92377c7e7d614228b1f06f052a9dedb5; no voters: 
23:47:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.335976 14616 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 1 FOLLOWER]: Leader election won for term 1
23:47:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.336012 14581 leader_election.cc:290] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [CANDIDATE]: Term 1 election: Requested vote from peers 91c647fcd2914ec1b37c515054495ab9 (127.14.5.125:40611), 92377c7e7d614228b1f06f052a9dedb5 (127.14.5.124:44361)
23:47:50.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.345600 14616 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [term 1 LEADER]: Becoming Leader. State: Replica: 6961fa1675054f91890775dd9cd51e5d, State: Running, Role: LEADER
23:47:50.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.346632 14616 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.346932 14504 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: Neither blocks nor log segments found. Creating new log.
23:47:50.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.352481 14504 log.cc:826] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: Log is configured to *not* fsync() on all Append() calls
23:47:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.364215 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6961fa1675054f91890775dd9cd51e5d. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.364511 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: This master's current role is: LEADER
23:47:50.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.370707 14504 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: No bootstrap required, opened a new log
23:47:50.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.376456 14620 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:47:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.390309 14388 tablet.cc:2406] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:47:50.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.390311 14504 raft_consensus.cc:359] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.392364 14504 raft_consensus.cc:385] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:50.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.392882 14504 raft_consensus.cc:740] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91c647fcd2914ec1b37c515054495ab9, State: Initialized, Role: FOLLOWER
23:47:50.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.394171 14504 consensus_queue.cc:260] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } }
23:47:50.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.401610 14622 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [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: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.403468 14620 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:47:50.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.404253 14478 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6961fa1675054f91890775dd9cd51e5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91c647fcd2914ec1b37c515054495ab9"
23:47:50.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.404934 14478 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 0 FOLLOWER]: Advancing to term 1
23:47:50.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.408325 14478 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6961fa1675054f91890775dd9cd51e5d in term 1.
23:47:50.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.404280 14479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6961fa1675054f91890775dd9cd51e5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91c647fcd2914ec1b37c515054495ab9" is_pre_election: true
23:47:50.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.409409 14479 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 6961fa1675054f91890775dd9cd51e5d in term 1. Re-sending same reply.
23:47:50.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.404292 14504 sys_catalog.cc:565] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: configured and running, proceeding with master startup.
23:47:50.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.412659 14622 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.427915 14478 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [term 1 FOLLOWER]: Refusing update from remote peer 6961fa1675054f91890775dd9cd51e5d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:47:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.428124 14549 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [term 1 FOLLOWER]: Refusing update from remote peer 6961fa1675054f91890775dd9cd51e5d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:47:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.429185 14581 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [LEADER]: Connected to new peer: Peer: permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:47:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.429441 14616 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:47:50.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.445168 14622 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6961fa1675054f91890775dd9cd51e5d. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.445415 14622 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.452338 14624 mvcc.cc:204] Tried to move back new op lower bound from 7305085216444248064 to 7305085216150413312. Current Snapshot: MvccSnapshot[applied={T|T < 7305085216444248064}]
23:47:50.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.453599 14580 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6961fa1675054f91890775dd9cd51e5d. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.453938 14580 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.456255 14622 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.456473 14622 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.457248 14628 mvcc.cc:204] Tried to move back new op lower bound from 7305085216444248064 to 7305085216150413312. Current Snapshot: MvccSnapshot[applied={T|T < 7305085216444248064}]
23:47:50.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.463346 14627 mvcc.cc:204] Tried to move back new op lower bound from 7305085216444248064 to 7305085216150413312. Current Snapshot: MvccSnapshot[applied={T|T < 7305085216444248064}]
23:47:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.465746 14580 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.465967 14580 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5 [sys.catalog]: This master's current role is: FOLLOWER
23:47:50.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.478844 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.479135 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: This master's current role is: LEADER
23:47:50.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.479977 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6961fa1675054f91890775dd9cd51e5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6961fa1675054f91890775dd9cd51e5d" member_type: VOTER last_known_addr { host: "127.14.5.126" port: 40623 } } peers { permanent_uuid: "91c647fcd2914ec1b37c515054495ab9" member_type: VOTER last_known_addr { host: "127.14.5.125" port: 40611 } } peers { permanent_uuid: "92377c7e7d614228b1f06f052a9dedb5" member_type: VOTER last_known_addr { host: "127.14.5.124" port: 44361 } } }
23:47:50.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.480211 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d [sys.catalog]: This master's current role is: LEADER
23:47:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.483762 14620 catalog_manager.cc:1382] Generated new cluster ID: 91be25abf0d6484ea2cb8503dc3d9ee3
23:47:50.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.483896 14620 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:47:50.488 [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=	
23:47:50.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.492144 14641 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:50.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.514722 14645 catalog_manager.cc:1294] Loaded cluster ID: 91be25abf0d6484ea2cb8503dc3d9ee3
23:47:50.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.515209 14645 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: loading cluster ID for follower catalog manager: success
23:47:50.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.516884 14645 catalog_manager.cc:1611] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: acquiring CA information for follower catalog manager: Not found: root CA entry not found
23:47:50.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:50.524959 14645 catalog_manager.cc:883] Not found: root CA entry not found: failed to prepare follower catalog manager, will retry
23:47:50.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.528743 14620 catalog_manager.cc:1405] Generated new certificate authority record
23:47:50.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.530727 14620 catalog_manager.cc:1539] Loading token signing keys...
23:47:50.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.555284 14620 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6961fa1675054f91890775dd9cd51e5d: Generated new TSK 0
23:47:50.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.556818 14620 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:47:50.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.558420 14620 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:47:50.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:50.561265 14620 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:47:51.236 [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=	
23:47:51.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:51.237560 14605 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:51.243 [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.
23:47:51.249 [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=	
23:47:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.249102 14613 catalog_manager.cc:1294] Loaded cluster ID: 91be25abf0d6484ea2cb8503dc3d9ee3
23:47:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.249214 14613 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: loading cluster ID for follower catalog manager: success
23:47:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:51.249790 14603 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:51.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.253782 14613 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: acquiring CA information for follower catalog manager: success
23:47:51.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.256600 14613 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 92377c7e7d614228b1f06f052a9dedb5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:47:51.265 [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.
23:47:51.265 [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.
23:47:51.480 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:51.493 [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/hive7276258987834225441/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=60eff3d9-24d8-41f9-aa01-fbd17bb51c0d, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:51.499 [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=	
23:47:51.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:51.499974 14641 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.530009 14645 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: acquiring CA information for follower catalog manager: success
23:47:51.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:51.533249 14645 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 91c647fcd2914ec1b37c515054495ab9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:47:51.580 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:51.745 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:47:51.748 [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)
23:47:51.751 [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)

23:47:51.783 [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.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:51.810 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:51.815 [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/hive7276258987834225441/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.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:51.818 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:51.839 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:47:51.840 [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)
23:47:51.841 [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)

23:47:51.842 [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=bc4a92da-5401-430a-91a2-94a80bb15a97, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:51.846 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:51.850 [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/hive7276258987834225441/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=bc4a92da-5401-430a-91a2-94a80bb15a97, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:51.853 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:51.874 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
23:47:51.879 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
23:47:51.880 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
23:47:51.886 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@1860437f
23:47:51.917 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
23:47:51.917 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
23:47:51.917 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
23:47:51.918 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
23:47:51.918 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
23:47:51.919 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
23:47:51.920 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
23:47:51.920 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
23:47:51.921 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
23:47:51.921 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
23:47:51.923 [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
23:47:51.924 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
23:47:51.924 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
23:47:51.924 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:47:51.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:47:51.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
23:47:51.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
23:47:51.927 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
23:47:51.927 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
23:47:51.936 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
23:47:51.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
23:47:51.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
23:47:51.986 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
23:47:51.986 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
23:47:51.994 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
23:47:51.994 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
23:47:52.052 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
23:47:52.053 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
23:47:52.067 [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)
23:47:52.070 [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.
23:47:52.094 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:47:52.240 [INFO - Metastore-Handler-Pool: Thread-53] (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=	
23:47:52.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:52.241032 14605 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:52.244 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.5.124:44361(127.14.5.124:44361)] connecting to peer
23:47:52.252 [INFO - Metastore-Handler-Pool: Thread-54] (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=	
23:47:52.252 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 14305 (auto-detected)
23:47:52.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:52.252871 14603 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:52.255 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
23:47:52.255 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
23:47:52.257 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
23:47:52.258 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
23:47:52.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:f8:ff:fe:0c:cd:7a (auto-detected)
23:47:52.284 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
23:47:52.284 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
23:47:52.285 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:47:52.290 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
23:47:52.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.5.125:40611(127.14.5.125:40611)] connecting to peer
23:47:52.295 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.5.126:40623(127.14.5.126:40623)] connecting to peer
23:47:52.311 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.5.125:40611(127.14.5.125:40611)] Successfully connected to peer
23:47:52.315 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.5.126:40623(127.14.5.126:40623)] Successfully connected to peer
23:47:52.320 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.5.124:44361(127.14.5.124:44361)] Successfully connected to peer
23:47:52.323 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
23:47:52.323 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
23:47:52.323 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3466f910
23:47:52.327 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
23:47:52.327 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
23:47:52.327 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
23:47:52.327 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
23:47:52.327 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
23:47:52.396 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.5.126
23:47:52.396 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.5.125
23:47:52.396 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.5.124
23:47:52.502 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:52.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:52.502750 14641 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:52.569 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:52.569 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:52.572 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:52.588 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x78175b35, L:/127.0.0.1:60528 - R:/127.14.5.124:44361] using SASL/PLAIN
23:47:52.589 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2f32bc98, L:/127.0.0.1:58258 - R:/127.14.5.125:40611] using SASL/PLAIN
23:47:52.588 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xa79f24bd, L:/127.0.0.1:53370 - R:/127.14.5.126:40623] using SASL/PLAIN
23:47:52.631 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:47:52.638 [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)
23:47:52.639 [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)

23:47:52.640 [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=d3ef8e23-584e-4e45-8bc9-fef9cc8ebf5c, 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)	
23:47:52.644 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:52.647 [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/hive7276258987834225441/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=d3ef8e23-584e-4e45-8bc9-fef9cc8ebf5c, 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)
23:47:52.650 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:52.669 [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)
23:47:52.670 [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)

23:47:52.672 [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=e02abc45-2b70-47aa-9946-78ed5ff28cd0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:52.675 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:52.679 [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/hive7276258987834225441/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=e02abc45-2b70-47aa-9946-78ed5ff28cd0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:52.681 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:52.766 [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	
23:47:52.836 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:52.846 [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	
23:47:53.019 [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.
23:47:53.251 [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=	
23:47:53.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:53.252375 14605 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:53.265 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:53.266356 14603 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:53.319 [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.
23:47:53.371 [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.
23:47:53.416 [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
23:47:53.507 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:53.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:53.508272 14641 client.h:373] Failed to connect to Hive Metastore (localhost:33509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:53.557 [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=8582870d-7b21-4d8b-8ffe-3e8881cf3bb1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:53.560 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:53.563 [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/hive7276258987834225441/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=8582870d-7b21-4d8b-8ffe-3e8881cf3bb1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.5.124:44361,127.14.5.125:40611,127.14.5.126:40623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:53.566 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7276258987834225441/external-warehouse/table
23:47:53.607 [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	
23:47:53.633 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:53.634 [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	
23:47:53.691 [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
23:47:53.712 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:47:53.713 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:47:53.713 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24e2cd87, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1701afef will be shutdown
23:47:53.714 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:47:53.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.713469 14357 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14368
23:47:53.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.715224 14429 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:53.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.844053 14357 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14368
23:47:53.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.864269 14357 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14435
23:47:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.865525 14499 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:53.868 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.5.126:40623(127.14.5.126:40623)] handling channelInactive
23:47:53.868 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.5.126:40623(127.14.5.126:40623)] cleaning up while in state READY due to: connection closed
23:47:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.967947 14357 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14435
23:47:53.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.987545 14357 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14506
23:47:53.988 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.5.125:40611(127.14.5.125:40611)] handling channelInactive
23:47:53.988 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.5.125:40611(127.14.5.125:40611)] cleaning up while in state READY due to: connection closed
23:47:53.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:53.988871 14569 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:54.090461 14357 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14506
23:47:54.110 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.5.124:44361(127.14.5.124:44361)] handling channelInactive
23:47:54.110 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.5.124:44361(127.14.5.124:44361)] cleaning up while in state READY due to: connection closed
23:47:54.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:54Z chronyd exiting
.23:47:54.249 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:47:54.249 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:47:54.250 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:47:54.275 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16039747179543286746
23:47:54.276 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:47:54.276 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:47:54.280 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:47:54.280 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:47:54.280 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:47:54.285 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:47:54.289 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:47:54.289 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:47:54.290 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:47:54.290 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:47:54.291 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
23:47:54.388 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:47:54.388 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
23:47:54.388 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:47:54.390 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:47:54.392 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:47:54.393 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:47:54.414 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:47:54.415 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:47:54.415 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:47:54.449 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.450 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.451 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.451 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.452 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.453 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:47:54.726 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:47:54.727 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151560c6, with PersistenceManager: null will be shutdown
23:47:54.727 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151560c6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3d47efbd created in the thread with id: 65
23:47:54.729 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:47:54.732 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151560c6
23:47:54.842 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
23:47:54.863 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
23:47:54.890 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
23:47:54.892 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
23:47:54.919 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:47:54.920 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:47:54.920 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:47:54.920 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
23:47:54.921 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:47:54.921 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [44933]...
23:47:54.921 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:47:54.921 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:47:54.921 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
23:47:54.921 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
23:47:55.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:47:55.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:47:55.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:47:55.281 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:47:55.282 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44933]
23:47:55.282 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44933) in binary transport mode
23:47:55.282 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44933) current connections: 1
23:47:55.284 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:47:55.284 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:47:55.284 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:47:55.287 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44933"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:47:55.603 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:55.603 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:47:55.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.606185 14709 mini_oidc.cc:150] Starting JWKS server
23:47:55.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.608552 14709 webserver.cc:534] Webserver started at http://127.0.0.1:34753/ using document root <none> and password file <none>
23:47:55.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.608858 14709 mini_oidc.cc:186] Starting OIDC Discovery server
23:47:55.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.609445 14709 webserver.cc:534] Webserver started at http://127.0.0.1:33547/ using document root <none> and password file <none>
23:47:55.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:55Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:47:55.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:55Z Disabled control of system clock
23:47:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.636724 14709 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/logs
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data/info.pb
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.126:40335
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.126
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:55.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933 with env {}
23:47:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.950785 14720 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.951107 14720 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.951181 14720 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.959760 14720 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.960203 14720 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.960332 14720 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.960398 14720 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.960485 14720 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:55.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.960542 14720 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34753/jwks.json
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.970446 14720 master_runner.cc:387] Master server non-default flags:
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data
23:47:55.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.126:40335
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data/info.pb
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.126
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/logs
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:55.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:55.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.972609 14720 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:55.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.974391 14720 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:55.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.982798 14726 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
23:47:55.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.982990 14725 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
23:47:55.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:55.982821 14728 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
23:47:55.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.983191 14720 server_base.cc:1061] running on GCE node
23:47:55.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.984182 14720 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:55.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.985452 14720 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:55.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.986672 14720 hybrid_clock.cc:648] HybridClock initialized: now 1783468075986616 us; error 46 us; skew 500 ppm
23:47:55.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.987046 14720 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.989269 14720 webserver.cc:534] Webserver started at http://127.14.93.126:34199/ using document root <none> and password file <none>
23:47:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.989893 14720 fs_manager.cc:362] Metadata directory not provided
23:47:55.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.990020 14720 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:55.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.990353 14720 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:55.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.992614 14720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data/instance:
23:47:55.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f30632bd0f8143f39d7a8ba96e1d56cb"
23:47:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:55 on dist-test-slave-hdrm"
23:47:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.993289 14720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal/instance:
23:47:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f30632bd0f8143f39d7a8ba96e1d56cb"
23:47:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:55 on dist-test-slave-hdrm"
23:47:55.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:55.997947 14720 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
23:47:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.000960 14734 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.002184 14720 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.002332 14720 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f30632bd0f8143f39d7a8ba96e1d56cb"
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:55 on dist-test-slave-hdrm"
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.002502 14720 fs_report.cc:389] FS layout report
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data/data
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:56.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.050480 14720 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:56.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.051389 14720 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
23:47:56.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.051640 14720 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:56.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.071039 14720 rpc_server.cc:307] RPC server started. Bound to: 127.14.93.126:40335
23:47:56.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.071064 14786 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.93.126:40335 every 8 connection(s)
23:47:56.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.072511 14720 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/data/info.pb
23:47:56.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.076359 14787 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:56.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.082011 14709 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14720
23:47:56.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.081807 14787 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.082362 14709 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-0/wal/instance
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.085189 14709 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/logs
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data/info.pb
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.125:46479
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.125
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:56.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933 with env {}
23:47:56.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.102697 14787 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.103902 14737 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.105530 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.125:46479: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.154906 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } attempt: 1
23:47:56.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.157256 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.125:46479: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.225513 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } attempt: 2
23:47:56.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.227769 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.125:46479: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.319046 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } attempt: 3
23:47:56.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.321004 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.125:46479: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.402726 14790 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:56.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.403038 14790 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:56.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.403110 14790 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:56.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411470 14790 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:56.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411582 14790 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:56.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411659 14790 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:56.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411712 14790 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:56.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411791 14790 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:56.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.411870 14790 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34753/jwks.json
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.422557 14790 master_runner.cc:387] Master server non-default flags:
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:56.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.125:46479
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data/info.pb
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.125
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/logs
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:56.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.424134 14790 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:56.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.425886 14790 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:56.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.433574 14797 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
23:47:56.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.433579 14796 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
23:47:56.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.434358 14799 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
23:47:56.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.435251 14790 server_base.cc:1061] running on GCE node
23:47:56.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.435988 14790 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:56.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.437316 14790 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:56.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.438537 14790 hybrid_clock.cc:648] HybridClock initialized: now 1783468076438477 us; error 46 us; skew 500 ppm
23:47:56.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.438928 14790 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:56.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.444829 14790 webserver.cc:534] Webserver started at http://127.14.93.125:40391/ using document root <none> and password file <none>
23:47:56.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.445556 14790 fs_manager.cc:362] Metadata directory not provided
23:47:56.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.445684 14790 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:56.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.446046 14790 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:56.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.448387 14790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data/instance:
23:47:56.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e36e5af00c394172baf13e01b20f0328"
23:47:56.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.449208 14790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal/instance:
23:47:56.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e36e5af00c394172baf13e01b20f0328"
23:47:56.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.454265 14790 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
23:47:56.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.457437 14805 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:56.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.458688 14790 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.458849 14790 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e36e5af00c394172baf13e01b20f0328"
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.459082 14790 fs_report.cc:389] FS layout report
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data/data
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:56.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:56.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:56.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:56.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:56.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.464238 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } attempt: 4
23:47:56.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.466341 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.125:46479: Network error: Client connection negotiation failed: client connection to 127.14.93.125:46479: connect: Connection refused (error 111)
23:47:56.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.482998 14790 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:56.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.484069 14790 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
23:47:56.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.484381 14790 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:56.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.504298 14790 rpc_server.cc:307] RPC server started. Bound to: 127.14.93.125:46479
23:47:56.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.504318 14856 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.93.125:46479 every 8 connection(s)
23:47:56.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.505868 14790 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/data/info.pb
23:47:56.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.509922 14857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:56.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.511467 14709 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14790
23:47:56.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.511646 14709 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-1/wal/instance
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.512962 14709 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/logs
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data/info.pb
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.124:41383
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.124
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:56.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:56.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933 with env {}
23:47:56.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.517957 14857 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.530038 14857 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.538574 14857 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.539608 14806 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.541159 14857 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.590437 14857 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 1
23:47:56.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.592578 14857 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.660802 14857 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 2
23:47:56.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.662874 14857 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.754201 14857 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 3
23:47:56.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.756531 14857 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.765542 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } attempt: 5
23:47:56.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.771696 14787 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.773512 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.824779 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 1
23:47:56.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.826792 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.830410 14858 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:47:56.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.830685 14858 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:47:56.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.830758 14858 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.838985 14858 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.839061 14858 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.839112 14858 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.839150 14858 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.839203 14858 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:47:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.839234 14858 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34753/jwks.json
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.848915 14858 master_runner.cc:387] Master server non-default flags:
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.93.84:43875
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44933
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.93.126:40335,127.14.93.125:46479,127.14.93.124:41383
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.93.124:41383
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34753/jwks.json
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data/info.pb
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.93.124
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:47:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/logs
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:47:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.850391 14858 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:47:56.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.852130 14858 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:47:56.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.859730 14866 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
23:47:56.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.859835 14867 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
23:47:56.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.860867 14869 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
23:47:56.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.861569 14858 server_base.cc:1061] running on GCE node
23:47:56.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.862298 14858 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:47:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.863691 14858 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:47:56.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.865120 14858 hybrid_clock.cc:648] HybridClock initialized: now 1783468076865090 us; error 49 us; skew 500 ppm
23:47:56.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.865549 14858 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:47:56.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.867578 14858 webserver.cc:534] Webserver started at http://127.14.93.124:43883/ using document root <none> and password file <none>
23:47:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.868311 14858 fs_manager.cc:362] Metadata directory not provided
23:47:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.868402 14858 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:47:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.868695 14858 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.870868 14858 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data/instance:
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "041576da477b4083ac53570415121b64"
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.871690 14858 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal/instance:
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "041576da477b4083ac53570415121b64"
23:47:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.876801 14858 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
23:47:56.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.880170 14875 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:47:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.881410 14858 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
23:47:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.881573 14858 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal
23:47:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "041576da477b4083ac53570415121b64"
23:47:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:47:56 on dist-test-slave-hdrm"
23:47:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.881779 14858 fs_report.cc:389] FS layout report
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data/data
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:47:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:47:56.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.895020 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 2
23:47:56.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.897109 14787 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.899828 14857 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 4
23:47:56.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:56.901566 14857 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.93.124:41383: Network error: Client connection negotiation failed: client connection to 127.14.93.124:41383: connect: Connection refused (error 111)
23:47:56.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.909965 14858 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:47:56.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.910795 14858 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
23:47:56.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.911053 14858 kserver.cc:163] Server-wide thread pool size limit: 3276
23:47:56.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.932659 14858 rpc_server.cc:307] RPC server started. Bound to: 127.14.93.124:41383
23:47:56.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.932678 14927 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.93.124:41383 every 8 connection(s)
23:47:56.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.934216 14858 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/data/info.pb
23:47:56.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.938265 14928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:47:56.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.938834 14709 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 14858
23:47:56.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.939051 14709 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12768398461730167391/master-2/wal/instance
23:47:56.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.944515 14928 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.955747 14928 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.962355 14928 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } has no permanent_uuid. Determining permanent_uuid...
23:47:56.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.973011 14928 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: Bootstrap starting.
23:47:56.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.976444 14928 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: Neither blocks nor log segments found. Creating new log.
23:47:56.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.977099 14709 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:47:56.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.977546 14928 log.cc:826] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: Log is configured to *not* fsync() on all Append() calls
23:47:56.979 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:56.979 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:47:56.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.979979 14928 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: No bootstrap required, opened a new log
23:47:56.980 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.93.126"
      port: 40335
    }
    bound_http_address {
      host: "127.14.93.126"
      port: 34199
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.93.125"
      port: 46479
    }
    bound_http_address {
      host: "127.14.93.125"
      port: 40391
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.93.124"
      port: 41383
    }
    bound_http_address {
      host: "127.14.93.124"
      port: 43883
    }
  }
}

23:47:56.981 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:47:56.982 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:47:56.983 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=34f6f9fd-426c-4612-97d0-e91860533cf3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.93.124:41383,127.14.93.125:46479,127.14.93.126:40335}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:56.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.986475 14928 raft_consensus.cc:359] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:56.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.986815 14928 raft_consensus.cc:385] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.986924 14928 raft_consensus.cc:740] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 041576da477b4083ac53570415121b64, State: Initialized, Role: FOLLOWER
23:47:56.987 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:47:56.987 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:47:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.987560 14928 consensus_queue.cc:260] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:56.988 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cd4e9cf, with PersistenceManager: null will be shutdown
23:47:56.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.988629 14933 sys_catalog.cc:455] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.989095 14933 sys_catalog.cc:458] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: This master's current role is: FOLLOWER
23:47:56.989 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cd4e9cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3f66e4b9 created in the thread with id: 86
23:47:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:56.989734 14928 sys_catalog.cc:565] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: configured and running, proceeding with master startup.
23:47:56.995 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cd4e9cf
23:47:57.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.003351 14787 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 3
23:47:57.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.021649 14787 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: Bootstrap starting.
23:47:57.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.026913 14787 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: Neither blocks nor log segments found. Creating new log.
23:47:57.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.030329 14787 log.cc:826] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: Log is configured to *not* fsync() on all Append() calls
23:47:57.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.045895 14787 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: No bootstrap required, opened a new log
23:47:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.055395 14787 raft_consensus.cc:359] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.055979 14787 raft_consensus.cc:385] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.056269 14787 raft_consensus.cc:740] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f30632bd0f8143f39d7a8ba96e1d56cb, State: Initialized, Role: FOLLOWER
23:47:57.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.057188 14787 consensus_queue.cc:260] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.064440 14946 sys_catalog.cc:455] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.066828 14946 sys_catalog.cc:458] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.066715 14787 sys_catalog.cc:565] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: configured and running, proceeding with master startup.
23:47:57.081 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:57.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.082413 14947 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:57.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.093705 14952 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:47:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.097561 14858 master_runner.cc:187] Error getting master registration for 127.14.93.126:40335: OK, instance_id { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" instance_seqno: 1783468076065963 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:47:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.103703 14858 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:47:57.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.163208 14881 tablet.cc:2406] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:47:57.172 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:57.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.173640 14962 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:57.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.200805 14857 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } attempt: 5
23:47:57.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.196112 14720 master_runner.cc:187] Error getting master registration for 127.14.93.125:46479: OK, instance_id { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" instance_seqno: 1783468076498754 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:47:57.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.201989 14720 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:47:57.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.214849 14857 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: Bootstrap starting.
23:47:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.219111 14857 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: Neither blocks nor log segments found. Creating new log.
23:47:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.219064 14946 raft_consensus.cc:493] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:47:57.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.219298 14946 raft_consensus.cc:515] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.221100 14946 leader_election.cc:290] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e36e5af00c394172baf13e01b20f0328 (127.14.93.125:46479), 041576da477b4083ac53570415121b64 (127.14.93.124:41383)
23:47:57.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.221912 14903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "041576da477b4083ac53570415121b64" is_pre_election: true
23:47:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.222406 14903 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f30632bd0f8143f39d7a8ba96e1d56cb in term 0.
23:47:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.223009 14735 leader_election.cc:304] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [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: 041576da477b4083ac53570415121b64, f30632bd0f8143f39d7a8ba96e1d56cb; no voters: 
23:47:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.223567 14946 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Leader pre-election won for term 1
23:47:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.223708 14946 raft_consensus.cc:493] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:47:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.223814 14946 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 0 FOLLOWER]: Advancing to term 1
23:47:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.227042 14946 raft_consensus.cc:515] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.229314 14903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "041576da477b4083ac53570415121b64"
23:47:57.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.229522 14903 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 0 FOLLOWER]: Advancing to term 1
23:47:57.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.233660 14903 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f30632bd0f8143f39d7a8ba96e1d56cb in term 1.
23:47:57.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.234418 14735 leader_election.cc:304] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [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: 041576da477b4083ac53570415121b64, f30632bd0f8143f39d7a8ba96e1d56cb; no voters: 
23:47:57.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.236984 14946 leader_election.cc:290] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [CANDIDATE]: Term 1 election: Requested vote from peers e36e5af00c394172baf13e01b20f0328 (127.14.93.125:46479), 041576da477b4083ac53570415121b64 (127.14.93.124:41383)
23:47:57.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.237946 14946 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 1 FOLLOWER]: Leader election won for term 1
23:47:57.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.238662 14946 raft_consensus.cc:697] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [term 1 LEADER]: Becoming Leader. State: Replica: f30632bd0f8143f39d7a8ba96e1d56cb, State: Running, Role: LEADER
23:47:57.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.240803 14946 consensus_queue.cc:237] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.247833 14857 log.cc:826] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: Log is configured to *not* fsync() on all Append() calls
23:47:57.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.252393 14946 sys_catalog.cc:455] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: SysCatalogTable state changed. Reason: New leader f30632bd0f8143f39d7a8ba96e1d56cb. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.252679 14946 sys_catalog.cc:458] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: This master's current role is: LEADER
23:47:57.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.256685 14857 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: No bootstrap required, opened a new log
23:47:57.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.258466 14966 catalog_manager.cc:1593] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:47:57.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.258738 14966 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:47:57.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.258976 14971 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:47:57.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.261371 14971 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:47:57.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.264457 14857 raft_consensus.cc:359] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.264923 14857 raft_consensus.cc:385] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:47:57.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.265228 14857 raft_consensus.cc:740] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e36e5af00c394172baf13e01b20f0328, State: Initialized, Role: FOLLOWER
23:47:57.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.266283 14857 consensus_queue.cc:260] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } }
23:47:57.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.273531 14973 sys_catalog.cc:455] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [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: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.275878 14832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e36e5af00c394172baf13e01b20f0328" is_pre_election: true
23:47:57.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.276316 14903 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [term 1 FOLLOWER]: Refusing update from remote peer f30632bd0f8143f39d7a8ba96e1d56cb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:47:57.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.276564 14832 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f30632bd0f8143f39d7a8ba96e1d56cb in term 0.
23:47:57.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.276124 14831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e36e5af00c394172baf13e01b20f0328"
23:47:57.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.277149 14831 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 0 FOLLOWER]: Advancing to term 1
23:47:57.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.277340 14968 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [LEADER]: Connected to new peer: Peer: permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:47:57.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.281026 14831 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f30632bd0f8143f39d7a8ba96e1d56cb in term 1.
23:47:57.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.276268 14857 sys_catalog.cc:565] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: configured and running, proceeding with master startup.
23:47:57.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.283492 14973 sys_catalog.cc:458] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.284967 14831 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [term 1 FOLLOWER]: Refusing update from remote peer f30632bd0f8143f39d7a8ba96e1d56cb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:47:57.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.286042 14968 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [LEADER]: Connected to new peer: Peer: permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:47:57.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.304536 14740 tablet.cc:2406] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:47:57.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.316684 14933 sys_catalog.cc:455] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f30632bd0f8143f39d7a8ba96e1d56cb. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.316937 14933 sys_catalog.cc:458] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.319191 14972 mvcc.cc:204] Tried to move back new op lower bound from 7305085244513087488 to 7305085244388454400. Current Snapshot: MvccSnapshot[applied={T|T < 7305085244513087488}]
23:47:57.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.325228 14974 mvcc.cc:204] Tried to move back new op lower bound from 7305085244513087488 to 7305085244388454400. Current Snapshot: MvccSnapshot[applied={T|T < 7305085244513087488}]
23:47:57.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.336385 14933 sys_catalog.cc:455] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.336620 14933 sys_catalog.cc:458] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64 [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.340946 14973 sys_catalog.cc:455] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f30632bd0f8143f39d7a8ba96e1d56cb. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.341167 14973 sys_catalog.cc:458] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.345283 14968 sys_catalog.cc:455] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.345605 14968 sys_catalog.cc:458] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: This master's current role is: LEADER
23:47:57.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.353063 14971 catalog_manager.cc:1382] Generated new cluster ID: 86b17fd8b46b472abd388078c33e641d
23:47:57.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.353186 14971 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:47:57.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.365078 14968 sys_catalog.cc:455] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.365403 14968 sys_catalog.cc:458] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb [sys.catalog]: This master's current role is: LEADER
23:47:57.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.380573 14973 sys_catalog.cc:455] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f30632bd0f8143f39d7a8ba96e1d56cb" member_type: VOTER last_known_addr { host: "127.14.93.126" port: 40335 } } peers { permanent_uuid: "e36e5af00c394172baf13e01b20f0328" member_type: VOTER last_known_addr { host: "127.14.93.125" port: 46479 } } peers { permanent_uuid: "041576da477b4083ac53570415121b64" member_type: VOTER last_known_addr { host: "127.14.93.124" port: 41383 } } }
23:47:57.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.380892 14973 sys_catalog.cc:458] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328 [sys.catalog]: This master's current role is: FOLLOWER
23:47:57.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.397388 14971 catalog_manager.cc:1405] Generated new certificate authority record
23:47:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.399631 14971 catalog_manager.cc:1539] Loading token signing keys...
23:47:57.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.421648 14971 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f30632bd0f8143f39d7a8ba96e1d56cb: Generated new TSK 0
23:47:57.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.422793 14971 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:47:57.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.423906 14971 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:47:57.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.425557 14971 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:47:57.432 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:57.433525 14993 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:57.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.450728 14997 catalog_manager.cc:1294] Loaded cluster ID: 86b17fd8b46b472abd388078c33e641d
23:47:57.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.451110 14997 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: loading cluster ID for follower catalog manager: success
23:47:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.455269 14997 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: acquiring CA information for follower catalog manager: success
23:47:57.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:57.458002 14997 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e36e5af00c394172baf13e01b20f0328: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:47:57.594 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:57.605 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:57.605 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:57.723 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:57.732 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16039747179543286746/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=34f6f9fd-426c-4612-97d0-e91860533cf3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.93.124:41383,127.14.93.125:46479,127.14.93.126:40335}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:57.735 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16039747179543286746/external-warehouse/table
23:47:57.999 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:58.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:58.100294 14952 catalog_manager.cc:1294] Loaded cluster ID: 86b17fd8b46b472abd388078c33e641d
23:47:58.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:58.100420 14952 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: loading cluster ID for follower catalog manager: success
23:47:58.101 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:47:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:58.102326 14947 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:58.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:58.104743 14952 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: acquiring CA information for follower catalog manager: success
23:47:58.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:58.107359 14952 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 041576da477b4083ac53570415121b64: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:47:58.108 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:58.114 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:58.184 [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=	
23:47:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:58.184971 14962 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:58.359 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:58.448 [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=	
23:47:58.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:58.449299 14993 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:58.559 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:58.599 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:47:58.626 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:58.726 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:47:58.727 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:47:58.729 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.14.93.124:41383(127.14.93.124:41383)] connecting to peer
23:47:58.730 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.14.93.125:46479(127.14.93.125:46479)] connecting to peer
23:47:58.731 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.14.93.126:40335(127.14.93.126:40335)] connecting to peer
23:47:58.732 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.93.124:41383(127.14.93.124:41383)] Successfully connected to peer
23:47:58.732 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.93.125:46479(127.14.93.125:46479)] Successfully connected to peer
23:47:58.734 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.93.126:40335(127.14.93.126:40335)] Successfully connected to peer
23:47:58.746 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.93.125
23:47:58.774 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.93.124
23:47:58.786 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:58.788 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.93.126
23:47:58.792 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x112c00b5, L:/127.0.0.1:60636 - R:/127.14.93.125:46479] using SASL/PLAIN
23:47:58.807 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:58.812 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:47:58.813 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x868843d3, L:/127.0.0.1:59528 - R:/127.14.93.126:40335] using SASL/PLAIN
23:47:58.819 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:47:58.824 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf8840bda, L:/127.0.0.1:40642 - R:/127.14.93.124:41383] using SASL/PLAIN
23:47:58.826 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:47:58.828 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:58.854 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:58.855 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:58.932 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:58.947 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:47:58.949 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=34f6f9fd-426c-4612-97d0-e91860533cf3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.93.124:41383,127.14.93.125:46479,127.14.93.126:40335}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:58.951 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:58.954 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16039747179543286746/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=34f6f9fd-426c-4612-97d0-e91860533cf3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.93.124:41383,127.14.93.125:46479,127.14.93.126:40335}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:47:58.956 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16039747179543286746/external-warehouse/table
23:47:58.984 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:58.996 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:58.997 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:59.015 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:59.031 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:59.033 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:59.036 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16039747179543286746/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)
23:47:59.037 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive16039747179543286746/external-warehouse/table specified for non-external table:table
23:47:59.038 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16039747179543286746/external-warehouse/table
23:47:59.057 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:59.069 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:59.071 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:59.093 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:59.107 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:47:59.227 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:59.238 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:59.239 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:59.257 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:59.273 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:47:59.275 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:47:59.277 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16039747179543286746/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)
23:47:59.279 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16039747179543286746/external-warehouse/table
23:47:59.297 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:47:59.308 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:47:59.309 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:47:59.340 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:47:59.353 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:47:59.353 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:47:59.354 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cd4e9cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3f66e4b9 will be shutdown
23:47:59.354 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:47:59.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.354349 14709 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14720
23:47:59.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.355839 14782 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:59.451 [INFO - Metastore-Handler-Pool: Thread-106] (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=	
23:47:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:59.452389 14993 client.h:373] Failed to connect to Hive Metastore (localhost:44933): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:47:59.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.474845 14709 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14720
23:47:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:47:59.494707 14877 connection.cc:573] server connection from 127.0.0.1:49672 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:47:59.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.495278 14709 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14790
23:47:59.495 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.93.126:40335(127.14.93.126:40335)] handling channelInactive
23:47:59.495 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.93.126:40335(127.14.93.126:40335)] cleaning up while in state READY due to: connection closed
23:47:59.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.496469 14852 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:59.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.598776 14709 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14790
23:47:59.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.618010 14709 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 14858
23:47:59.618 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.93.125:46479(127.14.93.125:46479)] handling channelInactive
23:47:59.618 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.93.125:46479(127.14.93.125:46479)] cleaning up while in state READY due to: connection closed
23:47:59.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.619215 14923 generic_service.cc:196] Checking for leaks (request via RPC)
23:47:59.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:47:59.721655 14709 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 14858
23:47:59.743 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.93.124:41383(127.14.93.124:41383)] handling channelInactive
23:47:59.743 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.93.124:41383(127.14.93.124:41383)] cleaning up while in state READY due to: connection closed
23:47:59.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:47:59Z chronyd exiting
.23:47:59.869 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:47:59.870 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:47:59.870 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:47:59.887 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10783108593050702101
23:47:59.888 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:47:59.888 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:47:59.890 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:47:59.890 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:47:59.890 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:47:59.891 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:47:59.892 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:47:59.892 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:47:59.893 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:47:59.893 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:47:59.894 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
23:47:59.989 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:47:59.990 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
23:47:59.990 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:48:00.001 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:48:00.004 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:00.008 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:48:00.031 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:48:00.031 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:48:00.031 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:48:00.056 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.056 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.057 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.057 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.058 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.058 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:00.255 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:48:00.255 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7b338584, with PersistenceManager: null will be shutdown
23:48:00.256 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7b338584, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5683f34b created in the thread with id: 107
23:48:00.258 [WARN - Thread-71] (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
23:48:00.259 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7b338584
23:48:00.367 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
23:48:00.386 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
23:48:00.423 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
23:48:00.425 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
23:48:00.494 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:48:00.496 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:48:00.498 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:48:00.500 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
23:48:00.504 [WARN - Thread-71] (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)
23:48:00.505 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [36627]...
23:48:00.505 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:48:00.505 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:48:00.505 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
23:48:00.505 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
23:48:00.890 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:00.890 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:00.891 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:00.893 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:48:00.893 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36627]
23:48:00.893 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36627) in binary transport mode
23:48:00.893 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36627) current connections: 1
23:48:00.894 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:48:00.895 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:48:00.895 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:48:00.897 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36627"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:48:01.211 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:01.211 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:48:01.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.213837 15055 mini_oidc.cc:150] Starting JWKS server
23:48:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.216120 15055 webserver.cc:534] Webserver started at http://127.0.0.1:42701/ using document root <none> and password file <none>
23:48:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.216322 15055 mini_oidc.cc:186] Starting OIDC Discovery server
23:48:01.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.216820 15055 webserver.cc:534] Webserver started at http://127.0.0.1:44763/ using document root <none> and password file <none>
23:48:01.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:48:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:01Z Disabled control of system clock
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.243947 15055 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/logs
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data/info.pb
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.254:35743
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.254
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:01.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:01.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:01.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627 with env {}
23:48:01.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.566605 15066 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:01.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.566908 15066 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:01.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.566987 15066 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575274 15066 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575387 15066 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575444 15066 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575484 15066 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575536 15066 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:01.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.575568 15066 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42701/jwks.json
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.585314 15066 master_runner.cc:387] Master server non-default flags:
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data
23:48:01.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.254:35743
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data/info.pb
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.254
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/logs
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:01.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:01.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.586949 15066 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:01.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.588783 15066 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:01.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.597280 15071 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
23:48:01.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.597223 15072 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
23:48:01.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.597322 15074 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
23:48:01.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.598451 15066 server_base.cc:1061] running on GCE node
23:48:01.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.599208 15066 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:01.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.600692 15066 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:01.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.601943 15066 hybrid_clock.cc:648] HybridClock initialized: now 1783468081601881 us; error 49 us; skew 500 ppm
23:48:01.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.602362 15066 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:01.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.604678 15066 webserver.cc:534] Webserver started at http://127.14.179.254:46219/ using document root <none> and password file <none>
23:48:01.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.605424 15066 fs_manager.cc:362] Metadata directory not provided
23:48:01.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.605556 15066 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:01.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.605979 15066 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:01.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.608357 15066 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data/instance:
23:48:01.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5"
23:48:01.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:01 on dist-test-slave-hdrm"
23:48:01.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.609194 15066 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal/instance:
23:48:01.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5"
23:48:01.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:01 on dist-test-slave-hdrm"
23:48:01.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.614555 15066 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
23:48:01.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.617995 15080 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:01.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.619223 15066 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
23:48:01.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.619408 15066 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal
23:48:01.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5"
23:48:01.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:01 on dist-test-slave-hdrm"
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.619663 15066 fs_report.cc:389] FS layout report
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data/data
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:01.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:01.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.633104 15066 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:01.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.633925 15066 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
23:48:01.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.634222 15066 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:01.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.654315 15066 rpc_server.cc:307] RPC server started. Bound to: 127.14.179.254:35743
23:48:01.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.654320 15131 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.179.254:35743 every 8 connection(s)
23:48:01.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.656493 15066 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/data/info.pb
23:48:01.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.658531 15055 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15066
23:48:01.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.658843 15055 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-0/wal/instance
23:48:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.660652 15132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.661224 15055 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/logs
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data/info.pb
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.253:36111
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.253
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627 with env {}
23:48:01.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.667697 15132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } has no permanent_uuid. Determining permanent_uuid...
23:48:01.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.687896 15132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } has no permanent_uuid. Determining permanent_uuid...
23:48:01.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.689186 15083 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:01.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.690752 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.253:36111: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:01.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.740175 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } attempt: 1
23:48:01.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.742363 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.253:36111: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:01.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.810613 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } attempt: 2
23:48:01.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.812948 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.253:36111: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:01.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:01.904232 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } attempt: 3
23:48:01.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.906291 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.253:36111: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:01.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.984109 15133 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:01.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.984397 15133 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:01.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.984472 15133 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.992761 15133 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.992848 15133 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.992902 15133 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.992944 15133 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.992995 15133 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:01.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:01.993028 15133 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42701/jwks.json
23:48:02.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.002655 15133 master_runner.cc:387] Master server non-default flags:
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.253:36111
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data/info.pb
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.253
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:02.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/logs
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:02.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.004446 15133 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:02.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.006215 15133 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:02.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.014403 15142 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
23:48:02.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.014472 15141 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
23:48:02.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.014765 15144 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
23:48:02.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.015583 15133 server_base.cc:1061] running on GCE node
23:48:02.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.016356 15133 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.017779 15133 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.019024 15133 hybrid_clock.cc:648] HybridClock initialized: now 1783468082018965 us; error 45 us; skew 500 ppm
23:48:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.019412 15133 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:02.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.021627 15133 webserver.cc:534] Webserver started at http://127.14.179.253:35219/ using document root <none> and password file <none>
23:48:02.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.022382 15133 fs_manager.cc:362] Metadata directory not provided
23:48:02.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.022511 15133 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:02.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.022907 15133 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:02.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.025306 15133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data/instance:
23:48:02.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee339a5d02224967ab45a00becb6cd15"
23:48:02.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.026201 15133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal/instance:
23:48:02.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee339a5d02224967ab45a00becb6cd15"
23:48:02.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.031379 15133 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:48:02.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.034655 15150 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.036019 15133 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.036206 15133 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee339a5d02224967ab45a00becb6cd15"
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.036448 15133 fs_report.cc:389] FS layout report
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data/data
23:48:02.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:02.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:02.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.049561 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } attempt: 4
23:48:02.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.051546 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.253:36111: Network error: Client connection negotiation failed: client connection to 127.14.179.253:36111: connect: Connection refused (error 111)
23:48:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.060824 15133 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.061781 15133 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
23:48:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.062110 15133 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.082633 15133 rpc_server.cc:307] RPC server started. Bound to: 127.14.179.253:36111
23:48:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.082651 15202 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.179.253:36111 every 8 connection(s)
23:48:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.084306 15133 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/data/info.pb
23:48:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.088020 15055 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15133
23:48:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.088183 15055 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-1/wal/instance
23:48:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.088702 15203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.089509 15055 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/logs
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data/info.pb
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.252:45273
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.252
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627 with env {}
23:48:02.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.095981 15203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.108948 15203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.118397 15203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.119495 15151 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.121017 15203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.170431 15203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 1
23:48:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.172662 15203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.240885 15203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 2
23:48:02.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.243119 15203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.334347 15203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 3
23:48:02.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.336462 15203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.350782 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } attempt: 5
23:48:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.357174 15132 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.359050 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.410348 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 1
23:48:02.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.412379 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.417403 15204 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:02.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.417678 15204 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:02.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.417749 15204 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425549 15204 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425627 15204 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425678 15204 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425717 15204 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425767 15204 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:02.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.425799 15204 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42701/jwks.json
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.436959 15204 master_runner.cc:387] Master server non-default flags:
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.179.212:42757
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36627
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.179.254:35743,127.14.179.253:36111,127.14.179.252:45273
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.179.252:45273
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42701/jwks.json
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data/info.pb
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.179.252
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/logs
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:02.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:02.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.438544 15204 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:02.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.440323 15204 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:02.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.448346 15213 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
23:48:02.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.448342 15212 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
23:48:02.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.449117 15215 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
23:48:02.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.450016 15204 server_base.cc:1061] running on GCE node
23:48:02.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.450703 15204 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:02.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.452083 15204 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:02.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.453269 15204 hybrid_clock.cc:648] HybridClock initialized: now 1783468082453203 us; error 59 us; skew 500 ppm
23:48:02.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.453567 15204 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:02.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.455476 15204 webserver.cc:534] Webserver started at http://127.14.179.252:46719/ using document root <none> and password file <none>
23:48:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.456173 15204 fs_manager.cc:362] Metadata directory not provided
23:48:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.456259 15204 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.456612 15204 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.458832 15204 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data/instance:
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "010828ad48344a3aa27ffdd1024c0e3f"
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.459539 15204 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal/instance:
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "010828ad48344a3aa27ffdd1024c0e3f"
23:48:02.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.464417 15204 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
23:48:02.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.467444 15221 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:02.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.468756 15204 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.468889 15204 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "010828ad48344a3aa27ffdd1024c0e3f"
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:02 on dist-test-slave-hdrm"
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.469053 15204 fs_report.cc:389] FS layout report
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data/data
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:02.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.479674 15203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 4
23:48:02.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.480274 15204 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.480633 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 2
23:48:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.481263 15204 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
23:48:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.481532 15203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.481549 15204 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:02.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.483459 15132 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.179.252:45273: Network error: Client connection negotiation failed: client connection to 127.14.179.252:45273: connect: Connection refused (error 111)
23:48:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.502946 15204 rpc_server.cc:307] RPC server started. Bound to: 127.14.179.252:45273
23:48:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.502964 15272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.179.252:45273 every 8 connection(s)
23:48:02.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.504379 15204 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/data/info.pb
23:48:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.507515 15055 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15204
23:48:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.507694 15055 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12830341373708951341/master-2/wal/instance
23:48:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.508797 15273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.515187 15273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.526546 15273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.533196 15273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } has no permanent_uuid. Determining permanent_uuid...
23:48:02.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.543372 15273 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: Bootstrap starting.
23:48:02.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.545094 15055 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:48:02.547 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:02.547 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:48:02.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.547235 15273 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: Neither blocks nor log segments found. Creating new log.
23:48:02.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.548732 15273 log.cc:826] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: Log is configured to *not* fsync() on all Append() calls
23:48:02.548 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.179.254"
      port: 35743
    }
    bound_http_address {
      host: "127.14.179.254"
      port: 46219
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.179.253"
      port: 36111
    }
    bound_http_address {
      host: "127.14.179.253"
      port: 35219
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.179.252"
      port: 45273
    }
    bound_http_address {
      host: "127.14.179.252"
      port: 46719
    }
  }
}

23:48:02.550 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:48:02.550 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:02.551 [INFO - Metastore-Handler-Pool: Thread-128] (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)	
23:48:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.552536 15273 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: No bootstrap required, opened a new log
23:48:02.554 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:02.554 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:02.554 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b6cd3ae, with PersistenceManager: null will be shutdown
23:48:02.555 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b6cd3ae, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7e74e829 created in the thread with id: 128
23:48:02.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.559489 15273 raft_consensus.cc:359] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.559856 15273 raft_consensus.cc:385] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:02.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.559978 15273 raft_consensus.cc:740] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 010828ad48344a3aa27ffdd1024c0e3f, State: Initialized, Role: FOLLOWER
23:48:02.560 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b6cd3ae
23:48:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.560724 15273 consensus_queue.cc:260] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.561772 15278 sys_catalog.cc:455] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.562252 15278 sys_catalog.cc:458] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.563134 15273 sys_catalog.cc:565] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: configured and running, proceeding with master startup.
23:48:02.578 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:48:02.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.579041 15289 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:02.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.584892 15292 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:02.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.585193 15292 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:02.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.582957 15204 master_runner.cc:187] Error getting master registration for 127.14.179.254:35743: OK, instance_id { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" instance_seqno: 1783468081648813 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:02.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.589461 15204 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:02.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.589650 15132 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 3
23:48:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.602738 15132 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Bootstrap starting.
23:48:02.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.606936 15132 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Neither blocks nor log segments found. Creating new log.
23:48:02.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.608599 15132 log.cc:826] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Log is configured to *not* fsync() on all Append() calls
23:48:02.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.633682 15132 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: No bootstrap required, opened a new log
23:48:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.641939 15132 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.642557 15132 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:02.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.642907 15132 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f45bfcfdb6f4e07a96fa8b6f17ad4d5, State: Initialized, Role: FOLLOWER
23:48:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.643893 15132 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.672436 15296 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.673115 15296 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.675312 15132 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: configured and running, proceeding with master startup.
23:48:02.726 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:48:02.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.730038 15308 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:02.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.733986 15227 tablet.cc:2406] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:02.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.736572 15066 master_runner.cc:187] Error getting master registration for 127.14.179.253:36111: OK, instance_id { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" instance_seqno: 1783468082077237 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:02.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.743268 15066 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:02.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.759222 15312 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:02.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.759593 15312 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:02.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.780769 15203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } attempt: 5
23:48:02.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.795295 15203 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: Bootstrap starting.
23:48:02.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.799871 15203 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: Neither blocks nor log segments found. Creating new log.
23:48:02.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.805178 15203 log.cc:826] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: Log is configured to *not* fsync() on all Append() calls
23:48:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.820487 15203 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: No bootstrap required, opened a new log
23:48:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.825090 15296 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:48:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.825357 15296 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.827117 15296 leader_election.cc:290] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ee339a5d02224967ab45a00becb6cd15 (127.14.179.253:36111), 010828ad48344a3aa27ffdd1024c0e3f (127.14.179.252:45273)
23:48:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.828748 15248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "010828ad48344a3aa27ffdd1024c0e3f" is_pre_election: true
23:48:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.829316 15248 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 in term 0.
23:48:02.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.831003 15081 leader_election.cc:304] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [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: 010828ad48344a3aa27ffdd1024c0e3f, 8f45bfcfdb6f4e07a96fa8b6f17ad4d5; no voters: 
23:48:02.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.831840 15296 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:48:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.832010 15296 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:48:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.832106 15296 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 0 FOLLOWER]: Advancing to term 1
23:48:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.835444 15296 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.836202 15203 raft_consensus.cc:359] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.837322 15203 raft_consensus.cc:385] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:02.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.837687 15203 raft_consensus.cc:740] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee339a5d02224967ab45a00becb6cd15, State: Initialized, Role: FOLLOWER
23:48:02.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.837883 15248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "010828ad48344a3aa27ffdd1024c0e3f"
23:48:02.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.838073 15248 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 0 FOLLOWER]: Advancing to term 1
23:48:02.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.840849 15203 consensus_queue.cc:260] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.841590 15248 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 in term 1.
23:48:02.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.842124 15081 leader_election.cc:304] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [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: 010828ad48344a3aa27ffdd1024c0e3f, 8f45bfcfdb6f4e07a96fa8b6f17ad4d5; no voters: 
23:48:02.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.845577 15296 leader_election.cc:290] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [CANDIDATE]: Term 1 election: Requested vote from peers ee339a5d02224967ab45a00becb6cd15 (127.14.179.253:36111), 010828ad48344a3aa27ffdd1024c0e3f (127.14.179.252:45273)
23:48:02.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.846536 15296 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 1 FOLLOWER]: Leader election won for term 1
23:48:02.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.846988 15296 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [term 1 LEADER]: Becoming Leader. State: Replica: 8f45bfcfdb6f4e07a96fa8b6f17ad4d5, State: Running, Role: LEADER
23:48:02.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.848120 15296 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } }
23:48:02.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.854708 15316 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [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: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.855261 15316 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.857154 15176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee339a5d02224967ab45a00becb6cd15"
23:48:02.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.857623 15176 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 0 FOLLOWER]: Advancing to term 1
23:48:02.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.861011 15176 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 in term 1.
23:48:02.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.861779 15177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee339a5d02224967ab45a00becb6cd15" is_pre_election: true
23:48:02.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.862046 15177 raft_consensus.cc:2376] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 in term 1. Re-sending same reply.
23:48:02.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.862524 15203 sys_catalog.cc:565] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: configured and running, proceeding with master startup.
23:48:02.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.878485 15315 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8f45bfcfdb6f4e07a96fa8b6f17ad4d5. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.878822 15315 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: This master's current role is: LEADER
23:48:02.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.887200 15086 tablet.cc:2406] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:02.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.888145 15321 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:48:02.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.890534 15321 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:48:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.909967 15248 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [term 1 FOLLOWER]: Refusing update from remote peer 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.910540 15176 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [term 1 FOLLOWER]: Refusing update from remote peer 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:02.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.911424 15315 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:02.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.911824 15296 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:02.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.939965 15278 sys_catalog.cc:455] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8f45bfcfdb6f4e07a96fa8b6f17ad4d5. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.940337 15278 sys_catalog.cc:458] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.943517 15323 mvcc.cc:204] Tried to move back new op lower bound from 7305085267567001600 to 7305085267355582464. Current Snapshot: MvccSnapshot[applied={T|T < 7305085267567001600}]
23:48:02.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.952620 15278 sys_catalog.cc:455] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.952914 15278 sys_catalog.cc:458] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.954326 15296 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.954643 15296 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: This master's current role is: LEADER
23:48:02.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.963951 15325 mvcc.cc:204] Tried to move back new op lower bound from 7305085267567001600 to 7305085267355582464. Current Snapshot: MvccSnapshot[applied={T|T < 7305085267567001600 or (T in {7305085267567001600})}]
23:48:02.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.965816 15316 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8f45bfcfdb6f4e07a96fa8b6f17ad4d5. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.966066 15316 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.968 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:02.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.967278 15321 catalog_manager.cc:1382] Generated new cluster ID: c8d862084ac5443c8d9c03d3cb93d245
23:48:02.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.967383 15321 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:48:02.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.975212 15315 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.976974 15315 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5 [sys.catalog]: This master's current role is: LEADER
23:48:02.986 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:48:02.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.986582 15316 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8f45bfcfdb6f4e07a96fa8b6f17ad4d5" member_type: VOTER last_known_addr { host: "127.14.179.254" port: 35743 } } peers { permanent_uuid: "ee339a5d02224967ab45a00becb6cd15" member_type: VOTER last_known_addr { host: "127.14.179.253" port: 36111 } } peers { permanent_uuid: "010828ad48344a3aa27ffdd1024c0e3f" member_type: VOTER last_known_addr { host: "127.14.179.252" port: 45273 } } }
23:48:02.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.986817 15316 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15 [sys.catalog]: This master's current role is: FOLLOWER
23:48:02.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:02.987715 15337 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:02.992 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:02.992 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:02.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:02.994837 15342 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:48:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.014161 15321 catalog_manager.cc:1405] Generated new certificate authority record
23:48:03.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.015998 15321 catalog_manager.cc:1539] Loading token signing keys...
23:48:03.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.043215 15321 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8f45bfcfdb6f4e07a96fa8b6f17ad4d5: Generated new TSK 0
23:48:03.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.044376 15321 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:48:03.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.045890 15321 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:48:03.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.047256 15321 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:48:03.141 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:48:03.149 [INFO - Metastore-Handler-Pool: Thread-128] (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/hive10783108593050702101/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)
23:48:03.150 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10783108593050702101/external-warehouse/legacy_table
23:48:03.292 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:48:03.325 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:03.334 [INFO - Metastore-Handler-Pool: Thread-128] (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	
23:48:03.365 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:48:03.457 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:48:03.457 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:48:03.557 [INFO - Metastore-Handler-Pool: Thread-128] (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	
23:48:03.582 [INFO - Metastore-Handler-Pool: Thread-135] (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=	
23:48:03.582 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
23:48:03.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:03.582964 15289 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:03.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.587859 15292 catalog_manager.cc:1294] Loaded cluster ID: c8d862084ac5443c8d9c03d3cb93d245
23:48:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.587962 15292 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: loading cluster ID for follower catalog manager: success
23:48:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.591791 15292 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: acquiring CA information for follower catalog manager: success
23:48:03.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:03.595311 15292 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 010828ad48344a3aa27ffdd1024c0e3f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:03.621 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
23:48:03.630 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:03.631 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
23:48:03.732 [INFO - Metastore-Handler-Pool: Thread-136] (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=	
23:48:03.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:03.733007 15308 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:03.737 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:03.891 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:03.928 [WARN - Metastore-Handler-Pool: Thread-128] (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.
23:48:03.990 [INFO - Metastore-Handler-Pool: Thread-137] (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=	
23:48:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:03.991252 15337 client.h:373] Failed to connect to Hive Metastore (localhost:36627): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.007755 15342 catalog_manager.cc:1294] Loaded cluster ID: c8d862084ac5443c8d9c03d3cb93d245
23:48:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.008165 15342 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: loading cluster ID for follower catalog manager: success
23:48:04.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.013265 15342 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: acquiring CA information for follower catalog manager: success
23:48:04.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.016126 15342 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ee339a5d02224967ab45a00becb6cd15: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:04.059 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:48:04.060 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:48:04.060 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:48:04.060 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b6cd3ae, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7e74e829 will be shutdown
23:48:04.061 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:48:04.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.060624 15055 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15066
23:48:04.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.062592 15127 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:04.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.205966 15055 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15066
23:48:04.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:04.234422 15153 connection.cc:573] server connection from 127.0.0.1:41032 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:48:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.235752 15055 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15133
23:48:04.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.236990 15198 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.339043 15055 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15133
23:48:04.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.356920 15055 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15204
23:48:04.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.358218 15268 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:04.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:04.462984 15055 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15204
23:48:04.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:04Z chronyd exiting
.23:48:04.609 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:04.610 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:04.610 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:04.626 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive806610194293896644
23:48:04.627 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:48:04.627 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:48:04.629 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:04.629 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:04.630 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:48:04.630 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:48:04.632 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:48:04.632 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:48:04.633 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:48:04.633 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:48:04.634 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
23:48:04.695 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:04.696 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
23:48:04.696 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:48:04.698 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:48:04.699 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:04.700 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:48:04.713 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:48:04.713 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:48:04.713 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:48:04.734 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.735 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.735 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.735 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.736 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.736 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:04.915 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:48:04.917 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54331502, with PersistenceManager: null will be shutdown
23:48:04.918 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54331502, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@55af3861 created in the thread with id: 138
23:48:04.920 [WARN - Thread-95] (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
23:48:04.921 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54331502
23:48:05.008 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
23:48:05.024 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
23:48:05.043 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
23:48:05.045 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
23:48:05.072 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:48:05.072 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:48:05.073 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:48:05.073 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
23:48:05.074 [WARN - Thread-95] (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)
23:48:05.074 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [40983]...
23:48:05.074 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:48:05.074 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:48:05.074 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
23:48:05.074 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
23:48:05.629 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:05.630 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:05.630 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:05.632 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:48:05.632 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40983]
23:48:05.633 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40983) in binary transport mode
23:48:05.633 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40983) current connections: 1
23:48:05.634 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:48:05.635 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:48:05.635 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:48:05.637 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40983"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:48:05.954 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:05.955 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:48:05.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:05.957979 15378 mini_oidc.cc:150] Starting JWKS server
23:48:05.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:05.960258 15378 webserver.cc:534] Webserver started at http://127.0.0.1:33127/ using document root <none> and password file <none>
23:48:05.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:05.960461 15378 mini_oidc.cc:186] Starting OIDC Discovery server
23:48:05.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:05.960942 15378 webserver.cc:534] Webserver started at http://127.0.0.1:43923/ using document root <none> and password file <none>
23:48:05.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:48:05.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:05Z Disabled control of system clock
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:05.987287 15378 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/logs
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data/info.pb
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:05.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.190:37745
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.190
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:05.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983 with env {}
23:48:06.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.299501 15389 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:06.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.299860 15389 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:06.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.299973 15389 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:06.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.308622 15389 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:06.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.308740 15389 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.308820 15389 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.308878 15389 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.308962 15389 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.309020 15389 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33127/jwks.json
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.318771 15389 master_runner.cc:387] Master server non-default flags:
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.190:37745
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data/info.pb
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.190
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/logs
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:06.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.320876 15389 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:06.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.322712 15389 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:06.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.330497 15395 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
23:48:06.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.330492 15394 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
23:48:06.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.331696 15397 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
23:48:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.332440 15389 server_base.cc:1061] running on GCE node
23:48:06.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.333164 15389 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.334470 15389 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.335690 15389 hybrid_clock.cc:648] HybridClock initialized: now 1783468086335632 us; error 45 us; skew 500 ppm
23:48:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.336081 15389 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.338141 15389 webserver.cc:534] Webserver started at http://127.15.4.190:42175/ using document root <none> and password file <none>
23:48:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.338873 15389 fs_manager.cc:362] Metadata directory not provided
23:48:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.339002 15389 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.339385 15389 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.341653 15389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data/instance:
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a139d79bf114382a7e38e13a582b406"
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.342489 15389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal/instance:
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a139d79bf114382a7e38e13a582b406"
23:48:06.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.347529 15389 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
23:48:06.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.350664 15403 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.351977 15389 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.352171 15389 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a139d79bf114382a7e38e13a582b406"
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.352417 15389 fs_report.cc:389] FS layout report
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data/data
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:06.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:06.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:06.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.372560 15389 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:06.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.373342 15389 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
23:48:06.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.373637 15389 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:06.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.393217 15389 rpc_server.cc:307] RPC server started. Bound to: 127.15.4.190:37745
23:48:06.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.393246 15454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.4.190:37745 every 8 connection(s)
23:48:06.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.394686 15389 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/data/info.pb
23:48:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.398593 15455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:06.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.403486 15378 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15389
23:48:06.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.403834 15378 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-0/wal/instance
23:48:06.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.404502 15455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } has no permanent_uuid. Determining permanent_uuid...
23:48:06.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.406666 15378 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/logs
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data/info.pb
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.189:37151
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.189
23:48:06.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:06.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983 with env {}
23:48:06.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.420878 15455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } has no permanent_uuid. Determining permanent_uuid...
23:48:06.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.421988 15407 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.423532 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.189:37151: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.472908 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } attempt: 1
23:48:06.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.475021 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.189:37151: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.543349 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } attempt: 2
23:48:06.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.545526 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.189:37151: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.636798 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } attempt: 3
23:48:06.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.638827 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.189:37151: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.728309 15458 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:06.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.728653 15458 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:06.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.728768 15458 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.736800 15458 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.736886 15458 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.736939 15458 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.736979 15458 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.737030 15458 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.737062 15458 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33127/jwks.json
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.746691 15458 master_runner.cc:387] Master server non-default flags:
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.189:37151
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data/info.pb
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.189
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/logs
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:06.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:06.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.748596 15458 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:06.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.750528 15458 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:06.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.758940 15464 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
23:48:06.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.758872 15467 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
23:48:06.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.759146 15465 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
23:48:06.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.760064 15458 server_base.cc:1061] running on GCE node
23:48:06.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.760810 15458 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:06.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.762177 15458 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:06.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.763389 15458 hybrid_clock.cc:648] HybridClock initialized: now 1783468086763346 us; error 37 us; skew 500 ppm
23:48:06.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.763756 15458 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:06.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.765820 15458 webserver.cc:534] Webserver started at http://127.15.4.189:42207/ using document root <none> and password file <none>
23:48:06.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.766541 15458 fs_manager.cc:362] Metadata directory not provided
23:48:06.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.766680 15458 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:06.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.767055 15458 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:06.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.769434 15458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data/instance:
23:48:06.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cee261ee52f04980a17ad698d890b502"
23:48:06.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.770270 15458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal/instance:
23:48:06.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cee261ee52f04980a17ad698d890b502"
23:48:06.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.775421 15458 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:48:06.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.778637 15474 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:06.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.779847 15458 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.780022 15458 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cee261ee52f04980a17ad698d890b502"
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:06 on dist-test-slave-hdrm"
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.780252 15458 fs_report.cc:389] FS layout report
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data/data
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.782066 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } attempt: 4
23:48:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.783886 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.189:37151: Network error: Client connection negotiation failed: client connection to 127.15.4.189:37151: connect: Connection refused (error 111)
23:48:06.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.799418 15458 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:06.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.800346 15458 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
23:48:06.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.800663 15458 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:06.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.820454 15458 rpc_server.cc:307] RPC server started. Bound to: 127.15.4.189:37151
23:48:06.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.820490 15526 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.4.189:37151 every 8 connection(s)
23:48:06.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.822037 15458 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/data/info.pb
23:48:06.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.825413 15378 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15458
23:48:06.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.825543 15378 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-1/wal/instance
23:48:06.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.826205 15527 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:06.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.826812 15378 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/logs
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data/info.pb
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.188:37853
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.188
23:48:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983 with env {}
23:48:06.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.832883 15527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } has no permanent_uuid. Determining permanent_uuid...
23:48:06.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.852559 15527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } has no permanent_uuid. Determining permanent_uuid...
23:48:06.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.861815 15527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } has no permanent_uuid. Determining permanent_uuid...
23:48:06.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.862798 15475 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:06.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.864418 15527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:06.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.913765 15527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 1
23:48:06.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.915959 15527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:06.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:06.984185 15527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 2
23:48:06.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:06.986431 15527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.077677 15527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 3
23:48:07.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.079777 15527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.083185 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } attempt: 5
23:48:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.089938 15455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } has no permanent_uuid. Determining permanent_uuid...
23:48:07.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.091745 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.142980 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 1
23:48:07.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.145015 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.156399 15528 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:07.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.156716 15528 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:07.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.156847 15528 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165028 15528 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165141 15528 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165212 15528 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165251 15528 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165302 15528 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:07.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.165333 15528 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33127/jwks.json
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.175222 15528 master_runner.cc:387] Master server non-default flags:
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.4.148:36765
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40983
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.4.190:37745,127.15.4.189:37151,127.15.4.188:37853
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.4.188:37853
23:48:07.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33127/jwks.json
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data/info.pb
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.4.188
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/logs
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:07.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:07.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.177023 15528 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:07.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.179453 15528 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:07.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.188586 15536 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
23:48:07.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.190411 15537 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
23:48:07.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.190872 15539 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
23:48:07.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.191255 15528 server_base.cc:1061] running on GCE node
23:48:07.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.192121 15528 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:07.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.193531 15528 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.194751 15528 hybrid_clock.cc:648] HybridClock initialized: now 1783468087194696 us; error 45 us; skew 500 ppm
23:48:07.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.195145 15528 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:07.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.197542 15528 webserver.cc:534] Webserver started at http://127.15.4.188:38753/ using document root <none> and password file <none>
23:48:07.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.198329 15528 fs_manager.cc:362] Metadata directory not provided
23:48:07.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.198494 15528 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:07.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.198907 15528 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:07.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.201458 15528 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data/instance:
23:48:07.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "81b70c97f9bb4edba1322c1b14a16246"
23:48:07.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:07 on dist-test-slave-hdrm"
23:48:07.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.202337 15528 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal/instance:
23:48:07.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "81b70c97f9bb4edba1322c1b14a16246"
23:48:07.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:07 on dist-test-slave-hdrm"
23:48:07.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.208086 15528 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.004s
23:48:07.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.211702 15545 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.213102 15528 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.213254 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 2
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.213339 15528 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "81b70c97f9bb4edba1322c1b14a16246"
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:07 on dist-test-slave-hdrm"
23:48:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.213687 15528 fs_report.cc:389] FS layout report
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data/data
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:07.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.215036 15455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.223021 15527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 4
23:48:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.224836 15527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.4.188:37853: Network error: Client connection negotiation failed: client connection to 127.15.4.188:37853: connect: Connection refused (error 111)
23:48:07.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.257332 15528 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.258391 15528 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
23:48:07.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.258678 15528 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.280238 15597 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.4.188:37853 every 8 connection(s)
23:48:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.280265 15528 rpc_server.cc:307] RPC server started. Bound to: 127.15.4.188:37853
23:48:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.281890 15528 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/data/info.pb
23:48:07.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.283875 15378 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15528
23:48:07.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.284017 15378 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster11984022744027144032/master-2/wal/instance
23:48:07.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.286161 15598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:07.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.292824 15598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } has no permanent_uuid. Determining permanent_uuid...
23:48:07.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.302369 15598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } has no permanent_uuid. Determining permanent_uuid...
23:48:07.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.308894 15598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } has no permanent_uuid. Determining permanent_uuid...
23:48:07.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.320436 15378 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:48:07.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.320639 15598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: Bootstrap starting.
23:48:07.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.321281 15455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 3
23:48:07.323 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:07.323 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:48:07.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.325198 15598 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: Neither blocks nor log segments found. Creating new log.
23:48:07.324 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.4.190"
      port: 37745
    }
    bound_http_address {
      host: "127.15.4.190"
      port: 42175
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.4.189"
      port: 37151
    }
    bound_http_address {
      host: "127.15.4.189"
      port: 42207
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.4.188"
      port: 37853
    }
    bound_http_address {
      host: "127.15.4.188"
      port: 38753
    }
  }
}

23:48:07.325 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:48:07.326 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:07.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.326833 15598 log.cc:826] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: Log is configured to *not* fsync() on all Append() calls
23:48:07.328 [INFO - Metastore-Handler-Pool: Thread-159] (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=1ae1b323-ebda-4568-a1c4-1d0f69b1d4d8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.4.189:37151,127.15.4.188:37853,127.15.4.190:37745}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:48:07.331 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:07.331 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:07.331 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@112ac36d, with PersistenceManager: null will be shutdown
23:48:07.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.331745 15455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: Bootstrap starting.
23:48:07.332 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@112ac36d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ec23a68 created in the thread with id: 159
23:48:07.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.335747 15455 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: Neither blocks nor log segments found. Creating new log.
23:48:07.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.337253 15455 log.cc:826] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: Log is configured to *not* fsync() on all Append() calls
23:48:07.338 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@112ac36d
23:48:07.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.347409 15455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: No bootstrap required, opened a new log
23:48:07.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.354240 15598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: No bootstrap required, opened a new log
23:48:07.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.355398 15455 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.355934 15455 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.356205 15455 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a139d79bf114382a7e38e13a582b406, State: Initialized, Role: FOLLOWER
23:48:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.357100 15455 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.361835 15598 raft_consensus.cc:359] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.362337 15598 raft_consensus.cc:385] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:07.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.362607 15598 raft_consensus.cc:740] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81b70c97f9bb4edba1322c1b14a16246, State: Initialized, Role: FOLLOWER
23:48:07.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.363480 15598 consensus_queue.cc:260] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.365002 15604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.367290 15604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.367168 15455 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: configured and running, proceeding with master startup.
23:48:07.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.376470 15409 tablet.cc:2406] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:07.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.380177 15605 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.380807 15605 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.386993 15598 sys_catalog.cc:565] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: configured and running, proceeding with master startup.
23:48:07.442 [INFO - Metastore-Handler-Pool: Thread-161] (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=	
23:48:07.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.442778 15621 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:07.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.448580 15626 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:48:07.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.456079 15389 master_runner.cc:187] Error getting master registration for 127.15.4.189:37151: OK, instance_id { permanent_uuid: "cee261ee52f04980a17ad698d890b502" instance_seqno: 1783468086814999 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:07.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.462302 15389 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:07.485 [INFO - Metastore-Handler-Pool: Thread-162] (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=	
23:48:07.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.486976 15632 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:07.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.506742 15636 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:48:07.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.510948 15551 tablet.cc:2406] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:07.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.514508 15528 master_runner.cc:187] Error getting master registration for 127.15.4.189:37151: OK, instance_id { permanent_uuid: "cee261ee52f04980a17ad698d890b502" instance_seqno: 1783468086814999 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:07.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.521113 15528 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.524067 15527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } attempt: 5
23:48:07.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.535564 15527 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: Bootstrap starting.
23:48:07.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.540027 15527 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: Neither blocks nor log segments found. Creating new log.
23:48:07.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.541641 15527 log.cc:826] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: Log is configured to *not* fsync() on all Append() calls
23:48:07.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.550933 15527 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: No bootstrap required, opened a new log
23:48:07.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.559032 15527 raft_consensus.cc:359] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.559605 15527 raft_consensus.cc:385] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:07.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.559917 15527 raft_consensus.cc:740] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cee261ee52f04980a17ad698d890b502, State: Initialized, Role: FOLLOWER
23:48:07.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.560863 15527 consensus_queue.cc:260] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.568043 15638 sys_catalog.cc:455] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.570325 15638 sys_catalog.cc:458] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.570206 15527 sys_catalog.cc:565] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: configured and running, proceeding with master startup.
23:48:07.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.590368 15654 catalog_manager.cc:1593] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:07.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.590775 15654 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:07.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.590776 15458 master_runner.cc:264] No leader master found from master cee261ee52f04980a17ad698d890b502
23:48:07.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.591069 15458 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:07.591 [INFO - Metastore-Handler-Pool: Thread-163] (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=	
23:48:07.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:07.592159 15650 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:07.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.612015 15605 raft_consensus.cc:493] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:48:07.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.612308 15605 raft_consensus.cc:515] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.614097 15605 leader_election.cc:290] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a139d79bf114382a7e38e13a582b406 (127.15.4.190:37745), cee261ee52f04980a17ad698d890b502 (127.15.4.189:37151)
23:48:07.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.616247 15502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "81b70c97f9bb4edba1322c1b14a16246" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cee261ee52f04980a17ad698d890b502" is_pre_election: true
23:48:07.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.616755 15502 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81b70c97f9bb4edba1322c1b14a16246 in term 0.
23:48:07.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.617391 15549 leader_election.cc:304] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [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: 81b70c97f9bb4edba1322c1b14a16246, cee261ee52f04980a17ad698d890b502; no voters: 
23:48:07.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.617949 15430 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "81b70c97f9bb4edba1322c1b14a16246" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a139d79bf114382a7e38e13a582b406" is_pre_election: true
23:48:07.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.618412 15430 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81b70c97f9bb4edba1322c1b14a16246 in term 0.
23:48:07.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.619467 15605 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.619661 15605 raft_consensus.cc:493] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.619769 15605 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 0 FOLLOWER]: Advancing to term 1
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.622920 15605 raft_consensus.cc:515] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.624100 15430 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "81b70c97f9bb4edba1322c1b14a16246" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a139d79bf114382a7e38e13a582b406"
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.624289 15430 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 0 FOLLOWER]: Advancing to term 1
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.627369 15430 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81b70c97f9bb4edba1322c1b14a16246 in term 1.
23:48:07.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.628471 15546 leader_election.cc:304] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [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: 1a139d79bf114382a7e38e13a582b406, 81b70c97f9bb4edba1322c1b14a16246; no voters: 
23:48:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.631942 15502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "81b70c97f9bb4edba1322c1b14a16246" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cee261ee52f04980a17ad698d890b502"
23:48:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.632141 15502 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 0 FOLLOWER]: Advancing to term 1
23:48:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.635277 15502 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81b70c97f9bb4edba1322c1b14a16246 in term 1.
23:48:07.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.636385 15605 leader_election.cc:290] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [CANDIDATE]: Term 1 election: Requested vote from peers 1a139d79bf114382a7e38e13a582b406 (127.15.4.190:37745), cee261ee52f04980a17ad698d890b502 (127.15.4.189:37151)
23:48:07.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.636893 15605 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 1 FOLLOWER]: Leader election won for term 1
23:48:07.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.637573 15605 raft_consensus.cc:697] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [term 1 LEADER]: Becoming Leader. State: Replica: 81b70c97f9bb4edba1322c1b14a16246, State: Running, Role: LEADER
23:48:07.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.638386 15605 consensus_queue.cc:237] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [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: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } }
23:48:07.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.657128 15656 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 81b70c97f9bb4edba1322c1b14a16246. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.659062 15656 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: This master's current role is: LEADER
23:48:07.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.672001 15658 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:48:07.690 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.691287 15658 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:48:07.706 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:07.706 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:07.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.706887 15502 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [term 1 FOLLOWER]: Refusing update from remote peer 81b70c97f9bb4edba1322c1b14a16246: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:07.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.708175 15656 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:07.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.715644 15430 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [term 1 FOLLOWER]: Refusing update from remote peer 81b70c97f9bb4edba1322c1b14a16246: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:07.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.716774 15656 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:07.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.733004 15638 sys_catalog.cc:455] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 81b70c97f9bb4edba1322c1b14a16246. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.733297 15638 sys_catalog.cc:458] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.737779 15661 mvcc.cc:204] Tried to move back new op lower bound from 7305085287234555904 to 7305085286989918208. Current Snapshot: MvccSnapshot[applied={T|T < 7305085287234555904}]
23:48:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.739459 15660 mvcc.cc:204] Tried to move back new op lower bound from 7305085287234555904 to 7305085286989918208. Current Snapshot: MvccSnapshot[applied={T|T < 7305085287234555904}]
23:48:07.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.744082 15605 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.744349 15605 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: This master's current role is: LEADER
23:48:07.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.746503 15658 catalog_manager.cc:1382] Generated new cluster ID: 5767f261f2fb4a71a243ceca5c28e17d
23:48:07.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.746592 15658 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:48:07.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.752374 15638 sys_catalog.cc:455] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.752601 15638 sys_catalog.cc:458] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.761392 15604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 81b70c97f9bb4edba1322c1b14a16246. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.761655 15604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.766908 15656 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.767654 15656 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246 [sys.catalog]: This master's current role is: LEADER
23:48:07.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.767777 15662 mvcc.cc:204] Tried to move back new op lower bound from 7305085287234555904 to 7305085286989918208. Current Snapshot: MvccSnapshot[applied={T|T < 7305085287234555904}]
23:48:07.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.787055 15604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "81b70c97f9bb4edba1322c1b14a16246" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a139d79bf114382a7e38e13a582b406" member_type: VOTER last_known_addr { host: "127.15.4.190" port: 37745 } } peers { permanent_uuid: "cee261ee52f04980a17ad698d890b502" member_type: VOTER last_known_addr { host: "127.15.4.189" port: 37151 } } peers { permanent_uuid: "81b70c97f9bb4edba1322c1b14a16246" member_type: VOTER last_known_addr { host: "127.15.4.188" port: 37853 } } }
23:48:07.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.787297 15604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406 [sys.catalog]: This master's current role is: FOLLOWER
23:48:07.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.820603 15658 catalog_manager.cc:1405] Generated new certificate authority record
23:48:07.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.822312 15658 catalog_manager.cc:1539] Loading token signing keys...
23:48:07.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.859927 15658 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 81b70c97f9bb4edba1322c1b14a16246: Generated new TSK 0
23:48:07.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.861064 15658 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:48:07.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.862310 15658 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:48:07.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:07.863350 15658 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:48:07.907 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:48:07.915 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive806610194293896644/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=1ae1b323-ebda-4568-a1c4-1d0f69b1d4d8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.4.189:37151,127.15.4.188:37853,127.15.4.190:37745}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:48:07.917 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive806610194293896644/external-warehouse/table
23:48:08.093 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:08.164 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:08.167 [INFO - Metastore-Handler-Pool: Thread-159] (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)	
23:48:08.170 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:48:08.172 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive806610194293896644/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)
23:48:08.173 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive806610194293896644/external-warehouse/legacy_table
23:48:08.198 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:48:08.214 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:08.228 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.240 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.334 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.335 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.380 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.405 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.416 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.417 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.425 [DEBUG - Metastore-Handler-Pool: Thread-159] (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.
23:48:08.426 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:48:08.428 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.15.4.189:37151(127.15.4.189:37151)] connecting to peer
23:48:08.429 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.15.4.188:37853(127.15.4.188:37853)] connecting to peer
23:48:08.430 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.4.189:37151(127.15.4.189:37151)] Successfully connected to peer
23:48:08.436 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.15.4.190:37745(127.15.4.190:37745)] connecting to peer
23:48:08.438 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.4.190:37745(127.15.4.190:37745)] Successfully connected to peer
23:48:08.439 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.4.189
23:48:08.446 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:48:08.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:08.446834 15621 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:08.465 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.4.188:37853(127.15.4.188:37853)] Successfully connected to peer
23:48:08.466 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.4.190
23:48:08.470 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.4.188
23:48:08.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.480361 15626 catalog_manager.cc:1294] Loaded cluster ID: 5767f261f2fb4a71a243ceca5c28e17d
23:48:08.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.480973 15626 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: loading cluster ID for follower catalog manager: success
23:48:08.497 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:08.504 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:08.508 [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=	
23:48:08.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:08.509186 15632 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:08.510 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x24c80175, L:/127.0.0.1:60526 - R:/127.15.4.189:37151] using SASL/PLAIN
23:48:08.512 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xfdb08270, L:/127.0.0.1:48776 - R:/127.15.4.188:37853] using SASL/PLAIN
23:48:08.513 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:08.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.510325 15626 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: acquiring CA information for follower catalog manager: success
23:48:08.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.513569 15626 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1a139d79bf114382a7e38e13a582b406: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:08.517 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:48:08.518 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:08.519 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:08.520 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.531 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.532 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x10aaf15c, L:/127.0.0.1:49142 - R:/127.15.4.190:37745] using SASL/PLAIN
23:48:08.544 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.544 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.563 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.593470 15654 catalog_manager.cc:1294] Loaded cluster ID: 5767f261f2fb4a71a243ceca5c28e17d
23:48:08.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.593585 15654 catalog_manager.cc:1587] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: loading cluster ID for follower catalog manager: success
23:48:08.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.598088 15654 catalog_manager.cc:1609] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: acquiring CA information for follower catalog manager: success
23:48:08.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:08.600570 15654 catalog_manager.cc:1637] T 00000000000000000000000000000000 P cee261ee52f04980a17ad698d890b502: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:08.605 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.628 [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=	
23:48:08.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:08.628974 15650 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:08.643 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.643 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.654 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.682 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.704 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.704 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.711 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:08.713 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:08.714 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.739 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.757 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.757 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.762 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:08.764 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:08.765 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.776 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.787 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.787 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.796 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.812 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.823 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.823 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.836 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.856 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.866 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.866 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.878 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:08.880 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:08.882 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.894 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.904 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.904 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.911 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.919 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.929 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.929 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.935 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.945 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:08.964 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:08.964 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:08.980 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:08.994 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.012 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.012 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.109 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:09.112 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:09.115 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.149 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.166 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.166 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.178 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.186 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.195 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.195 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.203 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.210 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.217 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.217 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.223 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:09.230 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:09.231 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:48:09.326 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:09.448 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:09.450 [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=	
23:48:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:09.451398 15621 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:09.477 [WARN - Metastore-Handler-Pool: Thread-159] (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.
23:48:09.512 [INFO - Metastore-Handler-Pool: Thread-175] (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=	
23:48:09.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:09.512998 15632 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:09.559 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive806610194293896644/warehouse/default/table
23:48:09.560 [INFO - Metastore-Handler-Pool: Thread-159] (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)	
23:48:09.561 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:48:09.572 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive806610194293896644/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)
23:48:09.573 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive806610194293896644/external-warehouse/table specified for non-external table:table
23:48:09.574 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.574 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.593 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:09.609 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:09.611 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.619 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.631 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.631 [INFO - Metastore-Handler-Pool: Thread-176] (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=	
23:48:09.632 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:09.632928 15650 client.h:373] Failed to connect to Hive Metastore (localhost:40983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:09.635 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:09.636 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:09.637 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.644 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.652 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.653 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.655 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:48:09.656 [ERROR - Metastore-Handler-Pool: Thread-159] (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)

23:48:09.657 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.665 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.672 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.672 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.677 [INFO - Metastore-Handler-Pool: Thread-159] (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	
23:48:09.683 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:48:09.691 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:48:09.691 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:48:09.697 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:09.711 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:09.715 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:48:09.757 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:48:09.758 [INFO - Metastore-Handler-Pool: Thread-159] (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=1ae1b323-ebda-4568-a1c4-1d0f69b1d4d8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.4.189:37151,127.15.4.188:37853,127.15.4.190:37745}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:48:09.760 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:48:09.762 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive806610194293896644/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=1ae1b323-ebda-4568-a1c4-1d0f69b1d4d8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.4.189:37151,127.15.4.188:37853,127.15.4.190:37745}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:48:09.763 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive806610194293896644/external-warehouse/table
23:48:09.783 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:09.789 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:09.790 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:09.797 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:09.804 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:09.804 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:09.809 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:09.816 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:09.816 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:48:09.846 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:48:09.847 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:48:09.847 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@112ac36d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ec23a68 will be shutdown
23:48:09.847 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:48:09.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:09.847136 15378 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15389
23:48:09.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:09.849051 15450 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:09.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:09.955495 15378 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15389
23:48:09.977 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.4.190:37745(127.15.4.190:37745)] handling channelInactive
23:48:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:09.976555 15378 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15458
23:48:09.977 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.4.190:37745(127.15.4.190:37745)] cleaning up while in state READY due to: connection closed
23:48:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:09.977779 15522 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:10.080647 15378 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15458
23:48:10.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:10.100914 15378 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15528
23:48:10.101 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.4.189:37151(127.15.4.189:37151)] handling channelInactive
23:48:10.101 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.4.189:37151(127.15.4.189:37151)] cleaning up while in state READY due to: connection closed
23:48:10.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:10.102299 15593 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:10.206918 15378 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15528
23:48:10.228 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.4.188:37853(127.15.4.188:37853)] handling channelInactive
23:48:10.228 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.4.188:37853(127.15.4.188:37853)] cleaning up while in state READY due to: connection closed
23:48:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:10Z chronyd exiting
.23:48:10.355 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:10.355 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:10.356 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:10.372 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8921456947547079274
23:48:10.373 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:48:10.373 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:48:10.375 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:10.375 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:10.376 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:48:10.376 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:48:10.377 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:48:10.377 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:48:10.378 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:48:10.378 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:48:10.380 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
23:48:10.426 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:10.426 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
23:48:10.426 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:48:10.427 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:48:10.429 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:10.429 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:48:10.440 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:48:10.440 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:48:10.440 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:48:10.453 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.454 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.454 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.454 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.454 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.454 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:10.610 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:48:10.610 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@150aed0d, with PersistenceManager: null will be shutdown
23:48:10.611 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@150aed0d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@520a2dbd created in the thread with id: 178
23:48:10.612 [WARN - Thread-124] (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
23:48:10.613 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@150aed0d
23:48:10.756 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
23:48:10.778 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
23:48:10.798 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
23:48:10.800 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
23:48:10.820 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:48:10.821 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:48:10.821 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:48:10.821 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
23:48:10.822 [WARN - Thread-124] (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)
23:48:10.822 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [35587]...
23:48:10.822 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:48:10.822 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:48:10.822 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
23:48:10.822 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
23:48:11.374 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:11.374 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:11.375 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:11.377 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:48:11.377 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35587]
23:48:11.378 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35587) in binary transport mode
23:48:11.378 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35587) current connections: 1
23:48:11.380 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:48:11.381 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:48:11.381 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:48:11.384 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35587"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:48:11.704 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:11.705 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:48:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:11.707238 15719 mini_oidc.cc:150] Starting JWKS server
23:48:11.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:11.709529 15719 webserver.cc:534] Webserver started at http://127.0.0.1:43391/ using document root <none> and password file <none>
23:48:11.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:11.709726 15719 mini_oidc.cc:186] Starting OIDC Discovery server
23:48:11.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:11.710197 15719 webserver.cc:534] Webserver started at http://127.0.0.1:37477/ using document root <none> and password file <none>
23:48:11.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:48:11.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:11Z Disabled control of system clock
23:48:11.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:11.737598 15719 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:11.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:11.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal
23:48:11.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data
23:48:11.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/logs
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data/info.pb
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.254:44249
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.254
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587 with env {}
23:48:12.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.054263 15730 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:12.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.054564 15730 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:12.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.054638 15730 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062630 15730 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062713 15730 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062794 15730 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062834 15730 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062882 15730 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.062914 15730 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43391/jwks.json
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.072705 15730 master_runner.cc:387] Master server non-default flags:
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.254:44249
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data/info.pb
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.254
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/logs
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:12.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.074327 15730 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:12.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.076141 15730 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:12.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.084282 15736 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
23:48:12.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.084389 15735 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
23:48:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.085328 15738 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
23:48:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.085400 15730 server_base.cc:1061] running on GCE node
23:48:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.086159 15730 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:12.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.087435 15730 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:12.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.088650 15730 hybrid_clock.cc:648] HybridClock initialized: now 1783468092088590 us; error 48 us; skew 500 ppm
23:48:12.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.089035 15730 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:12.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.091151 15730 webserver.cc:534] Webserver started at http://127.15.89.254:45407/ using document root <none> and password file <none>
23:48:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.091964 15730 fs_manager.cc:362] Metadata directory not provided
23:48:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.092092 15730 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.092480 15730 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.094748 15730 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data/instance:
23:48:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c0018f3d1bed45d789a50f78f2cccd30"
23:48:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.095698 15730 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal/instance:
23:48:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c0018f3d1bed45d789a50f78f2cccd30"
23:48:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.100843 15730 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
23:48:12.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.104050 15744 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.105211 15730 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.105398 15730 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c0018f3d1bed45d789a50f78f2cccd30"
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.105618 15730 fs_report.cc:389] FS layout report
23:48:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data/data
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:12.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.133199 15730 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:12.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.134164 15730 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
23:48:12.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.134507 15730 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:12.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.154655 15730 rpc_server.cc:307] RPC server started. Bound to: 127.15.89.254:44249
23:48:12.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.154663 15796 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.89.254:44249 every 8 connection(s)
23:48:12.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.156237 15730 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/data/info.pb
23:48:12.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.160454 15797 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:12.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.163777 15719 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15730
23:48:12.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.164124 15719 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-0/wal/instance
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.167023 15719 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/logs
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data/info.pb
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:12.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.253:38245
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.253
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587 with env {}
23:48:12.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.167654 15797 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.188511 15797 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.189841 15746 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.191404 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.253:38245: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.240775 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } attempt: 1
23:48:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.242897 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.253:38245: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.311131 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } attempt: 2
23:48:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.313156 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.253:38245: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.404409 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } attempt: 3
23:48:12.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.406584 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.253:38245: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.488862 15799 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:12.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.489142 15799 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:12.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.489215 15799 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497407 15799 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497488 15799 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497539 15799 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497577 15799 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497627 15799 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.497658 15799 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43391/jwks.json
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.507100 15799 master_runner.cc:387] Master server non-default flags:
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.253:38245
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data/info.pb
23:48:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.253
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/logs
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:12.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.508625 15799 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:12.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.510418 15799 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.518421 15806 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
23:48:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.518450 15807 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
23:48:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.519706 15809 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
23:48:12.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.520051 15799 server_base.cc:1061] running on GCE node
23:48:12.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.520740 15799 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:12.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.522037 15799 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.523222 15799 hybrid_clock.cc:648] HybridClock initialized: now 1783468092523171 us; error 50 us; skew 500 ppm
23:48:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.523510 15799 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:12.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.525620 15799 webserver.cc:534] Webserver started at http://127.15.89.253:41207/ using document root <none> and password file <none>
23:48:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.526245 15799 fs_manager.cc:362] Metadata directory not provided
23:48:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.526335 15799 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.526607 15799 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.528774 15799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data/instance:
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df855cff610f41f7b7887e550daf5c03"
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.529526 15799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal/instance:
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df855cff610f41f7b7887e550daf5c03"
23:48:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.534463 15799 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
23:48:12.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.537520 15815 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:12.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.538755 15799 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.538931 15799 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df855cff610f41f7b7887e550daf5c03"
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.539162 15799 fs_report.cc:389] FS layout report
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data/data
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:12.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:12.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:12.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:12.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:12.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.549858 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } attempt: 4
23:48:12.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.551930 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.253:38245: Network error: Client connection negotiation failed: client connection to 127.15.89.253:38245: connect: Connection refused (error 111)
23:48:12.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.566777 15799 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:12.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.567592 15799 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
23:48:12.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.567866 15799 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.588430 15799 rpc_server.cc:307] RPC server started. Bound to: 127.15.89.253:38245
23:48:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.588505 15866 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.89.253:38245 every 8 connection(s)
23:48:12.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.589797 15799 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/data/info.pb
23:48:12.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.593644 15867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:12.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.595579 15719 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15799
23:48:12.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.595757 15719 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-1/wal/instance
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.596910 15719 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/logs
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data/info.pb
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.252:38733
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.252
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587 with env {}
23:48:12.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.599248 15867 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.612525 15867 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.621973 15867 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.622997 15816 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.624641 15867 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.673966 15867 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 1
23:48:12.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.676020 15867 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.744258 15867 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 2
23:48:12.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.746273 15867 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.837509 15867 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 3
23:48:12.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.839638 15867 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.851146 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } attempt: 5
23:48:12.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.857908 15797 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } has no permanent_uuid. Determining permanent_uuid...
23:48:12.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.859853 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.911052 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 1
23:48:12.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.913043 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.926841 15868 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.927168 15868 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.927253 15868 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.935874 15868 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.935976 15868 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.936040 15868 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.936085 15868 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.936144 15868 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:12.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.936183 15868 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43391/jwks.json
23:48:12.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.946516 15868 master_runner.cc:387] Master server non-default flags:
23:48:12.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:12.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.89.212:45279
23:48:12.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:12.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35587
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.89.254:44249,127.15.89.253:38245,127.15.89.252:38733
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.89.252:38733
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43391/jwks.json
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data/info.pb
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.89.252
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/logs
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:12.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:12.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.948479 15868 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:12.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.950302 15868 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:12.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.958474 15877 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
23:48:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.959168 15876 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
23:48:12.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.959353 15879 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
23:48:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.959975 15868 server_base.cc:1061] running on GCE node
23:48:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.960804 15868 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.962204 15868 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.963459 15868 hybrid_clock.cc:648] HybridClock initialized: now 1783468092963399 us; error 44 us; skew 500 ppm
23:48:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.963930 15868 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:12.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.966107 15868 webserver.cc:534] Webserver started at http://127.15.89.252:35435/ using document root <none> and password file <none>
23:48:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.966861 15868 fs_manager.cc:362] Metadata directory not provided
23:48:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.967002 15868 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.967388 15868 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:12.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.969856 15868 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data/instance:
23:48:12.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6"
23:48:12.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.970775 15868 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal/instance:
23:48:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6"
23:48:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.976404 15868 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
23:48:12.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.980020 15885 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.981315 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 2
23:48:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.981496 15868 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
23:48:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.981637 15868 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6"
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:12 on dist-test-slave-hdrm"
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.981895 15868 fs_report.cc:389] FS layout report
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data/data
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:12.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:12.982885 15867 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 4
23:48:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.983764 15797 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:12.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:12.985096 15867 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.89.252:38733: Network error: Client connection negotiation failed: client connection to 127.15.89.252:38733: connect: Connection refused (error 111)
23:48:13.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.001214 15868 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.001991 15868 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
23:48:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.002215 15868 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.024039 15868 rpc_server.cc:307] RPC server started. Bound to: 127.15.89.252:38733
23:48:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.024060 15937 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.89.252:38733 every 8 connection(s)
23:48:13.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.026000 15868 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/data/info.pb
23:48:13.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.031308 15938 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:13.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.035075 15719 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15868
23:48:13.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.035336 15719 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster8916004232708626574/master-2/wal/instance
23:48:13.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.039675 15938 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } has no permanent_uuid. Determining permanent_uuid...
23:48:13.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.064837 15938 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } has no permanent_uuid. Determining permanent_uuid...
23:48:13.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.072260 15938 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } has no permanent_uuid. Determining permanent_uuid...
23:48:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.084456 15938 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: Bootstrap starting.
23:48:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.087865 15719 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:48:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.088522 15938 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: Neither blocks nor log segments found. Creating new log.
23:48:13.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.089833 15938 log.cc:826] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: Log is configured to *not* fsync() on all Append() calls
23:48:13.090 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:13.090 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:48:13.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.090142 15797 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 3
23:48:13.092 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.89.254"
      port: 44249
    }
    bound_http_address {
      host: "127.15.89.254"
      port: 45407
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.89.253"
      port: 38245
    }
    bound_http_address {
      host: "127.15.89.253"
      port: 41207
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.89.252"
      port: 38733
    }
    bound_http_address {
      host: "127.15.89.252"
      port: 35435
    }
  }
}

23:48:13.093 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:48:13.093 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:13.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.094142 15938 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: No bootstrap required, opened a new log
23:48:13.094 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:48:13.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.094906 15719 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15730
23:48:13.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.096361 15792 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:13.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.106644 15938 raft_consensus.cc:359] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0018f3d1bed45d789a50f78f2cccd30" member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } } peers { permanent_uuid: "df855cff610f41f7b7887e550daf5c03" member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } } peers { permanent_uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6" member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } }
23:48:13.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.107048 15938 raft_consensus.cc:385] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:13.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.107168 15938 raft_consensus.cc:740] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77fb9a4b7f8f45ffa81efb4057ac5ba6, State: Initialized, Role: FOLLOWER
23:48:13.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.107954 15938 consensus_queue.cc:260] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [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: "c0018f3d1bed45d789a50f78f2cccd30" member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } } peers { permanent_uuid: "df855cff610f41f7b7887e550daf5c03" member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } } peers { permanent_uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6" member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } }
23:48:13.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.109042 15944 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [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: "c0018f3d1bed45d789a50f78f2cccd30" member_type: VOTER last_known_addr { host: "127.15.89.254" port: 44249 } } peers { permanent_uuid: "df855cff610f41f7b7887e550daf5c03" member_type: VOTER last_known_addr { host: "127.15.89.253" port: 38245 } } peers { permanent_uuid: "77fb9a4b7f8f45ffa81efb4057ac5ba6" member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } } }
23:48:13.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.109474 15944 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [sys.catalog]: This master's current role is: FOLLOWER
23:48:13.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.110299 15938 sys_catalog.cc:565] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6 [sys.catalog]: configured and running, proceeding with master startup.
23:48:13.119 [INFO - Metastore-Handler-Pool: Thread-201] (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=	
23:48:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:13.120708 15955 client.h:373] Failed to connect to Hive Metastore (localhost:35587): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:48:13.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:13.127236 15959 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:13.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:13.127534 15959 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.221689 15719 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15730
23:48:13.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.242369 15719 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15799
23:48:13.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.243894 15862 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:13.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.241569 15868 master_runner.cc:187] Error getting master registration for 127.15.89.254:44249: Network error: recv got EOF from 127.15.89.254:44249 (error 108), 
23:48:13.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.246948 15868 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:13.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:13.254406 15891 tablet.cc:2406] T 00000000000000000000000000000000 P 77fb9a4b7f8f45ffa81efb4057ac5ba6: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:13.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.359160 15867 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.89.252" port: 38733 } attempt: 5
23:48:13.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.366214 15719 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15799
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.387163 15719 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15868
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:13.387735 15939 negotiation.cc:336] Failed RPC negotiation. Trace:
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.360080 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:53662 (local address 127.15.89.252:38733)
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.360285 (+   205us) server_negotiation.cc:207] Beginning negotiation
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.360303 (+    18us) server_negotiation.cc:400] Waiting for connection header
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.362662 (+  2359us) server_negotiation.cc:408] Connection header received
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.362737 (+    75us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.362743 (+     6us) server_negotiation.cc:462] Received NEGOTIATE request from client
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.362830 (+    87us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.362930 (+   100us) server_negotiation.cc:227] Negotiated authn=SASL
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.364659 (+  1729us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.366006 (+  1347us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:48:13.386447 (+ 20441us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:53662: BlockingRecv error: recv got EOF from 127.0.0.1:53662 (error 108)
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":84}
23:48:13.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.388440 15933 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:13.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:13.494158 15719 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15868
23:48:13.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:13Z chronyd exiting
.23:48:13.642 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:13.643 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:13.643 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:13.663 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5941535817659001212
23:48:13.664 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:48:13.664 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:48:13.666 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:13.666 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:13.667 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:48:13.667 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:48:13.668 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:48:13.668 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:48:13.669 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:48:13.670 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:48:13.671 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
23:48:13.737 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:13.737 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
23:48:13.738 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:48:13.739 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:48:13.740 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:48:13.741 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:48:13.749 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:48:13.750 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:48:13.750 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:48:13.763 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.763 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.763 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.764 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.764 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.764 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:48:13.922 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:48:13.922 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@23770029, with PersistenceManager: null will be shutdown
23:48:13.923 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@23770029, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439b9cd2 created in the thread with id: 202
23:48:13.924 [WARN - Thread-141] (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
23:48:13.925 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@23770029
23:48:14.006 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
23:48:14.018 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
23:48:14.041 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
23:48:14.043 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
23:48:14.071 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:48:14.071 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:48:14.072 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:48:14.072 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
23:48:14.072 [WARN - Thread-141] (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)
23:48:14.073 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [34485]...
23:48:14.073 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:48:14.073 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:48:14.073 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
23:48:14.073 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
23:48:14.665 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:48:14.666 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:48:14.666 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:48:14.667 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:48:14.667 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34485]
23:48:14.668 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34485) in binary transport mode
23:48:14.668 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34485) current connections: 1
23:48:14.669 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskII2S0w/test-tmp
23:48:14.670 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
23:48:14.670 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskII2S0w/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
23:48:14.672 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:48:14.995 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:14.995 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:48:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:14.997862 15987 mini_oidc.cc:150] Starting JWKS server
23:48:15.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.000056 15987 webserver.cc:534] Webserver started at http://127.0.0.1:45181/ using document root <none> and password file <none>
23:48:15.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.000267 15987 mini_oidc.cc:186] Starting OIDC Discovery server
23:48:15.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.000751 15987 webserver.cc:534] Webserver started at http://127.0.0.1:46075/ using document root <none> and password file <none>
23:48:15.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:15Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:48:15.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:15Z Disabled control of system clock
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.028851 15987 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/logs
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data/info.pb
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.254:44099
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.254
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json with env {}
23:48:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.339313 15998 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.339659 15998 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.339784 15998 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:15.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.347697 15998 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.347882 15998 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.347965 15998 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.348032 15998 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.348114 15998 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.348172 15998 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45181/jwks.json
23:48:15.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.357658 15998 master_runner.cc:387] Master server non-default flags:
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.254:44099
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data/info.pb
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.254
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/logs
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:15.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.359687 15998 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:15.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.361496 15998 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:15.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.369342 16006 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
23:48:15.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.369391 16004 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
23:48:15.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.369536 16003 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
23:48:15.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.370383 15998 server_base.cc:1061] running on GCE node
23:48:15.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.371024 15998 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:15.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.372643 15998 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:15.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.373852 15998 hybrid_clock.cc:648] HybridClock initialized: now 1783468095373781 us; error 54 us; skew 500 ppm
23:48:15.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.374297 15998 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:15.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.376864 15998 webserver.cc:534] Webserver started at http://127.15.156.254:34609/ using document root <none> and password file <none>
23:48:15.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.377792 15998 fs_manager.cc:362] Metadata directory not provided
23:48:15.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.377918 15998 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:15.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.378304 15998 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:15.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.381592 15998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data/instance:
23:48:15.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1c5a5304e56a4d67aad55f09978183a0"
23:48:15.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.382468 15998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal/instance:
23:48:15.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1c5a5304e56a4d67aad55f09978183a0"
23:48:15.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.387570 15998 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
23:48:15.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.390769 16012 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.392012 15998 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.392184 15998 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1c5a5304e56a4d67aad55f09978183a0"
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.392414 15998 fs_report.cc:389] FS layout report
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data/data
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:15.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:15.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:15.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.408437 15998 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:15.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.409373 15998 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
23:48:15.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.409682 15998 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:15.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.428793 15998 rpc_server.cc:307] RPC server started. Bound to: 127.15.156.254:44099
23:48:15.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.428823 16063 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.156.254:44099 every 8 connection(s)
23:48:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.430342 15998 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/data/info.pb
23:48:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.433982 15987 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 15998
23:48:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.434371 15987 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-0/wal/instance
23:48:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.434464 16064 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.436832 15987 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/logs
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data/info.pb
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.253:35649
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.253
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:15.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json with env {}
23:48:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.440425 16064 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } has no permanent_uuid. Determining permanent_uuid...
23:48:15.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.469674 16064 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
23:48:15.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.471042 16013 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.472738 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.253:35649: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.522079 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } attempt: 1
23:48:15.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.524168 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.253:35649: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.592403 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } attempt: 2
23:48:15.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.594530 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.253:35649: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.685859 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } attempt: 3
23:48:15.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.687731 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.253:35649: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.759900 16066 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:15.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.760188 16066 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:15.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.760267 16066 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768204 16066 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768303 16066 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768376 16066 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768438 16066 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768493 16066 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.768527 16066 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45181/jwks.json
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.778080 16066 master_runner.cc:387] Master server non-default flags:
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.253:35649
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data/info.pb
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.253
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/logs
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:15.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.779675 16066 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:15.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.781448 16066 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:15.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.789299 16075 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
23:48:15.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.789355 16076 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
23:48:15.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.789899 16078 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
23:48:15.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.790562 16066 server_base.cc:1061] running on GCE node
23:48:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.791337 16066 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.792770 16066 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:15.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.793998 16066 hybrid_clock.cc:648] HybridClock initialized: now 1783468095793947 us; error 31 us; skew 500 ppm
23:48:15.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.794368 16066 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:15.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.796475 16066 webserver.cc:534] Webserver started at http://127.15.156.253:40317/ using document root <none> and password file <none>
23:48:15.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.797235 16066 fs_manager.cc:362] Metadata directory not provided
23:48:15.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.797375 16066 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:15.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.797755 16066 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:15.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.800065 16066 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data/instance:
23:48:15.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c68877952b94a538f4955d7026ca28c"
23:48:15.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.800858 16066 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal/instance:
23:48:15.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c68877952b94a538f4955d7026ca28c"
23:48:15.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.805992 16066 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
23:48:15.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.809281 16084 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:15.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.810483 16066 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:48:15.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.810662 16066 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal
23:48:15.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c68877952b94a538f4955d7026ca28c"
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:15 on dist-test-slave-hdrm"
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.810892 16066 fs_report.cc:389] FS layout report
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data/data
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:15.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:15.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.824645 16066 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:15.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.825453 16066 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
23:48:15.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.825736 16066 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:15.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.831070 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } attempt: 4
23:48:15.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.833242 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.253:35649: Network error: Client connection negotiation failed: client connection to 127.15.156.253:35649: connect: Connection refused (error 111)
23:48:15.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.845582 16135 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.156.253:35649 every 8 connection(s)
23:48:15.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.845559 16066 rpc_server.cc:307] RPC server started. Bound to: 127.15.156.253:35649
23:48:15.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.847034 16066 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/data/info.pb
23:48:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.848500 15987 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 16066
23:48:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.848658 15987 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-1/wal/instance
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.849933 15987 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskII2S0w/build/asan/bin/kudu
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/logs
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data/info.pb
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.252:41691
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.252
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json with env {}
23:48:15.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.852128 16136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:15.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.858040 16136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } has no permanent_uuid. Determining permanent_uuid...
23:48:15.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.870488 16136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
23:48:15.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.879037 16136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } has no permanent_uuid. Determining permanent_uuid...
23:48:15.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.880227 16088 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:15.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.881817 16136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:15.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:15.931087 16136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 1
23:48:15.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:15.933147 16136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.001410 16136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 2
23:48:16.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.003650 16136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.094925 16136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 3
23:48:16.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.097039 16136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.132496 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } attempt: 5
23:48:16.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.138943 16064 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } has no permanent_uuid. Determining permanent_uuid...
23:48:16.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.140776 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.173468 16138 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:48:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.173799 16138 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:48:16.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.173888 16138 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182138 16138 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182240 16138 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182296 16138 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182336 16138 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182389 16138 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:48:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.182422 16138 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45181/jwks.json
23:48:16.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.191998 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 1
23:48:16.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.192617 16138 master_runner.cc:387] Master server non-default flags:
23:48:16.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:48:16.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.156.212:39533
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.156.254:44099,127.15.156.253:35649,127.15.156.252:41691
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.156.252:41691
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45181/jwks.json
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data/info.pb
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.156.252
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/logs
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:41 UTC on bdcb31816ec0
23:48:16.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16835
23:48:16.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
23:48:16.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.194183 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.194773 16138 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:48:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.197154 16138 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:48:16.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.206091 16147 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
23:48:16.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.206060 16146 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
23:48:16.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.206777 16149 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
23:48:16.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.207139 16138 server_base.cc:1061] running on GCE node
23:48:16.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.207916 16138 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:48:16.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.209213 16138 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:48:16.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.210465 16138 hybrid_clock.cc:648] HybridClock initialized: now 1783468096210404 us; error 49 us; skew 500 ppm
23:48:16.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.210860 16138 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
23:48:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.212970 16138 webserver.cc:534] Webserver started at http://127.15.156.252:46187/ using document root <none> and password file <none>
23:48:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.213685 16138 fs_manager.cc:362] Metadata directory not provided
23:48:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.213817 16138 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:48:16.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.214174 16138 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.216677 16138 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data/instance:
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40f11d91c4664ff9886bc7f0dcddc145"
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:16 on dist-test-slave-hdrm"
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.217510 16138 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal/instance:
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40f11d91c4664ff9886bc7f0dcddc145"
23:48:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:16 on dist-test-slave-hdrm"
23:48:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.222795 16138 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
23:48:16.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.226028 16155 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:48:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.227233 16138 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
23:48:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.227419 16138 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data,/tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal
23:48:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40f11d91c4664ff9886bc7f0dcddc145"
23:48:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:48:16 on dist-test-slave-hdrm"
23:48:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.227658 16138 fs_report.cc:389] FS layout report
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data/data
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:48:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:48:16.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.240258 16136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 4
23:48:16.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.242142 16136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.244385 16138 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:48:16.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.245302 16138 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
23:48:16.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.245599 16138 kserver.cc:163] Server-wide thread pool size limit: 3276
23:48:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.262419 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 2
23:48:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.264748 16064 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.156.252:41691: Network error: Client connection negotiation failed: client connection to 127.15.156.252:41691: connect: Connection refused (error 111)
23:48:16.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.266016 16138 rpc_server.cc:307] RPC server started. Bound to: 127.15.156.252:41691
23:48:16.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.266036 16206 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.156.252:41691 every 8 connection(s)
23:48:16.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.267473 16138 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/data/info.pb
23:48:16.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.271649 16207 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:48:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.275493 15987 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskII2S0w/build/asan/bin/kudu as pid 16138
23:48:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.275638 15987 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskII2S0w/test-tmp/mini-kudu-cluster12440498529889083051/master-2/wal/instance
23:48:16.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.277314 16207 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } has no permanent_uuid. Determining permanent_uuid...
23:48:16.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.290505 16207 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
23:48:16.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.296928 16207 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } has no permanent_uuid. Determining permanent_uuid...
23:48:16.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.308305 16207 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: Bootstrap starting.
23:48:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.311401 15987 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:48:16.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.312232 16207 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: Neither blocks nor log segments found. Creating new log.
23:48:16.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.313529 16207 log.cc:826] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: Log is configured to *not* fsync() on all Append() calls
23:48:16.314 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:16.314 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:48:16.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.316109 16207 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: No bootstrap required, opened a new log
23:48:16.315 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.156.254"
      port: 44099
    }
    bound_http_address {
      host: "127.15.156.254"
      port: 34609
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.156.253"
      port: 35649
    }
    bound_http_address {
      host: "127.15.156.253"
      port: 40317
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.156.252"
      port: 41691
    }
    bound_http_address {
      host: "127.15.156.252"
      port: 46187
    }
  }
}

23:48:16.317 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:48:16.318 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:48:16.319 [INFO - Metastore-Handler-Pool: Thread-223] (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=065a01cf-922c-459f-84cf-b139e43584a2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.156.252:41691,127.15.156.254:44099,127.15.156.253:35649}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:48:16.321 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:48:16.321 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:48:16.321 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47dba5fa, with PersistenceManager: null will be shutdown
23:48:16.321 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47dba5fa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@457d615c created in the thread with id: 223
23:48:16.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.322686 16207 raft_consensus.cc:359] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.323068 16207 raft_consensus.cc:385] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:16.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.323194 16207 raft_consensus.cc:740] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40f11d91c4664ff9886bc7f0dcddc145, State: Initialized, Role: FOLLOWER
23:48:16.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.323997 16207 consensus_queue.cc:260] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.325080 16213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.325754 16213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.326 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47dba5fa
23:48:16.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.326490 16207 sys_catalog.cc:565] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: configured and running, proceeding with master startup.
23:48:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.343075 16138 master_runner.cc:187] Error getting master registration for 127.15.156.254:44099: OK, instance_id { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" instance_seqno: 1783468095423644 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.349766 16138 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.366971 16224 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.367388 16224 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:16.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.370991 16064 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 3
23:48:16.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.392630 16064 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: Bootstrap starting.
23:48:16.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.399586 16064 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: Neither blocks nor log segments found. Creating new log.
23:48:16.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.404533 16064 log.cc:826] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: Log is configured to *not* fsync() on all Append() calls
23:48:16.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.413002 16064 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: No bootstrap required, opened a new log
23:48:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.421695 16064 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.422284 16064 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.422704 16064 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c5a5304e56a4d67aad55f09978183a0, State: Initialized, Role: FOLLOWER
23:48:16.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.424029 16064 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.437100 16228 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.438506 16064 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: configured and running, proceeding with master startup.
23:48:16.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.442844 16228 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.474231 15998 master_runner.cc:187] Error getting master registration for 127.15.156.253:35649: OK, instance_id { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" instance_seqno: 1783468095840411 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:48:16.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.484145 15998 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:48:16.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.487210 16239 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:48:16.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.487509 16239 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:48:16.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.497629 16161 tablet.cc:2406] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:16.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.541395 16136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } attempt: 5
23:48:16.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.555699 16136 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c: Bootstrap starting.
23:48:16.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.560199 16136 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c: Neither blocks nor log segments found. Creating new log.
23:48:16.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.561769 16136 log.cc:826] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c: Log is configured to *not* fsync() on all Append() calls
23:48:16.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.575768 16136 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c: No bootstrap required, opened a new log
23:48:16.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.583776 16136 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.584384 16136 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:48:16.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.584635 16136 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c68877952b94a538f4955d7026ca28c, State: Initialized, Role: FOLLOWER
23:48:16.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.585573 16136 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.592788 16242 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.595081 16242 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.594965 16136 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: configured and running, proceeding with master startup.
23:48:16.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.625612 16242 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:48:16.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.625898 16242 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.627646 16242 leader_election.cc:290] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c5a5304e56a4d67aad55f09978183a0 (127.15.156.254:44099), 40f11d91c4664ff9886bc7f0dcddc145 (127.15.156.252:41691)
23:48:16.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.629258 16039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4c68877952b94a538f4955d7026ca28c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c5a5304e56a4d67aad55f09978183a0" is_pre_election: true
23:48:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.629832 16039 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c68877952b94a538f4955d7026ca28c in term 0.
23:48:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.630911 16182 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4c68877952b94a538f4955d7026ca28c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40f11d91c4664ff9886bc7f0dcddc145" is_pre_election: true
23:48:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.631425 16182 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c68877952b94a538f4955d7026ca28c in term 0.
23:48:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.632225 16086 leader_election.cc:304] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [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: 1c5a5304e56a4d67aad55f09978183a0, 4c68877952b94a538f4955d7026ca28c; no voters: 
23:48:16.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.633107 16242 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Leader pre-election won for term 1
23:48:16.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.633242 16242 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:48:16.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.633327 16242 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 0 FOLLOWER]: Advancing to term 1
23:48:16.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.636545 16242 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.638131 16039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4c68877952b94a538f4955d7026ca28c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c5a5304e56a4d67aad55f09978183a0"
23:48:16.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.638368 16039 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 0 FOLLOWER]: Advancing to term 1
23:48:16.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.641866 16039 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c68877952b94a538f4955d7026ca28c in term 1.
23:48:16.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.642458 16086 leader_election.cc:304] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [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: 1c5a5304e56a4d67aad55f09978183a0, 4c68877952b94a538f4955d7026ca28c; no voters: 
23:48:16.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.645565 16182 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4c68877952b94a538f4955d7026ca28c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40f11d91c4664ff9886bc7f0dcddc145"
23:48:16.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.645785 16182 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 0 FOLLOWER]: Advancing to term 1
23:48:16.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.649222 16182 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c68877952b94a538f4955d7026ca28c in term 1.
23:48:16.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.649636 16248 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 1 FOLLOWER]: Leader election won for term 1
23:48:16.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.650132 16242 leader_election.cc:290] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [CANDIDATE]: Term 1 election: Requested vote from peers 1c5a5304e56a4d67aad55f09978183a0 (127.15.156.254:44099), 40f11d91c4664ff9886bc7f0dcddc145 (127.15.156.252:41691)
23:48:16.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.656045 16248 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [term 1 LEADER]: Becoming Leader. State: Replica: 4c68877952b94a538f4955d7026ca28c, State: Running, Role: LEADER
23:48:16.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.656831 16248 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [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: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } }
23:48:16.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:48:16.662520 16018 tablet.cc:2406] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:48:16.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.669059 16242 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4c68877952b94a538f4955d7026ca28c. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.669545 16242 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: This master's current role is: LEADER
23:48:16.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.676882 16252 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:48:16.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.693078 16252 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:48:16.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.726315 16182 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [term 1 FOLLOWER]: Refusing update from remote peer 4c68877952b94a538f4955d7026ca28c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:16.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.728080 16242 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [LEADER]: Connected to new peer: Peer: permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:16.727 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:16.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.735625 16039 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [term 1 FOLLOWER]: Refusing update from remote peer 4c68877952b94a538f4955d7026ca28c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:48:16.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.736867 16242 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:48:16.747 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:16.747 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:16.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.750157 16213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4c68877952b94a538f4955d7026ca28c. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.750478 16213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.759574 16256 mvcc.cc:204] Tried to move back new op lower bound from 7305085324159340544 to 7305085323912835072. Current Snapshot: MvccSnapshot[applied={T|T < 7305085324159340544}]
23:48:16.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.761098 16213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.761309 16213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.761945 16258 mvcc.cc:204] Tried to move back new op lower bound from 7305085324159340544 to 7305085323912835072. Current Snapshot: MvccSnapshot[applied={T|T < 7305085324159340544}]
23:48:16.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.775712 16249 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.776135 16249 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: This master's current role is: LEADER
23:48:16.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.780493 16252 catalog_manager.cc:1382] Generated new cluster ID: a51741b9d38a41acb15ea6d171eb8e00
23:48:16.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.780599 16252 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:48:16.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.781769 16228 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4c68877952b94a538f4955d7026ca28c. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.782027 16228 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.782634 16263 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
23:48:16.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.788884 16249 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.789105 16249 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c [sys.catalog]: This master's current role is: LEADER
23:48:16.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.796049 16228 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4c68877952b94a538f4955d7026ca28c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c5a5304e56a4d67aad55f09978183a0" member_type: VOTER last_known_addr { host: "127.15.156.254" port: 44099 } } peers { permanent_uuid: "4c68877952b94a538f4955d7026ca28c" member_type: VOTER last_known_addr { host: "127.15.156.253" port: 35649 } } peers { permanent_uuid: "40f11d91c4664ff9886bc7f0dcddc145" member_type: VOTER last_known_addr { host: "127.15.156.252" port: 41691 } } }
23:48:16.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.796239 16228 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0 [sys.catalog]: This master's current role is: FOLLOWER
23:48:16.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.822300 16252 catalog_manager.cc:1405] Generated new certificate authority record
23:48:16.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.824414 16252 catalog_manager.cc:1539] Loading token signing keys...
23:48:16.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.879544 16252 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4c68877952b94a538f4955d7026ca28c: Generated new TSK 0
23:48:16.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:16.882078 16252 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:48:16.903 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:48:16.920 [INFO - Metastore-Handler-Pool: Thread-223] (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/hive5941535817659001212/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=065a01cf-922c-459f-84cf-b139e43584a2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.156.252:41691,127.15.156.254:44099,127.15.156.253:35649}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:48:16.922 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5941535817659001212/external-warehouse/table
23:48:17.080 [DEBUG - Metastore-Handler-Pool: Thread-223] (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.
23:48:17.082 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:48:17.098 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.156.252:41691(127.15.156.252:41691)] connecting to peer
23:48:17.108 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.156.254:44099(127.15.156.254:44099)] connecting to peer
23:48:17.116 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.156.253:35649(127.15.156.253:35649)] connecting to peer
23:48:17.117 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.156.252:41691(127.15.156.252:41691)] Successfully connected to peer
23:48:17.118 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.156.254:44099(127.15.156.254:44099)] Successfully connected to peer
23:48:17.139 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.156.254
23:48:17.144 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.156.252
23:48:17.167 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:17.179 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.156.253:35649(127.15.156.253:35649)] Successfully connected to peer
23:48:17.185 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4f9834a0, L:/127.0.0.1:39220 - R:/127.15.156.252:41691] using SASL/PLAIN
23:48:17.191 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.156.253
23:48:17.242 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:17.257 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe88dc569, L:/127.0.0.1:45510 - R:/127.15.156.254:44099] using SASL/PLAIN
23:48:17.265 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:48:17.303 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x1cfdaef4, L:/127.0.0.1:46106 - R:/127.15.156.253:35649] using SASL/PLAIN
23:48:17.311 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:48:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.370374 16224 catalog_manager.cc:1294] Loaded cluster ID: a51741b9d38a41acb15ea6d171eb8e00
23:48:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.370642 16224 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: loading cluster ID for follower catalog manager: success
23:48:17.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.381752 16224 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: acquiring CA information for follower catalog manager: success
23:48:17.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.384222 16224 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 40f11d91c4664ff9886bc7f0dcddc145: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:17.444 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.490123 16239 catalog_manager.cc:1294] Loaded cluster ID: a51741b9d38a41acb15ea6d171eb8e00
23:48:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.490258 16239 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: loading cluster ID for follower catalog manager: success
23:48:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.494241 16239 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: acquiring CA information for follower catalog manager: success
23:48:17.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:17.496948 16239 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1c5a5304e56a4d67aad55f09978183a0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:48:17.512 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:17.514 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:48:17.522 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:48:17.588 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
23:48:17.588 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:48:17.679 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:48:17.702 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
23:48:17.703 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:48:17.805 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:17.913 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:17.945 [WARN - Metastore-Handler-Pool: Thread-223] (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.
23:48:18.035 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:48:18.036 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:48:18.036 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:48:18.036 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47dba5fa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@457d615c will be shutdown
23:48:18.037 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:48:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.037173 15987 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 15998
23:48:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.038813 16059 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:18.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.165068 15987 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 15998
23:48:18.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.185302 15987 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 16066
23:48:18.185 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.156.254:44099(127.15.156.254:44099)] handling channelInactive
23:48:18.185 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.156.254:44099(127.15.156.254:44099)] cleaning up while in state READY due to: connection closed
23:48:18.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.186414 16131 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:18.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.289384 15987 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 16066
23:48:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.309461 15987 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskII2S0w/build/asan/bin/kudu pid 16138
23:48:18.309 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.156.253:35649(127.15.156.253:35649)] handling channelInactive
23:48:18.310 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.156.253:35649(127.15.156.253:35649)] cleaning up while in state READY due to: connection closed
23:48:18.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.310739 16202 generic_service.cc:196] Checking for leaks (request via RPC)
23:48:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:48:18.414398 15987 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskII2S0w/build/asan/bin/kudu with pid 16138
23:48:18.435 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.156.252:41691(127.15.156.252:41691)] handling channelInactive
23:48:18.436 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.156.252:41691(127.15.156.252:41691)] cleaning up while in state READY due to: connection closed
23:48:18.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:48:18Z chronyd exiting

Time: 34.791

OK (6 tests)

