JUnit version 4.13.2
.19:58:22.173 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:22.181 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:22.182 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:22.300 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15495967169116487350
19:58:22.469 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:22.487 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:22.764 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:22.806 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:22.806 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
19:58:22.842 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
19:58:22.859 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:22.882 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
19:58:23.681 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:23.686 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
19:58:23.708 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:23.710 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:23.723 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:23.724 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:23.912 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:23.912 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:23.915 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:24.432 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:24.433 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1613196, with PersistenceManager: null will be shutdown
19:58:24.464 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1613196, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73b32fac created in the thread with id: 13
19:58:24.550 [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
19:58:24.808 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:24.810 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:24.811 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:24.811 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:24.813 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:24.813 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:25.506 [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
19:58:25.506 [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.160
19:58:25.507 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1613196
19:58:25.849 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
19:58:25.900 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:25.951 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
19:58:25.955 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
19:58:26.031 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:26.039 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:26.396 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:26.403 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:26.415 [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)
19:58:26.416 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37747]...
19:58:26.416 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:26.416 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:26.416 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
19:58:26.416 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
19:58:27.322 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:27.323 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:27.323 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:27.339 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:27.340 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37747]
19:58:27.341 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37747) in binary transport mode
19:58:27.360 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37747) current connections: 1
19:58:27.428 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
19:58:27.550 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:27.553 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:27.556 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:27.593 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37747"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:28.006 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:28.012 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:28.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.015671 15920 mini_oidc.cc:150] Starting JWKS server
19:58:28.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.018316 15920 webserver.cc:533] Webserver started at http://127.0.0.1:41503/ using document root <none> and password file <none>
19:58:28.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.018635 15920 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:28.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.019307 15920 webserver.cc:533] Webserver started at http://127.0.0.1:40115/ using document root <none> and password file <none>
19:58:28.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:28Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:28.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:28Z Disabled control of system clock
19:58:28.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.053598 15920 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:28.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:28.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal
19:58:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data
19:58:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/logs
19:58:28.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data/info.pb
19:58:28.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:28.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:28.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:28.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:28.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:28.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:28.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.62:38303
19:58:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.62
19:58:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:28.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:28.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747 with env {}
19:58:28.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.415149 15934 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:28.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.415506 15934 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:28.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.415585 15934 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:28.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424293 15934 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424410 15934 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424470 15934 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424512 15934 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424571 15934 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.424609 15934 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41503/jwks.json
19:58:28.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.435439 15934 master_runner.cc:387] Master server non-default flags:
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/logs
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.62:38303
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data/info.pb
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.62
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.437178 15934 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.439347 15934 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:28.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.448722 15941 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
19:58:28.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.448827 15943 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
19:58:28.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.448686 15940 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
19:58:28.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.449050 15934 server_base.cc:1061] running on GCE node
19:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.450834 15934 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.452405 15934 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.453670 15934 hybrid_clock.cc:648] HybridClock initialized: now 1786478308453616 us; error 113 us; skew 500 ppm
19:58:28.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.454180 15934 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:28.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.456588 15934 webserver.cc:533] Webserver started at http://127.15.140.62:35127/ using document root <none> and password file <none>
19:58:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.457427 15934 fs_manager.cc:362] Metadata directory not provided
19:58:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.457562 15934 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.458118 15934 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.460692 15934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data/instance:
19:58:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ada01abe17d4d458f46cac9840c8c4d"
19:58:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.461690 15934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal/instance:
19:58:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ada01abe17d4d458f46cac9840c8c4d"
19:58:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.467724 15934 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
19:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.471624 15952 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.473308 15934 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
19:58:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.473520 15934 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal
19:58:28.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ada01abe17d4d458f46cac9840c8c4d"
19:58:28.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.473789 15934 fs_report.cc:389] FS layout report
19:58:28.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data/data
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:28.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:28.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:28.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:28.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:28.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.510073 15934 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.511276 15934 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.511631 15934 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.533929 15934 rpc_server.cc:307] RPC server started. Bound to: 127.15.140.62:38303
19:58:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.533967 16009 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.140.62:38303 every 8 connection(s)
19:58:28.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.535800 15934 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/data/info.pb
19:58:28.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.538636 15920 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 15934
19:58:28.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.539002 15920 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-0/wal/instance
19:58:28.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.541576 16010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.542322 15920 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal
19:58:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data
19:58:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/logs
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data/info.pb
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.61:41193
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.61
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747 with env {}
19:58:28.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.550384 16010 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } has no permanent_uuid. Determining permanent_uuid...
19:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.577905 16010 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } has no permanent_uuid. Determining permanent_uuid...
19:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.579255 15953 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.581103 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.61:41193: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.630470 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } attempt: 1
19:58:28.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.632802 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.61:41193: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.701112 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } attempt: 2
19:58:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.703526 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.61:41193: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.794864 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } attempt: 3
19:58:28.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.797225 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.61:41193: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.902428 16011 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.902796 16011 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.902875 16011 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.911664 16011 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.911772 16011 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.911828 16011 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.911870 16011 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.911971 16011 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.912026 16011 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41503/jwks.json
19:58:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.923273 16011 master_runner.cc:387] Master server non-default flags:
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/logs
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.61:41193
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data/info.pb
19:58:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.61
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.925081 16011 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:28.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.927129 16011 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.936058 16020 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
19:58:28.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.936046 16021 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
19:58:28.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.936844 16023 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
19:58:28.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.937291 16011 server_base.cc:1061] running on GCE node
19:58:28.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.938033 16011 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:28.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.939857 16011 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:28.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.940465 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } attempt: 4
19:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.941097 16011 hybrid_clock.cc:648] HybridClock initialized: now 1786478308941017 us; error 66 us; skew 500 ppm
19:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.941567 16011 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:28.942648 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.61:41193: Network error: Client connection negotiation failed: client connection to 127.15.140.61:41193: connect: Connection refused (error 111)
19:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.944383 16011 webserver.cc:533] Webserver started at http://127.15.140.61:35181/ using document root <none> and password file <none>
19:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.945109 16011 fs_manager.cc:362] Metadata directory not provided
19:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.945200 16011 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.945504 16011 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:28.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.948001 16011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data/instance:
19:58:28.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee"
19:58:28.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.948788 16011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal/instance:
19:58:28.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee"
19:58:28.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.954582 16011 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.004s
19:58:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.958129 16029 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.960016 16011 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.960197 16011 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee"
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:28 on dist-test-slave-mn4r"
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:28.960443 16011 fs_report.cc:389] FS layout report
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal
19:58:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data/data
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:29.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.007254 16011 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:29.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.008180 16011 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:29.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.008433 16011 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.029896 16011 rpc_server.cc:307] RPC server started. Bound to: 127.15.140.61:41193
19:58:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.029966 16089 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.140.61:41193 every 8 connection(s)
19:58:29.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.031617 16011 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/data/info.pb
19:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.036044 15920 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16011
19:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.036248 15920 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-1/wal/instance
19:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.036532 16090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.037623 15920 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/logs
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data/info.pb
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.60:38699
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.60
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747 with env {}
19:58:29.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.046195 16090 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.061403 16090 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.071787 16090 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.073127 16032 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.075105 16090 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.124498 16090 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 1
19:58:29.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.126869 16090 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.195153 16090 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 2
19:58:29.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.197386 16090 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.241946 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } attempt: 5
19:58:29.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.249792 16010 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.251914 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.288674 16090 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 3
19:58:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.291141 16090 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.303208 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 1
19:58:29.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.305490 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.373795 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 2
19:58:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.376092 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.404832 16091 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.405187 16091 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.405267 16091 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.413810 16091 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.413918 16091 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.413985 16091 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.414026 16091 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.414132 16091 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.414188 16091 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41503/jwks.json
19:58:29.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.425890 16091 master_runner.cc:387] Master server non-default flags:
19:58:29.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/logs
19:58:29.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:29.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:29.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.140.20:35107
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37747
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:29.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.140.62:38303,127.15.140.61:41193,127.15.140.60:38699
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.140.60:38699
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41503/jwks.json
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:29.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data/info.pb
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.140.60
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:29.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.428174 16091 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.430575 16091 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.434392 16090 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 4
19:58:29.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.436918 16090 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.440315 16101 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
19:58:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.440613 16104 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
19:58:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.441228 16102 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
19:58:29.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.442149 16091 server_base.cc:1061] running on GCE node
19:58:29.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.443270 16091 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.445289 16091 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.446556 16091 hybrid_clock.cc:648] HybridClock initialized: now 1786478309446482 us; error 76 us; skew 500 ppm
19:58:29.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.447039 16091 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.449689 16091 webserver.cc:533] Webserver started at http://127.15.140.60:38205/ using document root <none> and password file <none>
19:58:29.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.450655 16091 fs_manager.cc:362] Metadata directory not provided
19:58:29.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.450762 16091 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:29.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.451107 16091 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:29.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.453830 16091 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data/instance:
19:58:29.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e9662716fb6b4b42bcf29e0467792482"
19:58:29.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:29 on dist-test-slave-mn4r"
19:58:29.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.454795 16091 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal/instance:
19:58:29.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e9662716fb6b4b42bcf29e0467792482"
19:58:29.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:29 on dist-test-slave-mn4r"
19:58:29.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.461088 16091 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
19:58:29.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.465036 16110 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.466812 16091 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.467041 16091 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e9662716fb6b4b42bcf29e0467792482"
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:29 on dist-test-slave-mn4r"
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.467342 16091 fs_report.cc:389] FS layout report
19:58:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data/data
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:29.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:29.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:29.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:29.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:29.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:29.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.482342 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 3
19:58:29.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.484544 16010 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.140.60:38699: Network error: Client connection negotiation failed: client connection to 127.15.140.60:38699: connect: Connection refused (error 111)
19:58:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.490672 16091 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.491719 16091 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.492043 16091 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:29.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.515563 16091 rpc_server.cc:307] RPC server started. Bound to: 127.15.140.60:38699
19:58:29.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.515581 16170 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.140.60:38699 every 8 connection(s)
19:58:29.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.517280 16091 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/data/info.pb
19:58:29.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.519760 15920 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16091
19:58:29.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.519943 15920 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5118491053747150590/master-2/wal/instance
19:58:29.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.522408 16172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:29.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.532045 16172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.553439 16172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.561116 16172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } has no permanent_uuid. Determining permanent_uuid...
19:58:29.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.579972 16172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: Bootstrap starting.
19:58:29.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.584702 15920 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:29.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.585248 16172 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: Neither blocks nor log segments found. Creating new log.
19:58:29.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.586799 16172 log.cc:826] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: Log is configured to *not* fsync() on all Append() calls
19:58:29.587 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:29.589 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:29.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.590561 16172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: No bootstrap required, opened a new log
19:58:29.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.599356 16172 raft_consensus.cc:359] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.600175 16172 raft_consensus.cc:385] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:29.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.600597 16172 raft_consensus.cc:740] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9662716fb6b4b42bcf29e0467792482, State: Initialized, Role: FOLLOWER
19:58:29.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.601562 16172 consensus_queue.cc:260] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.600 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.140.62"
      port: 38303
    }
    bound_http_address {
      host: "127.15.140.62"
      port: 35127
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.140.61"
      port: 41193
    }
    bound_http_address {
      host: "127.15.140.61"
      port: 35181
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.140.60"
      port: 38699
    }
    bound_http_address {
      host: "127.15.140.60"
      port: 38205
    }
  }
}

19:58:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.603196 16178 sys_catalog.cc:455] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.603804 16178 sys_catalog.cc:458] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: This master's current role is: FOLLOWER
19:58:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.604764 16172 sys_catalog.cc:565] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: configured and running, proceeding with master startup.
19:58:29.608 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:29.609 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:29.636 [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=156c0061-83b0-417d-9d95-6c575732ba64, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:29.639 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:29.639 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:29.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.641690 16193 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:29.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.642184 16193 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:29.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.635913 16091 master_runner.cc:187] Error getting master registration for 127.15.140.62:38303: OK, instance_id { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" instance_seqno: 1786478308527839 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:29.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.643880 16091 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:29.648 [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=	
19:58:29.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.650431 16190 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:29.657 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: null will be shutdown
19:58:29.658 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43e9697c created in the thread with id: 36
19:58:29.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.661787 16010 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 4
19:58:29.676 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86
19:58:29.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.677791 16010 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: Bootstrap starting.
19:58:29.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.683106 16010 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: Neither blocks nor log segments found. Creating new log.
19:58:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.685003 16010 log.cc:826] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: Log is configured to *not* fsync() on all Append() calls
19:58:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.699316 16010 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: No bootstrap required, opened a new log
19:58:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.706327 16010 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.707083 16010 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.707465 16010 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ada01abe17d4d458f46cac9840c8c4d, State: Initialized, Role: FOLLOWER
19:58:29.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.708612 16010 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.721266 16198 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.722097 16198 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: This master's current role is: FOLLOWER
19:58:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.722754 16010 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: configured and running, proceeding with master startup.
19:58:29.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.736140 16090 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } attempt: 5
19:58:29.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.744417 16118 tablet.cc:2406] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:29.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.751758 16090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: Bootstrap starting.
19:58:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.758214 16090 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: Neither blocks nor log segments found. Creating new log.
19:58:29.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.760649 16090 log.cc:826] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: Log is configured to *not* fsync() on all Append() calls
19:58:29.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.765064 15958 tablet.cc:2406] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:29.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.788419 16090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: No bootstrap required, opened a new log
19:58:29.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.798524 16090 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.799665 16090 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.800172 16090 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ec57632e9ab4e5cb2adbdcb7b4771ee, State: Initialized, Role: FOLLOWER
19:58:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.801908 16090 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.809888 16209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.813359 16209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: This master's current role is: FOLLOWER
19:58:29.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.813128 16090 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: configured and running, proceeding with master startup.
19:58:29.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.849936 16198 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.850284 16198 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.852403 16198 leader_election.cc:290] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ec57632e9ab4e5cb2adbdcb7b4771ee (127.15.140.61:41193), e9662716fb6b4b42bcf29e0467792482 (127.15.140.60:38699)
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.854689 16062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5ada01abe17d4d458f46cac9840c8c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" is_pre_election: true
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.854876 16141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5ada01abe17d4d458f46cac9840c8c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9662716fb6b4b42bcf29e0467792482" is_pre_election: true
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.855319 16062 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ada01abe17d4d458f46cac9840c8c4d in term 0.
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.855455 16141 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5ada01abe17d4d458f46cac9840c8c4d in term 0.
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.856240 15954 leader_election.cc:304] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [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: 5ada01abe17d4d458f46cac9840c8c4d, e9662716fb6b4b42bcf29e0467792482; no voters: 
19:58:29.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.856734 16198 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Leader pre-election won for term 1
19:58:29.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.856887 16198 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
19:58:29.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.856993 16198 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 0 FOLLOWER]: Advancing to term 1
19:58:29.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.860878 16198 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.862495 16062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5ada01abe17d4d458f46cac9840c8c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee"
19:58:29.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.862735 16062 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 0 FOLLOWER]: Advancing to term 1
19:58:29.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.866698 16062 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ada01abe17d4d458f46cac9840c8c4d in term 1.
19:58:29.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.867434 15953 leader_election.cc:304] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [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: 5ada01abe17d4d458f46cac9840c8c4d, 8ec57632e9ab4e5cb2adbdcb7b4771ee; no voters: 
19:58:29.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.868249 16235 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 1 FOLLOWER]: Leader election won for term 1
19:58:29.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.869082 16141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5ada01abe17d4d458f46cac9840c8c4d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9662716fb6b4b42bcf29e0467792482"
19:58:29.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.869323 16141 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 0 FOLLOWER]: Advancing to term 1
19:58:29.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.872833 16141 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5ada01abe17d4d458f46cac9840c8c4d in term 1.
19:58:29.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.873919 16198 leader_election.cc:290] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [CANDIDATE]: Term 1 election: Requested vote from peers 8ec57632e9ab4e5cb2adbdcb7b4771ee (127.15.140.61:41193), e9662716fb6b4b42bcf29e0467792482 (127.15.140.60:38699)
19:58:29.874 [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=	
19:58:29.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.875615 16229 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:29.877 [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=	
19:58:29.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:29.878161 16230 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:29.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.878684 16242 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:29.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.880981 16243 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:29.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.880165 16235 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [term 1 LEADER]: Becoming Leader. State: Replica: 5ada01abe17d4d458f46cac9840c8c4d, State: Running, Role: LEADER
19:58:29.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.882162 16235 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [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: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } }
19:58:29.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.899161 16198 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5ada01abe17d4d458f46cac9840c8c4d. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:29.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.899466 16198 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: This master's current role is: LEADER
19:58:29.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.906388 16247 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
19:58:29.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.934371 16247 catalog_manager.cc:1520] Initializing Kudu cluster ID...
19:58:29.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.965313 16141 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [term 1 FOLLOWER]: Refusing update from remote peer 5ada01abe17d4d458f46cac9840c8c4d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:29.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.965934 16062 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [term 1 FOLLOWER]: Refusing update from remote peer 5ada01abe17d4d458f46cac9840c8c4d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:29.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.967181 16198 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:29.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:29.967850 16198 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:30.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.001832 16178 sys_catalog.cc:455] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5ada01abe17d4d458f46cac9840c8c4d. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.002177 16178 sys_catalog.cc:458] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: This master's current role is: FOLLOWER
19:58:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.006381 16251 mvcc.cc:204] Tried to move back new op lower bound from 7317415157550280704 to 7317415157284016128. Current Snapshot: MvccSnapshot[applied={T|T < 7317415157550280704}]
19:58:30.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:30.011248 16036 tablet.cc:2406] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:30.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.012276 16209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5ada01abe17d4d458f46cac9840c8c4d. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.012550 16209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: This master's current role is: FOLLOWER
19:58:30.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.016800 16235 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.017082 16235 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: This master's current role is: LEADER
19:58:30.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.017860 16235 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.018107 16235 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d [sys.catalog]: This master's current role is: LEADER
19:58:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.023068 16247 catalog_manager.cc:1383] Generated new cluster ID: 0043bd3044c14e3b95784dcefbb29b5f
19:58:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.023187 16247 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
19:58:30.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.038933 16209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.039196 16209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee [sys.catalog]: This master's current role is: FOLLOWER
19:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.044624 16178 sys_catalog.cc:455] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5ada01abe17d4d458f46cac9840c8c4d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ada01abe17d4d458f46cac9840c8c4d" member_type: VOTER last_known_addr { host: "127.15.140.62" port: 38303 } } peers { permanent_uuid: "8ec57632e9ab4e5cb2adbdcb7b4771ee" member_type: VOTER last_known_addr { host: "127.15.140.61" port: 41193 } } peers { permanent_uuid: "e9662716fb6b4b42bcf29e0467792482" member_type: VOTER last_known_addr { host: "127.15.140.60" port: 38699 } } }
19:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.044886 16178 sys_catalog.cc:458] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482 [sys.catalog]: This master's current role is: FOLLOWER
19:58:30.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.149855 16247 catalog_manager.cc:1406] Generated new certificate authority record
19:58:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.152261 16247 catalog_manager.cc:1540] Loading token signing keys...
19:58:30.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.183784 16247 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 5ada01abe17d4d458f46cac9840c8c4d: Generated new TSK 0
19:58:30.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.185021 16247 catalog_manager.cc:1550] Initializing in-progress tserver states...
19:58:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.191088 16247 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
19:58:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.192744 16247 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
19:58:30.551 [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.
19:58:30.563 [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.
19:58:30.564 [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.
19:58:30.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.644976 16193 catalog_manager.cc:1295] Loaded cluster ID: 0043bd3044c14e3b95784dcefbb29b5f
19:58:30.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.645120 16193 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: loading cluster ID for follower catalog manager: success
19:58:30.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.649219 16193 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: acquiring CA information for follower catalog manager: success
19:58:30.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.654017 16193 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e9662716fb6b4b42bcf29e0467792482: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:30.663 [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=	
19:58:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:30.664459 16190 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:30.799 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:30.812 [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/hive15495967169116487350/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=156c0061-83b0-417d-9d95-6c575732ba64, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:30.878 [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=	
19:58:30.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:30.879256 16229 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:30.881 [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=	
19:58:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:30.889076 16230 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:30.894 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:30.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.894781 16243 catalog_manager.cc:1295] Loaded cluster ID: 0043bd3044c14e3b95784dcefbb29b5f
19:58:30.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.895241 16243 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: loading cluster ID for follower catalog manager: success
19:58:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.899821 16243 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: acquiring CA information for follower catalog manager: success
19:58:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:30.903113 16243 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8ec57632e9ab4e5cb2adbdcb7b4771ee: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:31.116 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:31.120 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
19:58:31.122 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:31.162 [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.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:31.209 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:31.225 [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/hive15495967169116487350/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.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:31.232 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:31.276 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:31.277 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
19:58:31.278 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:31.281 [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=bd3eee85-e6b5-4a99-b0f3-8a43147f581e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:31.291 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:31.299 [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/hive15495967169116487350/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=bd3eee85-e6b5-4a99-b0f3-8a43147f581e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:31.304 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:31.335 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
19:58:31.341 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
19:58:31.342 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
19:58:31.357 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4ab7ded3
19:58:31.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
19:58:31.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
19:58:31.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
19:58:31.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
19:58:31.393 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
19:58:31.394 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
19:58:31.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
19:58:31.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
19:58:31.396 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
19:58:31.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
19:58:31.398 [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 @7e0b85f9
19:58:31.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
19:58:31.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
19:58:31.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
19:58:31.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
19:58:31.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
19:58:31.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
19:58:31.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
19:58:31.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
19:58:31.413 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
19:58:31.449 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
19:58:31.462 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
19:58:31.468 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
19:58:31.469 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
19:58:31.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
19:58:31.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
19:58:31.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
19:58:31.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
19:58:31.535 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
19:58:31.535 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
19:58:31.535 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
19:58:31.550 [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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
19:58:31.553 [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.
19:58:31.574 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
19:58:31.667 [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=	
19:58:31.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:31.668051 16190 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:31.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.140.61:41193(127.15.140.61:41193)] connecting to peer
19:58:31.719 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 15855 (auto-detected)
19:58:31.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
19:58:31.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
19:58:31.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
19:58:31.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
19:58:31.724 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:cf:ff:fe:c4:e4:16 (auto-detected)
19:58:31.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
19:58:31.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
19:58:31.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
19:58:31.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
19:58:31.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.140.60:38699(127.15.140.60:38699)] connecting to peer
19:58:31.765 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.140.62:38303(127.15.140.62:38303)] connecting to peer
19:58:31.772 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.140.60:38699(127.15.140.60:38699)] Successfully connected to peer
19:58:31.774 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.140.62:38303(127.15.140.62:38303)] Successfully connected to peer
19:58:31.779 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.140.61:41193(127.15.140.61:41193)] Successfully connected to peer
19:58:31.785 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
19:58:31.785 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
19:58:31.785 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6c012f6a
19:58:31.789 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
19:58:31.789 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
19:58:31.789 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
19:58:31.789 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
19:58:31.789 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
19:58:31.847 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.140.61
19:58:31.847 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.140.60
19:58:31.847 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.140.62
19:58:31.884 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:31.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:31.885293 16229 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:31.891 [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=	
19:58:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:31.892377 16230 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:32.086 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:32.088 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:32.089 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:32.109 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xfd0f802f, L:/127.0.0.1:59164 - R:/127.15.140.60:38699] using SASL/PLAIN
19:58:32.109 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x1a933e07, L:/127.0.0.1:42514 - R:/127.15.140.62:38303] using SASL/PLAIN
19:58:32.125 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8b2ac322, L:/127.0.0.1:58824 - R:/127.15.140.61:41193] using SASL/PLAIN
19:58:32.167 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
19:58:32.174 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
19:58:32.175 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:32.177 [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=8abb8cb5-8320-4d61-8fbe-6a00d88ed4b1, 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)	
19:58:32.181 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:32.184 [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/hive15495967169116487350/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=8abb8cb5-8320-4d61-8fbe-6a00d88ed4b1, 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)
19:58:32.187 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:32.208 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
19:58:32.209 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:32.210 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=3bf125c4-0156-46ea-a83d-af083d12a891, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:32.214 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:32.218 [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/hive15495967169116487350/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=3bf125c4-0156-46ea-a83d-af083d12a891, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:32.221 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:32.327 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:32.412 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:32.424 [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	
19:58:32.619 [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.
19:58:32.670 [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=	
19:58:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:32.671643 16190 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:32.898 [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=	
19:58:32.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:32.899682 16229 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:32.911 [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=	
19:58:32.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:32.911760 16230 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:32.922 [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.
19:58:32.977 [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.
19:58:33.028 [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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:33.214 [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=22dbeb8e-e647-4f01-b054-2372b3bf5bfe, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:33.218 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:33.222 [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/hive15495967169116487350/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=22dbeb8e-e647-4f01-b054-2372b3bf5bfe, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.140.61:41193,127.15.140.60:38699,127.15.140.62:38303}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:33.224 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15495967169116487350/external-warehouse/table
19:58:33.282 [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	
19:58:33.313 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:33.314 [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	
19:58:33.398 [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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:33.420 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:33.420 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
19:58:33.420 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3ac43e86, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43e9697c will be shutdown
19:58:33.421 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
19:58:33.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.420861 15920 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 15934
19:58:33.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.422609 16005 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:33.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.537803 15920 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 15934
19:58:33.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.563300 15920 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16011
19:58:33.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.564761 16084 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:33.567 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.140.62:38303(127.15.140.62:38303)] handling channelInactive
19:58:33.568 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.140.62:38303(127.15.140.62:38303)] cleaning up while in state READY due to: connection closed
19:58:33.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.672916 15920 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16011
19:58:33.674 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:33.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:33.674810 16190 client.h:373] Failed to connect to Hive Metastore (localhost:37747): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.698079 15920 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16091
19:58:33.699 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.140.61:41193(127.15.140.61:41193)] handling channelInactive
19:58:33.699 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.140.61:41193(127.15.140.61:41193)] cleaning up while in state READY due to: connection closed
19:58:33.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.699652 16166 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:33.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:33.807070 15920 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16091
19:58:33.833 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.140.60:38699(127.15.140.60:38699)] handling channelInactive
19:58:33.833 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.140.60:38699(127.15.140.60:38699)] cleaning up while in state READY due to: connection closed
19:58:33.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:33Z chronyd exiting
.19:58:33.966 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:33.967 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:33.967 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:33.983 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15027456151724106932
19:58:33.984 [INFO - Thread-41] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:33.985 [INFO - Thread-41] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:33.987 [INFO - Thread-41] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:33.987 [INFO - Thread-41] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:33.987 [INFO - Thread-41] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
19:58:33.992 [INFO - Thread-41] (HikariDataSource.java:350) objectstore - Shutdown initiated...
19:58:33.995 [INFO - Thread-41] (HikariDataSource.java:352) objectstore - Shutdown completed.
19:58:33.995 [INFO - Thread-41] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
19:58:33.995 [INFO - Thread-41] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
19:58:33.996 [INFO - Thread-41] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:33.997 [INFO - Thread-41] (HikariDataSource.java:80) objectstore - Starting...
19:58:34.087 [INFO - Thread-41] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:34.088 [INFO - Thread-41] (HikariDataSource.java:82) objectstore - Start completed.
19:58:34.088 [INFO - Thread-41] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:34.090 [INFO - Thread-41] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:34.092 [INFO - Thread-41] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:34.093 [INFO - Thread-41] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:34.116 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:34.116 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:34.116 [INFO - Thread-41] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:34.152 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.153 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.154 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.154 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.155 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.155 [WARN - Thread-41] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:34.435 [INFO - Thread-41] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:34.435 [INFO - Thread-41] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@747c3b1f, with PersistenceManager: null will be shutdown
19:58:34.436 [INFO - Thread-41] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@747c3b1f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@105b7b8e created in the thread with id: 66
19:58:34.438 [WARN - Thread-41] (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
19:58:34.439 [INFO - Thread-41] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@747c3b1f
19:58:34.583 [INFO - Thread-41] (HMSHandler.java:595) Started creating a default database with name: default
19:58:34.606 [INFO - Thread-41] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:34.639 [INFO - Thread-41] (HMSHandler.java:668) Added admin role in metastore
19:58:34.641 [INFO - Thread-41] (HMSHandler.java:677) Added public role in metastore
19:58:34.687 [INFO - Thread-41] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:34.687 [INFO - Thread-41] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:34.688 [INFO - Thread-41] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:34.688 [INFO - Thread-41] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:34.689 [WARN - Thread-41] (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)
19:58:34.689 [INFO - Thread-41] (HiveMetaStore.java:632) Started the new metaserver on port [42457]...
19:58:34.689 [INFO - Thread-41] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:34.689 [INFO - Thread-41] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:34.689 [INFO - Thread-41] (HiveMetaStore.java:635) TCP keepalive = true
19:58:34.689 [INFO - Thread-41] (HiveMetaStore.java:636) Enable SSL = false
19:58:34.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:34.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:34.987 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:34.991 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:34.991 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42457]
19:58:34.991 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42457) in binary transport mode
19:58:34.992 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42457) current connections: 1
19:58:34.993 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:34.994 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:34.994 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:34.997 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42457"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:35.339 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:35.340 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:35.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.342705 16328 mini_oidc.cc:150] Starting JWKS server
19:58:35.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.345613 16328 webserver.cc:533] Webserver started at http://127.0.0.1:35979/ using document root <none> and password file <none>
19:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.345952 16328 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:35.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.346678 16328 webserver.cc:533] Webserver started at http://127.0.0.1:32921/ using document root <none> and password file <none>
19:58:35.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:35.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:35Z Disabled control of system clock
19:58:35.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.380493 16328 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:35.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:35.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal
19:58:35.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/logs
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data/info.pb
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.62:33687
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.62
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:35.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:35.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457 with env {}
19:58:35.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.723194 16343 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:35.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.723536 16343 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:35.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.723623 16343 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.731927 16343 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.732021 16343 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.732084 16343 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.732123 16343 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.732177 16343 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:35.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.732211 16343 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35979/jwks.json
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.742231 16343 master_runner.cc:387] Master server non-default flags:
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/logs
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.62:33687
19:58:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data/info.pb
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.62
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:35.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.744246 16343 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:35.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.746730 16343 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:35.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.755554 16349 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
19:58:35.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.755529 16351 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
19:58:35.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.755496 16348 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
19:58:35.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.756773 16343 server_base.cc:1061] running on GCE node
19:58:35.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.757601 16343 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:35.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.759058 16343 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:35.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.760304 16343 hybrid_clock.cc:648] HybridClock initialized: now 1786478315760257 us; error 101 us; skew 500 ppm
19:58:35.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.760713 16343 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:35.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.763017 16343 webserver.cc:533] Webserver started at http://127.15.242.62:42803/ using document root <none> and password file <none>
19:58:35.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.763813 16343 fs_manager.cc:362] Metadata directory not provided
19:58:35.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.763954 16343 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:35.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.764353 16343 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:35.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.766832 16343 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data/instance:
19:58:35.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c78f0b1b0d0c4f73b90c782f65aed417"
19:58:35.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:35 on dist-test-slave-mn4r"
19:58:35.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.767750 16343 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal/instance:
19:58:35.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c78f0b1b0d0c4f73b90c782f65aed417"
19:58:35.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:35 on dist-test-slave-mn4r"
19:58:35.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.773466 16343 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
19:58:35.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.777127 16359 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:35.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.778601 16343 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.778800 16343 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c78f0b1b0d0c4f73b90c782f65aed417"
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:35 on dist-test-slave-mn4r"
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.779058 16343 fs_report.cc:389] FS layout report
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data/data
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:35.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.793310 16343 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:35.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.794368 16343 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:35.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.794729 16343 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:35.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.816023 16343 rpc_server.cc:307] RPC server started. Bound to: 127.15.242.62:33687
19:58:35.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.816116 16421 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.242.62:33687 every 8 connection(s)
19:58:35.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.817736 16343 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/data/info.pb
19:58:35.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.820333 16328 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16343
19:58:35.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.820670 16328 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-0/wal/instance
19:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.823426 16422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.823854 16328 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/logs
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data/info.pb
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.61:33617
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.61
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457 with env {}
19:58:35.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.831171 16422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } has no permanent_uuid. Determining permanent_uuid...
19:58:35.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.853823 16422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } has no permanent_uuid. Determining permanent_uuid...
19:58:35.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.855295 16360 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:35.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.856978 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.61:33617: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:35.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.906349 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } attempt: 1
19:58:35.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.908520 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.61:33617: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:35.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:35.976794 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } attempt: 2
19:58:35.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:35.979331 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.61:33617: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.070632 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } attempt: 3
19:58:36.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.072995 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.61:33617: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.168795 16423 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.169119 16423 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.169195 16423 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177525 16423 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177613 16423 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177668 16423 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177708 16423 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177760 16423 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.177794 16423 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35979/jwks.json
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.187832 16423 master_runner.cc:387] Master server non-default flags:
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/logs
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.61:33617
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data/info.pb
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.61
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:36.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:36.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:36.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:36.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:36.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.189451 16423 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.191232 16423 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.199105 16433 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
19:58:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.199317 16435 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
19:58:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.199705 16437 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
19:58:36.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.200408 16423 server_base.cc:1061] running on GCE node
19:58:36.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.201256 16423 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:36.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.202872 16423 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:36.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.204125 16423 hybrid_clock.cc:648] HybridClock initialized: now 1786478316204074 us; error 46 us; skew 500 ppm
19:58:36.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.204558 16423 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:36.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.207043 16423 webserver.cc:533] Webserver started at http://127.15.242.61:41355/ using document root <none> and password file <none>
19:58:36.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.207851 16423 fs_manager.cc:362] Metadata directory not provided
19:58:36.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.207991 16423 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:36.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.208412 16423 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.210969 16423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data/instance:
19:58:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "672863b6fb21402ca63cf8d92dc13473"
19:58:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.211862 16423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal/instance:
19:58:36.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "672863b6fb21402ca63cf8d92dc13473"
19:58:36.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.216246 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } attempt: 4
19:58:36.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.217607 16423 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
19:58:36.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.218392 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.61:33617: Network error: Client connection negotiation failed: client connection to 127.15.242.61:33617: connect: Connection refused (error 111)
19:58:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.221489 16444 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.223126 16423 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.223327 16423 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "672863b6fb21402ca63cf8d92dc13473"
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.223590 16423 fs_report.cc:389] FS layout report
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data/data
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:36.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.248606 16423 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:36.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.249698 16423 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:36.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.250061 16423 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:36.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.271198 16423 rpc_server.cc:307] RPC server started. Bound to: 127.15.242.61:33617
19:58:36.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.271250 16502 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.242.61:33617 every 8 connection(s)
19:58:36.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.272835 16423 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/data/info.pb
19:58:36.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.274307 16328 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16423
19:58:36.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.274488 16328 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-1/wal/instance
19:58:36.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.275813 16328 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/logs
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data/info.pb
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.60:39879
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.60
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:36.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457 with env {}
19:58:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.278553 16503 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.285095 16503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.298957 16503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.308822 16503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.309857 16445 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.311645 16503 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.361006 16503 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 1
19:58:36.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.363245 16503 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.431509 16503 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 2
19:58:36.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.433668 16503 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.517679 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } attempt: 5
19:58:36.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.524845 16422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.524900 16503 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 3
19:58:36.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.526918 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.526949 16503 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.578168 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 1
19:58:36.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.580354 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.627468 16504 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:36.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.627790 16504 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:36.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.627866 16504 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636350 16504 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636451 16504 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636507 16504 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636546 16504 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636598 16504 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.636632 16504 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35979/jwks.json
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.646821 16504 master_runner.cc:387] Master server non-default flags:
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/logs
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.242.20:36719
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42457
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.242.62:33687,127.15.242.61:33617,127.15.242.60:39879
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.242.60:39879
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35979/jwks.json
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data/info.pb
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.242.60
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:36.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.648514 16504 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:36.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.648638 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 2
19:58:36.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.650743 16504 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:36.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.650792 16422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.659052 16516 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
19:58:36.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.659057 16515 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
19:58:36.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.660182 16521 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
19:58:36.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.660375 16504 server_base.cc:1061] running on GCE node
19:58:36.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.661211 16504 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:36.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.662775 16504 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:36.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.664049 16504 hybrid_clock.cc:648] HybridClock initialized: now 1786478316663999 us; error 36 us; skew 500 ppm
19:58:36.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.664444 16504 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:36.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.666782 16504 webserver.cc:533] Webserver started at http://127.15.242.60:41137/ using document root <none> and password file <none>
19:58:36.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.667575 16504 fs_manager.cc:362] Metadata directory not provided
19:58:36.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.667714 16504 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:36.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.668113 16504 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:36.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.670217 16503 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 4
19:58:36.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.670748 16504 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data/instance:
19:58:36.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf"
19:58:36.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.671808 16504 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal/instance:
19:58:36.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf"
19:58:36.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.672533 16503 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.242.60:39879: Network error: Client connection negotiation failed: client connection to 127.15.242.60:39879: connect: Connection refused (error 111)
19:58:36.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.677656 16504 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
19:58:36.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.681289 16527 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:36.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.682723 16504 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.682919 16504 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf"
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:36 on dist-test-slave-mn4r"
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.683189 16504 fs_report.cc:389] FS layout report
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data/data
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:36.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:36.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.701766 16504 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.702845 16504 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.703202 16504 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:36.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.725306 16504 rpc_server.cc:307] RPC server started. Bound to: 127.15.242.60:39879
19:58:36.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.725343 16586 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.242.60:39879 every 8 connection(s)
19:58:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.727041 16504 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/data/info.pb
19:58:36.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.731527 16587 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:36.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.735611 16328 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16504
19:58:36.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.735836 16328 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster7678385711660923761/master-2/wal/instance
19:58:36.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.738490 16587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.752751 16587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.757014 16422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 3
19:58:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.761250 16587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
19:58:36.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.772259 16422 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: Bootstrap starting.
19:58:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.774399 16587 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: Bootstrap starting.
19:58:36.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.776713 16422 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: Neither blocks nor log segments found. Creating new log.
19:58:36.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.778249 16422 log.cc:826] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: Log is configured to *not* fsync() on all Append() calls
19:58:36.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.778688 16587 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: Neither blocks nor log segments found. Creating new log.
19:58:36.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.779992 16587 log.cc:826] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: Log is configured to *not* fsync() on all Append() calls
19:58:36.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.782572 16328 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:36.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.782649 16422 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: No bootstrap required, opened a new log
19:58:36.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.783023 16587 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: No bootstrap required, opened a new log
19:58:36.784 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:36.784 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:36.785 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.242.62"
      port: 33687
    }
    bound_http_address {
      host: "127.15.242.62"
      port: 42803
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.242.61"
      port: 33617
    }
    bound_http_address {
      host: "127.15.242.61"
      port: 41355
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.242.60"
      port: 39879
    }
    bound_http_address {
      host: "127.15.242.60"
      port: 41137
    }
  }
}

19:58:36.787 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:36.787 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:36.789 [INFO - Metastore-Handler-Pool: Thread-87] (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=7e26b569-00a9-40e6-9b50-8384cf18f290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.242.61:33617,127.15.242.60:39879,127.15.242.62:33687}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:36.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.790386 16587 raft_consensus.cc:359] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:36.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.790771 16587 raft_consensus.cc:385] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:36.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.790876 16587 raft_consensus.cc:740] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 045d6d0c07f14a1dbc67ac7f9fa700bf, State: Initialized, Role: FOLLOWER
19:58:36.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.791592 16587 consensus_queue.cc:260] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:36.793 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:36.793 [INFO - Metastore-Handler-Pool: Thread-87] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:36.793 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: null will be shutdown
19:58:36.794 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bcc20a9 created in the thread with id: 87
19:58:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.797722 16422 raft_consensus.cc:359] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.798359 16422 raft_consensus.cc:385] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.798659 16422 raft_consensus.cc:740] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78f0b1b0d0c4f73b90c782f65aed417, State: Initialized, Role: FOLLOWER
19:58:36.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.798699 16597 sys_catalog.cc:455] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:36.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.799723 16422 consensus_queue.cc:260] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:36.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.801139 16597 sys_catalog.cc:458] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: This master's current role is: FOLLOWER
19:58:36.801 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07
19:58:36.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.801005 16587 sys_catalog.cc:565] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: configured and running, proceeding with master startup.
19:58:36.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.830271 16598 sys_catalog.cc:455] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:36.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.831007 16598 sys_catalog.cc:458] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: This master's current role is: FOLLOWER
19:58:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.831959 16422 sys_catalog.cc:565] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: configured and running, proceeding with master startup.
19:58:36.933 [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=	
19:58:36.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.934731 16621 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:36.953 [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=	
19:58:36.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.954380 16630 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:36.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.955579 16534 tablet.cc:2406] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:36.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.965165 16636 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:36.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.960258 16504 master_runner.cc:187] Error getting master registration for 127.15.242.62:33687: OK, instance_id { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" instance_seqno: 1786478315810291 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:36.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.966996 16504 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:36.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.972625 16631 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:36.972945 16631 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:36.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.970786 16343 master_runner.cc:187] Error getting master registration for 127.15.242.61:33617: OK, instance_id { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" instance_seqno: 1786478316265391 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:36.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.976858 16503 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } attempt: 5
19:58:36.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.985978 16343 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:36.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.992007 16503 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: Bootstrap starting.
19:58:36.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.996683 16503 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: Neither blocks nor log segments found. Creating new log.
19:58:36.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:36.998443 16503 log.cc:826] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: Log is configured to *not* fsync() on all Append() calls
19:58:37.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:37.047784 16367 tablet.cc:2406] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.049057 16503 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: No bootstrap required, opened a new log
19:58:37.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.065325 16503 raft_consensus.cc:359] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.074250 16503 raft_consensus.cc:385] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:37.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.075004 16503 raft_consensus.cc:740] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 672863b6fb21402ca63cf8d92dc13473, State: Initialized, Role: FOLLOWER
19:58:37.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.076321 16503 consensus_queue.cc:260] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.084110 16639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.085301 16639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: This master's current role is: FOLLOWER
19:58:37.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.090399 16503 sys_catalog.cc:565] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: configured and running, proceeding with master startup.
19:58:37.196 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:37.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:37.198443 16653 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:37.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.202451 16657 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:37.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.216919 16423 master_runner.cc:264] No leader master found from master 672863b6fb21402ca63cf8d92dc13473
19:58:37.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.217098 16423 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:37.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.241487 16598 raft_consensus.cc:493] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:37.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.241811 16598 raft_consensus.cc:515] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.243822 16598 leader_election.cc:290] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 672863b6fb21402ca63cf8d92dc13473 (127.15.242.61:33617), 045d6d0c07f14a1dbc67ac7f9fa700bf (127.15.242.60:39879)
19:58:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.245690 16476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "672863b6fb21402ca63cf8d92dc13473" is_pre_election: true
19:58:37.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.246619 16476 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78f0b1b0d0c4f73b90c782f65aed417 in term 0.
19:58:37.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.247421 16360 leader_election.cc:304] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [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: 672863b6fb21402ca63cf8d92dc13473, c78f0b1b0d0c4f73b90c782f65aed417; no voters: 
19:58:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.248168 16598 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Leader pre-election won for term 1
19:58:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.248327 16598 raft_consensus.cc:493] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
19:58:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.248421 16598 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 0 FOLLOWER]: Advancing to term 1
19:58:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.251821 16598 raft_consensus.cc:515] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:37.252952 16450 tablet.cc:2406] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:37.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.253774 16476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "672863b6fb21402ca63cf8d92dc13473"
19:58:37.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.254002 16476 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 0 FOLLOWER]: Advancing to term 1
19:58:37.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.257692 16476 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78f0b1b0d0c4f73b90c782f65aed417 in term 1.
19:58:37.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.258324 16360 leader_election.cc:304] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [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: 672863b6fb21402ca63cf8d92dc13473, c78f0b1b0d0c4f73b90c782f65aed417; no voters: 
19:58:37.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.262096 16598 leader_election.cc:290] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [CANDIDATE]: Term 1 election: Requested vote from peers 672863b6fb21402ca63cf8d92dc13473 (127.15.242.61:33617), 045d6d0c07f14a1dbc67ac7f9fa700bf (127.15.242.60:39879)
19:58:37.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.263047 16598 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 1 FOLLOWER]: Leader election won for term 1
19:58:37.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.263716 16598 raft_consensus.cc:697] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [term 1 LEADER]: Becoming Leader. State: Replica: c78f0b1b0d0c4f73b90c782f65aed417, State: Running, Role: LEADER
19:58:37.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.264645 16598 consensus_queue.cc:237] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [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: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.267041 16597 raft_consensus.cc:493] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:37.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.267308 16597 raft_consensus.cc:515] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } }
19:58:37.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.270187 16557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" is_pre_election: true
19:58:37.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.270925 16557 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78f0b1b0d0c4f73b90c782f65aed417 in term 0.
19:58:37.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.272328 16476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "672863b6fb21402ca63cf8d92dc13473" is_pre_election: true
19:58:37.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.272864 16476 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 045d6d0c07f14a1dbc67ac7f9fa700bf in current term 1: Already voted for candidate c78f0b1b0d0c4f73b90c782f65aed417 in this term.
19:58:37.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.271649 16597 leader_election.cc:290] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c78f0b1b0d0c4f73b90c782f65aed417 (127.15.242.62:33687), 672863b6fb21402ca63cf8d92dc13473 (127.15.242.61:33617)
19:58:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.285859 16557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf"
19:58:37.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.286101 16557 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 0 FOLLOWER]: Advancing to term 1
19:58:37.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.289366 16557 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78f0b1b0d0c4f73b90c782f65aed417 in term 1.
19:58:37.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.291409 16393 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" is_pre_election: true
19:58:37.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.292490 16530 leader_election.cc:304] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 045d6d0c07f14a1dbc67ac7f9fa700bf; no voters: 672863b6fb21402ca63cf8d92dc13473, c78f0b1b0d0c4f73b90c782f65aed417
19:58:37.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.292913 16597 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
19:58:37.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.298353 16658 sys_catalog.cc:455] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c78f0b1b0d0c4f73b90c782f65aed417. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.299010 16658 sys_catalog.cc:458] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: This master's current role is: LEADER
19:58:37.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.310801 16661 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
19:58:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.325562 16661 catalog_manager.cc:1520] Initializing Kudu cluster ID...
19:58:37.347 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:37.358 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:37.358 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:37.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.361799 16557 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [term 1 FOLLOWER]: Refusing update from remote peer c78f0b1b0d0c4f73b90c782f65aed417: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:37.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.362728 16476 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [term 1 FOLLOWER]: Refusing update from remote peer c78f0b1b0d0c4f73b90c782f65aed417: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:37.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.364004 16598 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [LEADER]: Connected to new peer: Peer: permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:37.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.365957 16598 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [LEADER]: Connected to new peer: Peer: permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:37.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.420395 16597 sys_catalog.cc:455] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: SysCatalogTable state changed. Reason: New leader c78f0b1b0d0c4f73b90c782f65aed417. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.420732 16597 sys_catalog.cc:458] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: This master's current role is: FOLLOWER
19:58:37.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.428467 16667 mvcc.cc:204] Tried to move back new op lower bound from 7317415187890049024 to 7317415187585761280. Current Snapshot: MvccSnapshot[applied={T|T < 7317415187890049024}]
19:58:37.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.432848 16639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c78f0b1b0d0c4f73b90c782f65aed417. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.433183 16639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: This master's current role is: FOLLOWER
19:58:37.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.443674 16666 mvcc.cc:204] Tried to move back new op lower bound from 7317415187890049024 to 7317415187585761280. Current Snapshot: MvccSnapshot[applied={T|T < 7317415187890049024}]
19:58:37.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.450767 16597 sys_catalog.cc:455] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.451108 16597 sys_catalog.cc:458] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf [sys.catalog]: This master's current role is: FOLLOWER
19:58:37.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.457938 16639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.458212 16639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473 [sys.catalog]: This master's current role is: FOLLOWER
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.460086 16661 catalog_manager.cc:1383] Generated new cluster ID: a4a363d8adb0487aac8d22e553ba8cab
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.460247 16661 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.461727 16658 sys_catalog.cc:455] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.462033 16658 sys_catalog.cc:458] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: This master's current role is: LEADER
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.462399 16658 sys_catalog.cc:455] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78f0b1b0d0c4f73b90c782f65aed417" member_type: VOTER last_known_addr { host: "127.15.242.62" port: 33687 } } peers { permanent_uuid: "672863b6fb21402ca63cf8d92dc13473" member_type: VOTER last_known_addr { host: "127.15.242.61" port: 33617 } } peers { permanent_uuid: "045d6d0c07f14a1dbc67ac7f9fa700bf" member_type: VOTER last_known_addr { host: "127.15.242.60" port: 39879 } } }
19:58:37.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.462625 16658 sys_catalog.cc:458] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417 [sys.catalog]: This master's current role is: LEADER
19:58:37.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.536473 16661 catalog_manager.cc:1406] Generated new certificate authority record
19:58:37.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.538528 16661 catalog_manager.cc:1540] Loading token signing keys...
19:58:37.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.586975 16661 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c78f0b1b0d0c4f73b90c782f65aed417: Generated new TSK 0
19:58:37.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.588348 16661 catalog_manager.cc:1550] Initializing in-progress tserver states...
19:58:37.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.589944 16661 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
19:58:37.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.591259 16661 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
19:58:37.627 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:37.651 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive15027456151724106932/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=7e26b569-00a9-40e6-9b50-8384cf18f290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.242.61:33617,127.15.242.60:39879,127.15.242.62:33687}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:37.657 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15027456151724106932/external-warehouse/table
19:58:37.882 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:37.928 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:37.930 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:37.946 [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=	
19:58:37.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:37.947503 16621 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:37.957 [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=	
19:58:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:37.958392 16630 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:37.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.975697 16631 catalog_manager.cc:1295] Loaded cluster ID: a4a363d8adb0487aac8d22e553ba8cab
19:58:37.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.975831 16631 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: loading cluster ID for follower catalog manager: success
19:58:37.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.980171 16631 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: acquiring CA information for follower catalog manager: success
19:58:37.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:37.983131 16631 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 045d6d0c07f14a1dbc67ac7f9fa700bf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:38.053 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:38.201 [INFO - Metastore-Handler-Pool: Thread-96] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:38.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:38.202922 16653 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:38.211714 16657 catalog_manager.cc:1295] Loaded cluster ID: a4a363d8adb0487aac8d22e553ba8cab
19:58:38.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:38.212064 16657 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: loading cluster ID for follower catalog manager: success
19:58:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:38.216341 16657 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: acquiring CA information for follower catalog manager: success
19:58:38.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:38.220152 16657 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 672863b6fb21402ca63cf8d92dc13473: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:38.261 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:38.303 [WARN - Metastore-Handler-Pool: Thread-87] (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.
19:58:38.331 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:38.496 [DEBUG - Metastore-Handler-Pool: Thread-87] (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.
19:58:38.498 [DEBUG - Metastore-Handler-Pool: Thread-87] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
19:58:38.499 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.15.242.61:33617(127.15.242.61:33617)] connecting to peer
19:58:38.502 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.15.242.60:39879(127.15.242.60:39879)] connecting to peer
19:58:38.504 [DEBUG - Metastore-Handler-Pool: Thread-87] (Connection.java:748) [peer master-127.15.242.62:33687(127.15.242.62:33687)] connecting to peer
19:58:38.504 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.242.61:33617(127.15.242.61:33617)] Successfully connected to peer
19:58:38.506 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.242.60:39879(127.15.242.60:39879)] Successfully connected to peer
19:58:38.527 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.242.60
19:58:38.530 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.242.61
19:58:38.535 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.242.62:33687(127.15.242.62:33687)] Successfully connected to peer
19:58:38.588 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:38.593 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:38.596 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xdfc39947, L:/127.0.0.1:56828 - R:/127.15.242.60:39879] using SASL/PLAIN
19:58:38.597 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.242.62
19:58:38.627 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xda594c4c, L:/127.0.0.1:52040 - R:/127.15.242.61:33617] using SASL/PLAIN
19:58:38.656 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:38.678 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x7260eb04, L:/127.0.0.1:44876 - R:/127.15.242.62:33687] using SASL/PLAIN
19:58:38.686 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
19:58:38.694 [ERROR - Metastore-Handler-Pool: Thread-87] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:38.696 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:38.725 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:38.730 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:38.783 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:38.801 [INFO - Metastore-Handler-Pool: Thread-87] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:38.803 [INFO - Metastore-Handler-Pool: Thread-87] (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=7e26b569-00a9-40e6-9b50-8384cf18f290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.242.61:33617,127.15.242.60:39879,127.15.242.62:33687}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:38.809 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:38.812 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive15027456151724106932/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=7e26b569-00a9-40e6-9b50-8384cf18f290, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.242.61:33617,127.15.242.60:39879,127.15.242.62:33687}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:38.817 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15027456151724106932/external-warehouse/table
19:58:38.856 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:38.868 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:38.870 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:38.888 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:38.903 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
19:58:38.906 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:38.908 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive15027456151724106932/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)
19:58:38.909 [WARN - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:2452) Location: file:/tmp/hive15027456151724106932/external-warehouse/table specified for non-external table:table
19:58:38.910 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15027456151724106932/external-warehouse/table
19:58:38.929 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:38.942 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:38.943 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:38.950 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:38.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:38.960801 16621 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:38.964 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:38.969 [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=	
19:58:38.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:38.969834 16630 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:38.982 [ERROR - Metastore-Handler-Pool: Thread-87] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:38.983 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:38.997 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:38.999 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:39.017 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:39.034 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
19:58:39.036 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:39.038 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive15027456151724106932/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)
19:58:39.039 [WARN - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:2452) Location: file:/tmp/hive15027456151724106932/external-warehouse/table specified for non-external table:table
19:58:39.040 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15027456151724106932/external-warehouse/table
19:58:39.060 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:39.070 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:39.072 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:39.093 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:39.109 [ERROR - Metastore-Handler-Pool: Thread-87] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:39.110 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:39.121 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:39.122 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:39.138 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:39.153 [INFO - Metastore-Handler-Pool: Thread-87] (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)	
19:58:39.155 [INFO - Metastore-Handler-Pool: Thread-87] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:39.157 [INFO - Metastore-Handler-Pool: Thread-87] (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/hive15027456151724106932/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)
19:58:39.159 [INFO - Metastore-Handler-Pool: Thread-87] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15027456151724106932/external-warehouse/table
19:58:39.175 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:39.185 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:39.186 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:39.212 [INFO - Metastore-Handler-Pool: Thread-107] (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=	
19:58:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:39.213450 16653 client.h:373] Failed to connect to Hive Metastore (localhost:42457): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:39.215 [WARN - Metastore-Handler-Pool: Thread-87] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
19:58:39.228 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:39.229 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
19:58:39.229 [INFO - Metastore-Handler-Pool: Thread-87] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bcc20a9 will be shutdown
19:58:39.229 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
19:58:39.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.229521 16328 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16343
19:58:39.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.231370 16415 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:39.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.388231 16328 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16343
19:58:39.419 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.242.62:33687(127.15.242.62:33687)] handling channelInactive
19:58:39.419 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.242.62:33687(127.15.242.62:33687)] cleaning up while in state READY due to: connection closed
19:58:39.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.419039 16328 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16423
19:58:39.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.420333 16498 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:39.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.531090 16328 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16423
19:58:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.563915 16328 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16504
19:58:39.564 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.242.61:33617(127.15.242.61:33617)] handling channelInactive
19:58:39.564 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.242.61:33617(127.15.242.61:33617)] cleaning up while in state READY due to: connection closed
19:58:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.565181 16582 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:39.680809 16328 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16504
19:58:39.709 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.242.60:39879(127.15.242.60:39879)] handling channelInactive
19:58:39.709 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.242.60:39879(127.15.242.60:39879)] cleaning up while in state READY due to: connection closed
19:58:39.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:39Z chronyd exiting
.19:58:39.843 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:39.844 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:39.844 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:39.866 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8743340625747236512
19:58:39.866 [INFO - Thread-72] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:39.867 [INFO - Thread-72] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:39.869 [INFO - Thread-72] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:39.869 [INFO - Thread-72] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:39.870 [INFO - Thread-72] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
19:58:39.870 [INFO - Thread-72] (HikariDataSource.java:350) objectstore - Shutdown initiated...
19:58:39.872 [INFO - Thread-72] (HikariDataSource.java:352) objectstore - Shutdown completed.
19:58:39.872 [INFO - Thread-72] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
19:58:39.872 [INFO - Thread-72] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
19:58:39.873 [INFO - Thread-72] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:39.874 [INFO - Thread-72] (HikariDataSource.java:80) objectstore - Starting...
19:58:39.946 [INFO - Thread-72] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:39.947 [INFO - Thread-72] (HikariDataSource.java:82) objectstore - Start completed.
19:58:39.947 [INFO - Thread-72] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:39.949 [INFO - Thread-72] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:39.951 [INFO - Thread-72] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:39.952 [INFO - Thread-72] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:39.968 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:39.968 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:39.969 [INFO - Thread-72] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:39.996 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:39.997 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:39.998 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:39.998 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:39.999 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:39.999 [WARN - Thread-72] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:40.221 [INFO - Thread-72] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:40.221 [INFO - Thread-72] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d6d1959, with PersistenceManager: null will be shutdown
19:58:40.222 [INFO - Thread-72] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d6d1959, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@f6a3314 created in the thread with id: 108
19:58:40.223 [WARN - Thread-72] (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
19:58:40.224 [INFO - Thread-72] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d6d1959
19:58:40.341 [INFO - Thread-72] (HMSHandler.java:595) Started creating a default database with name: default
19:58:40.360 [INFO - Thread-72] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:40.388 [INFO - Thread-72] (HMSHandler.java:668) Added admin role in metastore
19:58:40.389 [INFO - Thread-72] (HMSHandler.java:677) Added public role in metastore
19:58:40.423 [INFO - Thread-72] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:40.423 [INFO - Thread-72] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:40.424 [INFO - Thread-72] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:40.424 [INFO - Thread-72] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:40.425 [WARN - Thread-72] (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)
19:58:40.425 [INFO - Thread-72] (HiveMetaStore.java:632) Started the new metaserver on port [42749]...
19:58:40.425 [INFO - Thread-72] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:40.425 [INFO - Thread-72] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:40.425 [INFO - Thread-72] (HiveMetaStore.java:635) TCP keepalive = true
19:58:40.425 [INFO - Thread-72] (HiveMetaStore.java:636) Enable SSL = false
19:58:40.868 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:40.869 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:40.869 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:40.871 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:40.871 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42749]
19:58:40.871 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42749) in binary transport mode
19:58:40.872 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42749) current connections: 1
19:58:40.873 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:40.874 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:40.874 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:40.877 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42749"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:41.223 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:41.223 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:41.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.226267 16732 mini_oidc.cc:150] Starting JWKS server
19:58:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.228674 16732 webserver.cc:533] Webserver started at http://127.0.0.1:41147/ using document root <none> and password file <none>
19:58:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.228899 16732 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.229389 16732 webserver.cc:533] Webserver started at http://127.0.0.1:46425/ using document root <none> and password file <none>
19:58:41.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:41Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:41.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:41Z Disabled control of system clock
19:58:41.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.262650 16732 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/logs
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data/info.pb
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.62:38041
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.62
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749 with env {}
19:58:41.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.615302 16744 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:41.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.615751 16744 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:41.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.615877 16744 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:41.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.624614 16744 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.624780 16744 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.624866 16744 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.624925 16744 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.625012 16744 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:41.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.625075 16744 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41147/jwks.json
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.635787 16744 master_runner.cc:387] Master server non-default flags:
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/logs
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.62:38041
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data/info.pb
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.62
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:41.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:41.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.638064 16744 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:41.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.640120 16744 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:41.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.648839 16750 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
19:58:41.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.648823 16749 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
19:58:41.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.649513 16754 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
19:58:41.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.650157 16744 server_base.cc:1061] running on GCE node
19:58:41.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.651139 16744 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:41.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.652645 16744 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:41.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.653854 16744 hybrid_clock.cc:648] HybridClock initialized: now 1786478321653836 us; error 87 us; skew 500 ppm
19:58:41.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.654247 16744 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:41.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.656513 16744 webserver.cc:533] Webserver started at http://127.16.87.62:44707/ using document root <none> and password file <none>
19:58:41.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.657253 16744 fs_manager.cc:362] Metadata directory not provided
19:58:41.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.657346 16744 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:41.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.657665 16744 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:41.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.660192 16744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data/instance:
19:58:41.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "84ea52671a6b4212bd7329416117d43e"
19:58:41.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:41 on dist-test-slave-mn4r"
19:58:41.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.660962 16744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal/instance:
19:58:41.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "84ea52671a6b4212bd7329416117d43e"
19:58:41.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:41 on dist-test-slave-mn4r"
19:58:41.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.666745 16744 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
19:58:41.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.670647 16761 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.672340 16744 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.672523 16744 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "84ea52671a6b4212bd7329416117d43e"
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:41 on dist-test-slave-mn4r"
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.672731 16744 fs_report.cc:389] FS layout report
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:41.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data/data
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:41.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:41.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.696208 16744 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:41.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.697412 16744 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:41.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.697680 16744 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:41.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.719314 16744 rpc_server.cc:307] RPC server started. Bound to: 127.16.87.62:38041
19:58:41.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.719321 16821 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.87.62:38041 every 8 connection(s)
19:58:41.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.720891 16744 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/data/info.pb
19:58:41.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.721917 16732 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16744
19:58:41.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.722289 16732 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-0/wal/instance
19:58:41.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.724712 16732 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:41.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/logs
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data/info.pb
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.61:37663
19:58:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.61
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749 with env {}
19:58:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.725322 16822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:41.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.731590 16822 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } has no permanent_uuid. Determining permanent_uuid...
19:58:41.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.754581 16822 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
19:58:41.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.755880 16762 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:41.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.757539 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:41.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.807013 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } attempt: 1
19:58:41.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.809398 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:41.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.877740 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } attempt: 2
19:58:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.879946 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:41.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:41.971225 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } attempt: 3
19:58:41.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:41.973685 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:42.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.073397 16824 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:42.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.073752 16824 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:42.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.073834 16824 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.082727 16824 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.082831 16824 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.082890 16824 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.082930 16824 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.082994 16824 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.083029 16824 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41147/jwks.json
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.095721 16824 master_runner.cc:387] Master server non-default flags:
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/logs
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.61:37663
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:42.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data/info.pb
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.61
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:42.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.097445 16824 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:42.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.099347 16824 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:42.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.110519 16833 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
19:58:42.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.111169 16832 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
19:58:42.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.111871 16835 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
19:58:42.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.112674 16824 server_base.cc:1061] running on GCE node
19:58:42.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.113579 16824 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.115236 16824 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:42.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.116511 16824 hybrid_clock.cc:648] HybridClock initialized: now 1786478322116428 us; error 65 us; skew 500 ppm
19:58:42.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.116972 16824 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:42.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.116956 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } attempt: 4
19:58:42.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.118999 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.87.61:37663: connect: Connection refused (error 111)
19:58:42.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.119741 16824 webserver.cc:533] Webserver started at http://127.16.87.61:46265/ using document root <none> and password file <none>
19:58:42.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.120563 16824 fs_manager.cc:362] Metadata directory not provided
19:58:42.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.120728 16824 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:42.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.121140 16824 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.123701 16824 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data/instance:
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c9129f2e2b14d8280e2279e8e5119f2"
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.124622 16824 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal/instance:
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c9129f2e2b14d8280e2279e8e5119f2"
19:58:42.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.130515 16824 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
19:58:42.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.134392 16841 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:42.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.136169 16824 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
19:58:42.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.136405 16824 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal
19:58:42.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c9129f2e2b14d8280e2279e8e5119f2"
19:58:42.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.136685 16824 fs_report.cc:389] FS layout report
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data/data
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:42.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.158397 16824 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:42.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.159431 16824 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:42.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.159775 16824 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:42.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.181671 16824 rpc_server.cc:307] RPC server started. Bound to: 127.16.87.61:37663
19:58:42.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.181710 16897 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.87.61:37663 every 8 connection(s)
19:58:42.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.183495 16824 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/data/info.pb
19:58:42.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.184623 16732 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16824
19:58:42.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.184819 16732 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-1/wal/instance
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.186169 16732 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/logs
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data/info.pb
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.60:36631
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.60
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749 with env {}
19:58:42.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.189409 16898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:42.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.195832 16898 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.210602 16898 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.220417 16898 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.221539 16845 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.223301 16898 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.272665 16898 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 1
19:58:42.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.274935 16898 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.343196 16898 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 2
19:58:42.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.345367 16898 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.418275 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } attempt: 5
19:58:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.425369 16822 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.427768 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.436616 16898 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 3
19:58:42.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.438872 16898 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.479044 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 1
19:58:42.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.481341 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.544559 16899 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:42.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.544899 16899 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:42.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.544986 16899 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:42.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.549606 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 2
19:58:42.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.551882 16822 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554183 16899 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554268 16899 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554325 16899 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554365 16899 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554419 16899 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.554454 16899 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41147/jwks.json
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.565070 16899 master_runner.cc:387] Master server non-default flags:
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/logs
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.87.20:42445
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42749
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.87.62:38041,127.16.87.61:37663,127.16.87.60:36631
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.87.60:36631
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41147/jwks.json
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data/info.pb
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.87.60
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:42.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:42.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.566915 16899 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:42.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.568887 16899 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.577870 16908 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
19:58:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.577904 16909 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
19:58:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.578734 16911 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
19:58:42.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.579694 16899 server_base.cc:1061] running on GCE node
19:58:42.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.580569 16899 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:42.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.582165 16899 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:42.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.582140 16898 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 4
19:58:42.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.583391 16899 hybrid_clock.cc:648] HybridClock initialized: now 1786478322583309 us; error 77 us; skew 500 ppm
19:58:42.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.583878 16899 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:42.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.584304 16898 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.87.60:36631: Network error: Client connection negotiation failed: client connection to 127.16.87.60:36631: connect: Connection refused (error 111)
19:58:42.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.586723 16899 webserver.cc:533] Webserver started at http://127.16.87.60:43699/ using document root <none> and password file <none>
19:58:42.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.587502 16899 fs_manager.cc:362] Metadata directory not provided
19:58:42.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.587597 16899 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:42.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.587919 16899 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:42.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.590466 16899 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data/instance:
19:58:42.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18108f694dd140afb781b5759328c896"
19:58:42.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.591256 16899 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal/instance:
19:58:42.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18108f694dd140afb781b5759328c896"
19:58:42.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.596931 16899 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
19:58:42.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.600502 16919 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.602142 16899 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.602303 16899 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18108f694dd140afb781b5759328c896"
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:42 on dist-test-slave-mn4r"
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.602507 16899 fs_report.cc:389] FS layout report
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data/data
19:58:42.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:42.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:42.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.625725 16899 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:42.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.626678 16899 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:42.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.626940 16899 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:42.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.653121 16982 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.87.60:36631 every 8 connection(s)
19:58:42.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.653162 16899 rpc_server.cc:307] RPC server started. Bound to: 127.16.87.60:36631
19:58:42.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.655352 16899 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/data/info.pb
19:58:42.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.658164 16822 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 3
19:58:42.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.658973 16732 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 16899
19:58:42.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.659194 16732 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster18291401885015224000/master-2/wal/instance
19:58:42.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.662696 16983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:42.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.675138 16983 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.687965 16822 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: Bootstrap starting.
19:58:42.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.690315 16983 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.692575 16822 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: Neither blocks nor log segments found. Creating new log.
19:58:42.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.694072 16822 log.cc:826] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: Log is configured to *not* fsync() on all Append() calls
19:58:42.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.698550 16983 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } has no permanent_uuid. Determining permanent_uuid...
19:58:42.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.698994 16822 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: No bootstrap required, opened a new log
19:58:42.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.708014 16822 raft_consensus.cc:359] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.708437 16822 raft_consensus.cc:385] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:42.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.708561 16822 raft_consensus.cc:740] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84ea52671a6b4212bd7329416117d43e, State: Initialized, Role: FOLLOWER
19:58:42.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.709386 16822 consensus_queue.cc:260] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.713662 16983 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: Bootstrap starting.
19:58:42.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.714747 16990 sys_catalog.cc:455] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:42.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.715360 16990 sys_catalog.cc:458] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: This master's current role is: FOLLOWER
19:58:42.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.716229 16732 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:42.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.716332 16822 sys_catalog.cc:565] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: configured and running, proceeding with master startup.
19:58:42.718 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:42.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.718299 16983 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: Neither blocks nor log segments found. Creating new log.
19:58:42.718 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:42.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.720310 16983 log.cc:826] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: Log is configured to *not* fsync() on all Append() calls
19:58:42.719 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.87.62"
      port: 38041
    }
    bound_http_address {
      host: "127.16.87.62"
      port: 44707
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.87.61"
      port: 37663
    }
    bound_http_address {
      host: "127.16.87.61"
      port: 46265
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.87.60"
      port: 36631
    }
    bound_http_address {
      host: "127.16.87.60"
      port: 43699
    }
  }
}

19:58:42.725 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:42.725 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:42.727 [INFO - Metastore-Handler-Pool: Thread-129] (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)	
19:58:42.729 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:42.729 [INFO - Metastore-Handler-Pool: Thread-129] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:42.730 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d934661, with PersistenceManager: null will be shutdown
19:58:42.730 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d934661, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2269f28 created in the thread with id: 129
19:58:42.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.731465 16983 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: No bootstrap required, opened a new log
19:58:42.735 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d934661
19:58:42.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.743372 16983 raft_consensus.cc:359] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.744299 16983 raft_consensus.cc:385] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:42.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.744663 16983 raft_consensus.cc:740] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18108f694dd140afb781b5759328c896, State: Initialized, Role: FOLLOWER
19:58:42.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.746042 16983 consensus_queue.cc:260] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.753727 17000 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:42.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.756992 17000 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: This master's current role is: FOLLOWER
19:58:42.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.756840 16983 sys_catalog.cc:565] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: configured and running, proceeding with master startup.
19:58:42.795 [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=	
19:58:42.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.796185 17014 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:42.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.805729 17026 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:42.812 [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=	
19:58:42.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.812912 17022 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:42.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.811733 16744 master_runner.cc:187] Error getting master registration for 127.16.87.61:37663: OK, instance_id { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" instance_seqno: 1786478322175675 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:42.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.818276 16744 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:42.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.821395 16899 master_runner.cc:187] Error getting master registration for 127.16.87.61:37663: OK, instance_id { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" instance_seqno: 1786478322175675 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:42.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.830166 16899 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:42.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.836987 17031 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:42.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.837412 17031 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:42.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.879560 16927 tablet.cc:2406] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:42.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.883569 16898 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } attempt: 5
19:58:42.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.898903 16898 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: Bootstrap starting.
19:58:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.904107 16898 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: Neither blocks nor log segments found. Creating new log.
19:58:42.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.905879 16898 log.cc:826] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: Log is configured to *not* fsync() on all Append() calls
19:58:42.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.915962 16898 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: No bootstrap required, opened a new log
19:58:42.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.924381 16898 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.925150 16898 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:42.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.925469 16898 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c9129f2e2b14d8280e2279e8e5119f2, State: Initialized, Role: FOLLOWER
19:58:42.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.926610 16898 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.933938 17034 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:42.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.936671 17034 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: This master's current role is: FOLLOWER
19:58:42.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.936509 16898 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: configured and running, proceeding with master startup.
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:42.951061 16767 tablet.cc:2406] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.958236 17000 raft_consensus.cc:493] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.958595 17000 raft_consensus.cc:515] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.960796 17000 leader_election.cc:290] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 84ea52671a6b4212bd7329416117d43e (127.16.87.62:38041), 5c9129f2e2b14d8280e2279e8e5119f2 (127.16.87.61:37663)
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.961651 16793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18108f694dd140afb781b5759328c896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84ea52671a6b4212bd7329416117d43e" is_pre_election: true
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.962260 16793 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18108f694dd140afb781b5759328c896 in term 0.
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.962328 16871 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18108f694dd140afb781b5759328c896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" is_pre_election: true
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.962882 16871 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18108f694dd140afb781b5759328c896 in term 0.
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.963024 16925 leader_election.cc:304] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [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: 18108f694dd140afb781b5759328c896, 84ea52671a6b4212bd7329416117d43e; no voters: 
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.963508 17000 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Leader pre-election won for term 1
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.963671 17000 raft_consensus.cc:493] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.963778 17000 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 0 FOLLOWER]: Advancing to term 1
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.967224 17000 raft_consensus.cc:515] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.968536 16793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18108f694dd140afb781b5759328c896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84ea52671a6b4212bd7329416117d43e"
19:58:42.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.968753 16793 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 0 FOLLOWER]: Advancing to term 1
19:58:42.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.972163 16793 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18108f694dd140afb781b5759328c896 in term 1.
19:58:42.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.972940 16925 leader_election.cc:304] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [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: 18108f694dd140afb781b5759328c896, 84ea52671a6b4212bd7329416117d43e; no voters: 
19:58:42.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.976831 16871 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18108f694dd140afb781b5759328c896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c9129f2e2b14d8280e2279e8e5119f2"
19:58:42.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.977095 16871 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 0 FOLLOWER]: Advancing to term 1
19:58:42.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.980628 16871 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18108f694dd140afb781b5759328c896 in term 1.
19:58:42.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.982161 17000 leader_election.cc:290] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [CANDIDATE]: Term 1 election: Requested vote from peers 84ea52671a6b4212bd7329416117d43e (127.16.87.62:38041), 5c9129f2e2b14d8280e2279e8e5119f2 (127.16.87.61:37663)
19:58:42.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.982776 17000 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 1 FOLLOWER]: Leader election won for term 1
19:58:42.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.983426 17000 raft_consensus.cc:697] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [term 1 LEADER]: Becoming Leader. State: Replica: 18108f694dd140afb781b5759328c896, State: Running, Role: LEADER
19:58:42.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:42.984493 17000 consensus_queue.cc:237] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [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: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } }
19:58:43.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.003924 17041 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18108f694dd140afb781b5759328c896. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.004817 17041 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: This master's current role is: LEADER
19:58:43.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.017889 17045 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
19:58:43.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.033061 17045 catalog_manager.cc:1520] Initializing Kudu cluster ID...
19:58:43.057 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:43.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:43.059140 17050 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:43.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.062268 17054 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:43.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.070266 16871 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [term 1 FOLLOWER]: Refusing update from remote peer 18108f694dd140afb781b5759328c896: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:43.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.070307 16793 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [term 1 FOLLOWER]: Refusing update from remote peer 18108f694dd140afb781b5759328c896: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:43.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.071333 17000 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:43.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.071624 17041 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:43.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.107415 17034 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18108f694dd140afb781b5759328c896. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.107753 17034 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: This master's current role is: FOLLOWER
19:58:43.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.112905 17049 mvcc.cc:204] Tried to move back new op lower bound from 7317415211218165760 to 7317415210960093184. Current Snapshot: MvccSnapshot[applied={T|T < 7317415211218165760}]
19:58:43.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.117694 17056 mvcc.cc:204] Tried to move back new op lower bound from 7317415211218165760 to 7317415210960093184. Current Snapshot: MvccSnapshot[applied={T|T < 7317415211218165760}]
19:58:43.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.122016 16990 sys_catalog.cc:455] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18108f694dd140afb781b5759328c896. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.122341 16990 sys_catalog.cc:458] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: This master's current role is: FOLLOWER
19:58:43.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.131054 17055 mvcc.cc:204] Tried to move back new op lower bound from 7317415211218165760 to 7317415210960093184. Current Snapshot: MvccSnapshot[applied={T|T < 7317415211218165760}]
19:58:43.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.131685 17034 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.131916 17034 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2 [sys.catalog]: This master's current role is: FOLLOWER
19:58:43.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.133883 16990 sys_catalog.cc:455] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.134133 16990 sys_catalog.cc:458] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e [sys.catalog]: This master's current role is: FOLLOWER
19:58:43.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.138942 17045 catalog_manager.cc:1383] Generated new cluster ID: 21729bd8e5194266a21e0df04d863bfe
19:58:43.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.139309 17045 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
19:58:43.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.169777 17041 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.170099 17041 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: This master's current role is: LEADER
19:58:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.174258 17063 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "18108f694dd140afb781b5759328c896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84ea52671a6b4212bd7329416117d43e" member_type: VOTER last_known_addr { host: "127.16.87.62" port: 38041 } } peers { permanent_uuid: "5c9129f2e2b14d8280e2279e8e5119f2" member_type: VOTER last_known_addr { host: "127.16.87.61" port: 37663 } } peers { permanent_uuid: "18108f694dd140afb781b5759328c896" member_type: VOTER last_known_addr { host: "127.16.87.60" port: 36631 } } }
19:58:43.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.174865 17063 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896 [sys.catalog]: This master's current role is: LEADER
19:58:43.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.176046 17045 catalog_manager.cc:1406] Generated new certificate authority record
19:58:43.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.177971 17045 catalog_manager.cc:1540] Loading token signing keys...
19:58:43.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.209398 17045 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 18108f694dd140afb781b5759328c896: Generated new TSK 0
19:58:43.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.211419 17045 catalog_manager.cc:1550] Initializing in-progress tserver states...
19:58:43.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.213071 17045 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
19:58:43.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.214607 17045 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
19:58:43.277 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:43.284 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:43.284 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:43.392 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
19:58:43.412 [INFO - Metastore-Handler-Pool: Thread-129] (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/hive8743340625747236512/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)
19:58:43.419 [INFO - Metastore-Handler-Pool: Thread-129] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8743340625747236512/external-warehouse/legacy_table
19:58:43.547 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
19:58:43.586 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:43.592 [INFO - Metastore-Handler-Pool: Thread-129] (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	
19:58:43.605 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
19:58:43.685 [INFO - Metastore-Handler-Pool: Thread-129] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
19:58:43.685 [INFO - Metastore-Handler-Pool: Thread-129] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
19:58:43.799 [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=	
19:58:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:43.799734 17014 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:43.808 [INFO - Metastore-Handler-Pool: Thread-129] (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	
19:58:43.831 [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=	
19:58:43.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.833709 17026 catalog_manager.cc:1295] Loaded cluster ID: 21729bd8e5194266a21e0df04d863bfe
19:58:43.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.834064 17026 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: loading cluster ID for follower catalog manager: success
19:58:43.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:43.835500 17022 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:43.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.841270 17026 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: acquiring CA information for follower catalog manager: success
19:58:43.845 [INFO - Metastore-Handler-Pool: Thread-129] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
19:58:43.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:43.857371 17026 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 84ea52671a6b4212bd7329416117d43e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:43.913 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
19:58:43.933 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:43.935 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
19:58:44.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.085611 17054 catalog_manager.cc:1295] Loaded cluster ID: 21729bd8e5194266a21e0df04d863bfe
19:58:44.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.094213 17054 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: loading cluster ID for follower catalog manager: success
19:58:44.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.099411 17054 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: acquiring CA information for follower catalog manager: success
19:58:44.100 [INFO - Metastore-Handler-Pool: Thread-138] (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=	
19:58:44.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:44.101209 17050 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:44.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.114300 17054 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5c9129f2e2b14d8280e2279e8e5119f2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:44.122 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:44.498 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:44.546 [WARN - Metastore-Handler-Pool: Thread-129] (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.
19:58:44.707 [INFO - Metastore-Handler-Pool: Thread-129] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:44.708 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:44.708 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
19:58:44.709 [INFO - Metastore-Handler-Pool: Thread-129] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d934661, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2269f28 will be shutdown
19:58:44.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.709168 16732 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16744
19:58:44.709 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
19:58:44.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.710937 16816 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:44.838 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:44.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:44.838944 17022 client.h:373] Failed to connect to Hive Metastore (localhost:42749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:44.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.855409 16732 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16744
19:58:44.857 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:44.881 [ERROR - Metastore-Handler-Pool: Thread-140] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
19:58:44.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.882048 16732 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16824
19:58:44.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.883313 16893 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:44.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:44.990876 16732 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16824
19:58:45.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:45.017331 16732 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 16899
19:58:45.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:45.018656 16976 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:45.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:45.128264 16732 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 16899
19:58:45.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:45Z chronyd exiting
.19:58:45.287 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:45.288 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:45.288 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:45.311 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17114417879497987046
19:58:45.312 [INFO - Thread-98] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:45.312 [INFO - Thread-98] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:45.314 [INFO - Thread-98] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:45.314 [INFO - Thread-98] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:45.315 [INFO - Thread-98] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
19:58:45.315 [INFO - Thread-98] (HikariDataSource.java:350) objectstore - Shutdown initiated...
19:58:45.317 [INFO - Thread-98] (HikariDataSource.java:352) objectstore - Shutdown completed.
19:58:45.317 [INFO - Thread-98] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
19:58:45.317 [INFO - Thread-98] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
19:58:45.318 [INFO - Thread-98] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:45.319 [INFO - Thread-98] (HikariDataSource.java:80) objectstore - Starting...
19:58:45.387 [INFO - Thread-98] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:45.388 [INFO - Thread-98] (HikariDataSource.java:82) objectstore - Start completed.
19:58:45.388 [INFO - Thread-98] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:45.390 [INFO - Thread-98] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:45.391 [INFO - Thread-98] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:45.392 [INFO - Thread-98] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:45.406 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:45.407 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:45.407 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:45.430 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.431 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.432 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.432 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.433 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.433 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:45.678 [INFO - Thread-98] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:45.680 [INFO - Thread-98] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24993f84, with PersistenceManager: null will be shutdown
19:58:45.681 [INFO - Thread-98] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24993f84, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6164d9df created in the thread with id: 141
19:58:45.683 [WARN - Thread-98] (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
19:58:45.685 [INFO - Thread-98] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@24993f84
19:58:45.803 [INFO - Thread-98] (HMSHandler.java:595) Started creating a default database with name: default
19:58:45.822 [INFO - Thread-98] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:45.847 [INFO - Thread-98] (HMSHandler.java:668) Added admin role in metastore
19:58:45.848 [INFO - Thread-98] (HMSHandler.java:677) Added public role in metastore
19:58:45.878 [INFO - Thread-98] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:45.879 [INFO - Thread-98] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:45.879 [INFO - Thread-98] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:45.880 [INFO - Thread-98] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:45.880 [WARN - Thread-98] (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)
19:58:45.880 [INFO - Thread-98] (HiveMetaStore.java:632) Started the new metaserver on port [46657]...
19:58:45.880 [INFO - Thread-98] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:45.880 [INFO - Thread-98] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:45.880 [INFO - Thread-98] (HiveMetaStore.java:635) TCP keepalive = true
19:58:45.881 [INFO - Thread-98] (HiveMetaStore.java:636) Enable SSL = false
19:58:46.314 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:46.315 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:46.315 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:46.317 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:46.317 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46657]
19:58:46.317 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46657) in binary transport mode
19:58:46.318 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46657) current connections: 1
19:58:46.320 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:46.320 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:46.320 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:46.323 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46657"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:46.667 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:46.668 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:46.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:46.670672 17110 mini_oidc.cc:150] Starting JWKS server
19:58:46.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:46.673682 17110 webserver.cc:533] Webserver started at http://127.0.0.1:39421/ using document root <none> and password file <none>
19:58:46.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:46.673992 17110 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:46.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:46.674649 17110 webserver.cc:533] Webserver started at http://127.0.0.1:42569/ using document root <none> and password file <none>
19:58:46.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:46Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:46.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:46Z Disabled control of system clock
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:46.710841 17110 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/logs
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data/info.pb
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.190:44291
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.190
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:46.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657 with env {}
19:58:47.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.055871 17124 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:47.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.056217 17124 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:47.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.056298 17124 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.064791 17124 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.064894 17124 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.064952 17124 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.064997 17124 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.065053 17124 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:47.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.065090 17124 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39421/jwks.json
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.075595 17124 master_runner.cc:387] Master server non-default flags:
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/logs
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.190:44291
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data/info.pb
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.190
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:47.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.077431 17124 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:47.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.079473 17124 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.088768 17131 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
19:58:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.088737 17132 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
19:58:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.089131 17134 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
19:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.090795 17124 server_base.cc:1061] running on GCE node
19:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.091598 17124 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:47.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.093297 17124 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:47.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.094545 17124 hybrid_clock.cc:648] HybridClock initialized: now 1786478327094545 us; error 120 us; skew 500 ppm
19:58:47.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.095036 17124 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:47.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.097436 17124 webserver.cc:533] Webserver started at http://127.16.181.190:35853/ using document root <none> and password file <none>
19:58:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.098269 17124 fs_manager.cc:362] Metadata directory not provided
19:58:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.098373 17124 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.098697 17124 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:47.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.101105 17124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data/instance:
19:58:47.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6e8198c45c4ed590f10405435cfb64"
19:58:47.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.101914 17124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal/instance:
19:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6e8198c45c4ed590f10405435cfb64"
19:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.107568 17124 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
19:58:47.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.111596 17140 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.113159 17124 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.003s
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.113318 17124 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6e8198c45c4ed590f10405435cfb64"
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.113525 17124 fs_report.cc:389] FS layout report
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data/data
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:47.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:47.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:47.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:47.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.147362 17124 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:47.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.148345 17124 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:47.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.148609 17124 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:47.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.170547 17124 rpc_server.cc:307] RPC server started. Bound to: 127.16.181.190:44291
19:58:47.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.170567 17197 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.181.190:44291 every 8 connection(s)
19:58:47.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.172190 17124 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/data/info.pb
19:58:47.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.176503 17198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.181805 17110 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17124
19:58:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.182139 17110 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-0/wal/instance
19:58:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.182744 17198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.184376 17110 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/logs
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data/info.pb
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.189:35177
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.189
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657 with env {}
19:58:47.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.203624 17198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.205054 17142 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.206799 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.189:35177: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.256173 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } attempt: 1
19:58:47.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.258791 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.189:35177: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.327108 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } attempt: 2
19:58:47.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.329442 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.189:35177: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.420737 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } attempt: 3
19:58:47.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.423127 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.189:35177: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.540748 17201 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:47.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.541105 17201 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:47.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.541184 17201 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.549723 17201 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.549827 17201 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.549883 17201 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.549923 17201 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.549984 17201 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.550021 17201 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39421/jwks.json
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.560676 17201 master_runner.cc:387] Master server non-default flags:
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/logs
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.189:35177
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data/info.pb
19:58:47.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.189
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:47.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.562898 17201 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:47.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.565470 17201 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:47.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.566388 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } attempt: 4
19:58:47.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.568557 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.189:35177: Network error: Client connection negotiation failed: client connection to 127.16.181.189:35177: connect: Connection refused (error 111)
19:58:47.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.574810 17210 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
19:58:47.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.574844 17207 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
19:58:47.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.575762 17212 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
19:58:47.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.577159 17201 server_base.cc:1061] running on GCE node
19:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.578184 17201 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:47.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.579761 17201 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.581032 17201 hybrid_clock.cc:648] HybridClock initialized: now 1786478327580982 us; error 46 us; skew 500 ppm
19:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.581449 17201 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:47.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.583986 17201 webserver.cc:533] Webserver started at http://127.16.181.189:34597/ using document root <none> and password file <none>
19:58:47.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.584820 17201 fs_manager.cc:362] Metadata directory not provided
19:58:47.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.584975 17201 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:47.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.585403 17201 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:47.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.588095 17201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data/instance:
19:58:47.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ec4ef952cb64108a7441665d333bf08"
19:58:47.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.589038 17201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal/instance:
19:58:47.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ec4ef952cb64108a7441665d333bf08"
19:58:47.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.594964 17201 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
19:58:47.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.598959 17218 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:47.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.600414 17201 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
19:58:47.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.600615 17201 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal
19:58:47.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ec4ef952cb64108a7441665d333bf08"
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:47 on dist-test-slave-mn4r"
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.600881 17201 fs_report.cc:389] FS layout report
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data/data
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:47.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.624336 17201 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:47.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.625352 17201 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:47.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.625725 17201 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:47.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.647848 17201 rpc_server.cc:307] RPC server started. Bound to: 127.16.181.189:35177
19:58:47.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.647871 17279 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.181.189:35177 every 8 connection(s)
19:58:47.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.649634 17201 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/data/info.pb
19:58:47.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.654448 17280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:47.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.654572 17110 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17201
19:58:47.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.654732 17110 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-1/wal/instance
19:58:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.655766 17110 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/logs
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data/info.pb
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.188:33929
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.188
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657 with env {}
19:58:47.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.660871 17280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.675661 17280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.686172 17280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.687372 17221 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.689131 17280 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.738543 17280 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 1
19:58:47.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.740829 17280 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.809135 17280 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 2
19:58:47.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.811630 17280 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.867887 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } attempt: 5
19:58:47.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.875737 17198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } has no permanent_uuid. Determining permanent_uuid...
19:58:47.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.877808 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.902889 17280 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 3
19:58:47.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.905355 17280 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:47.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.929064 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 1
19:58:47.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:47.931435 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:48.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:47.999703 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 2
19:58:48.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.001938 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:48.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.017452 17281 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:48.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.017781 17281 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:48.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.017858 17281 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026521 17281 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026616 17281 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026675 17281 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026715 17281 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026767 17281 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.026801 17281 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39421/jwks.json
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.037176 17281 master_runner.cc:387] Master server non-default flags:
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/logs
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.181.148:45197
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46657
19:58:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.181.188:33929
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39421/jwks.json
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data/info.pb
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.181.188
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:48.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:48.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.039045 17281 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:48.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.040903 17281 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:48.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.048668 17280 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 4
19:58:48.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.049494 17291 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
19:58:48.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.050352 17290 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
19:58:48.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.050930 17281 server_base.cc:1061] running on GCE node
19:58:48.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.051085 17293 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
19:58:48.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.051731 17280 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:48.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.052018 17281 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:48.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.053478 17281 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:48.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.054728 17281 hybrid_clock.cc:648] HybridClock initialized: now 1786478328054646 us; error 59 us; skew 500 ppm
19:58:48.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.055076 17281 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:48.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.057380 17281 webserver.cc:533] Webserver started at http://127.16.181.188:44313/ using document root <none> and password file <none>
19:58:48.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.058176 17281 fs_manager.cc:362] Metadata directory not provided
19:58:48.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.058275 17281 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:48.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.058599 17281 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.060974 17281 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data/instance:
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "beae91238ac94296a16d4436dea0bd49"
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:48 on dist-test-slave-mn4r"
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.061762 17281 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal/instance:
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "beae91238ac94296a16d4436dea0bd49"
19:58:48.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:48 on dist-test-slave-mn4r"
19:58:48.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.067566 17281 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
19:58:48.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.071292 17299 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:48.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.072800 17281 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.072954 17281 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "beae91238ac94296a16d4436dea0bd49"
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:48 on dist-test-slave-mn4r"
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.073171 17281 fs_report.cc:389] FS layout report
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data/data
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:48.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:48.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.089434 17281 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:48.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.090421 17281 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:48.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.090658 17281 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:48.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.108182 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 3
19:58:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.110652 17198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.181.188:33929: Network error: Client connection negotiation failed: client connection to 127.16.181.188:33929: connect: Connection refused (error 111)
19:58:48.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.113226 17281 rpc_server.cc:307] RPC server started. Bound to: 127.16.181.188:33929
19:58:48.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.113250 17357 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.181.188:33929 every 8 connection(s)
19:58:48.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.114980 17281 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/data/info.pb
19:58:48.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.116119 17110 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17281
19:58:48.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.116334 17110 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster13098210048633884961/master-2/wal/instance
19:58:48.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.119941 17359 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:48.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.129333 17359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } has no permanent_uuid. Determining permanent_uuid...
19:58:48.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.140196 17359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } has no permanent_uuid. Determining permanent_uuid...
19:58:48.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.147106 17359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } has no permanent_uuid. Determining permanent_uuid...
19:58:48.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.158546 17359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: Bootstrap starting.
19:58:48.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.160298 17110 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.162688 17359 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: Neither blocks nor log segments found. Creating new log.
19:58:48.163 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:48.163 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:48.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.164011 17359 log.cc:826] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: Log is configured to *not* fsync() on all Append() calls
19:58:48.164 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.181.190"
      port: 44291
    }
    bound_http_address {
      host: "127.16.181.190"
      port: 35853
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.181.189"
      port: 35177
    }
    bound_http_address {
      host: "127.16.181.189"
      port: 34597
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.181.188"
      port: 33929
    }
    bound_http_address {
      host: "127.16.181.188"
      port: 44313
    }
  }
}

19:58:48.165 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:48.165 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:48.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.167232 17359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: No bootstrap required, opened a new log
19:58:48.167 [INFO - Metastore-Handler-Pool: Thread-162] (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=6a405bbe-8a10-445d-8c88-a5ce3fc6fd5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:48.170 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:48.170 [INFO - Metastore-Handler-Pool: Thread-162] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:48.170 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: null will be shutdown
19:58:48.171 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c7c45c4 created in the thread with id: 162
19:58:48.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.175231 17359 raft_consensus.cc:359] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.175861 17359 raft_consensus.cc:385] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.176162 17359 raft_consensus.cc:740] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: beae91238ac94296a16d4436dea0bd49, State: Initialized, Role: FOLLOWER
19:58:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.177261 17359 consensus_queue.cc:260] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.179 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee
19:58:48.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.181994 17365 sys_catalog.cc:455] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.182386 17365 sys_catalog.cc:458] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.183528 17359 sys_catalog.cc:565] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: configured and running, proceeding with master startup.
19:58:48.196 [INFO - Metastore-Handler-Pool: Thread-164] (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=	
19:58:48.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.199028 17378 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:48.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.203648 17281 master_runner.cc:187] Error getting master registration for 127.16.181.190:44291: OK, instance_id { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" instance_seqno: 1786478327164577 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:48.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.210983 17281 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:48.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.216984 17382 catalog_manager.cc:1594] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:48.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.217343 17382 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:48.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.289016 17198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 4
19:58:48.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.306141 17198 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: Bootstrap starting.
19:58:48.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.310842 17198 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: Neither blocks nor log segments found. Creating new log.
19:58:48.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.312652 17198 log.cc:826] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: Log is configured to *not* fsync() on all Append() calls
19:58:48.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.322458 17198 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: No bootstrap required, opened a new log
19:58:48.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.330596 17198 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.331221 17198 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:48.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.331610 17198 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3c6e8198c45c4ed590f10405435cfb64, State: Initialized, Role: FOLLOWER
19:58:48.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.332751 17198 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.343011 17307 tablet.cc:2406] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:48.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.344429 17386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.345129 17386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.350996 17280 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } attempt: 5
19:58:48.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.345893 17198 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: configured and running, proceeding with master startup.
19:58:48.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.369810 17280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: Bootstrap starting.
19:58:48.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.373713 17280 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: Neither blocks nor log segments found. Creating new log.
19:58:48.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.375471 17280 log.cc:826] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: Log is configured to *not* fsync() on all Append() calls
19:58:48.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.383059 17280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: No bootstrap required, opened a new log
19:58:48.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.390636 17365 raft_consensus.cc:493] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.390939 17365 raft_consensus.cc:515] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.392895 17365 leader_election.cc:290] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3c6e8198c45c4ed590f10405435cfb64 (127.16.181.190:44291), 1ec4ef952cb64108a7441665d333bf08 (127.16.181.189:35177)
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.394572 17170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "beae91238ac94296a16d4436dea0bd49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3c6e8198c45c4ed590f10405435cfb64" is_pre_election: true
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.395217 17170 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate beae91238ac94296a16d4436dea0bd49 in term 0.
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.396030 17303 leader_election.cc:304] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [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: 3c6e8198c45c4ed590f10405435cfb64, beae91238ac94296a16d4436dea0bd49; no voters: 
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.401904 17146 tablet.cc:2406] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.402830 17365 raft_consensus.cc:2804] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Leader pre-election won for term 1
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.403029 17365 raft_consensus.cc:493] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.403134 17365 raft_consensus.cc:3060] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 0 FOLLOWER]: Advancing to term 1
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.406664 17365 raft_consensus.cc:515] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.407913 17170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "beae91238ac94296a16d4436dea0bd49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3c6e8198c45c4ed590f10405435cfb64"
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.408138 17170 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 0 FOLLOWER]: Advancing to term 1
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.411645 17170 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate beae91238ac94296a16d4436dea0bd49 in term 1.
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.412235 17303 leader_election.cc:304] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [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: 3c6e8198c45c4ed590f10405435cfb64, beae91238ac94296a16d4436dea0bd49; no voters: 
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.416119 17365 leader_election.cc:290] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [CANDIDATE]: Term 1 election: Requested vote from peers 3c6e8198c45c4ed590f10405435cfb64 (127.16.181.190:44291), 1ec4ef952cb64108a7441665d333bf08 (127.16.181.189:35177)
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.416395 17365 raft_consensus.cc:2804] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 1 FOLLOWER]: Leader election won for term 1
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.416536 17365 raft_consensus.cc:697] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [term 1 LEADER]: Becoming Leader. State: Replica: beae91238ac94296a16d4436dea0bd49, State: Running, Role: LEADER
19:58:48.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.417181 17365 consensus_queue.cc:237] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.430871 17280 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.432106 17280 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.432628 17280 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ec4ef952cb64108a7441665d333bf08, State: Initialized, Role: FOLLOWER
19:58:48.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.434608 17280 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } }
19:58:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.442631 17397 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [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: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.444254 17397 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.445803 17249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "beae91238ac94296a16d4436dea0bd49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ec4ef952cb64108a7441665d333bf08" is_pre_election: true
19:58:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.446444 17249 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate beae91238ac94296a16d4436dea0bd49 in term 0.
19:58:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.446499 17247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "beae91238ac94296a16d4436dea0bd49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ec4ef952cb64108a7441665d333bf08"
19:58:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.446755 17247 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 0 FOLLOWER]: Advancing to term 1
19:58:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.447466 17393 sys_catalog.cc:455] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: SysCatalogTable state changed. Reason: New leader beae91238ac94296a16d4436dea0bd49. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.447808 17393 sys_catalog.cc:458] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: This master's current role is: LEADER
19:58:48.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.449572 17247 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate beae91238ac94296a16d4436dea0bd49 in term 1.
19:58:48.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.449965 17280 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: configured and running, proceeding with master startup.
19:58:48.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.457657 17399 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
19:58:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.462658 17399 catalog_manager.cc:1520] Initializing Kudu cluster ID...
19:58:48.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.492645 17247 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [term 1 FOLLOWER]: Refusing update from remote peer beae91238ac94296a16d4436dea0bd49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:48.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.494380 17393 consensus_queue.cc:1048] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:48.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.501935 17170 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [term 1 FOLLOWER]: Refusing update from remote peer beae91238ac94296a16d4436dea0bd49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:48.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.503265 17393 consensus_queue.cc:1048] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:48.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.511251 17386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: SysCatalogTable state changed. Reason: New leader beae91238ac94296a16d4436dea0bd49. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.511509 17386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.520121 17411 mvcc.cc:204] Tried to move back new op lower bound from 7317415233459765248 to 7317415233203777536. Current Snapshot: MvccSnapshot[applied={T|T < 7317415233459765248}]
19:58:48.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.524302 17407 mvcc.cc:204] Tried to move back new op lower bound from 7317415233459765248 to 7317415233203777536. Current Snapshot: MvccSnapshot[applied={T|T < 7317415233459765248}]
19:58:48.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.525584 17365 sys_catalog.cc:455] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.525897 17365 sys_catalog.cc:458] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: This master's current role is: LEADER
19:58:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.526629 17386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.526881 17386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.531832 17399 catalog_manager.cc:1383] Generated new cluster ID: 24f43f5614b94859b6a5ec4809cde5e4
19:58:48.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.531965 17399 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
19:58:48.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.539657 17397 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: SysCatalogTable state changed. Reason: New leader beae91238ac94296a16d4436dea0bd49. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.539961 17397 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.542 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.543587 17423 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.543711 17393 sys_catalog.cc:455] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.543934 17393 sys_catalog.cc:458] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 [sys.catalog]: This master's current role is: LEADER
19:58:48.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.548331 17124 master_runner.cc:187] Error getting master registration for 127.16.181.189:35177: OK, instance_id { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" instance_seqno: 1786478327641782 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:48.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.556285 17124 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.557371 17427 catalog_manager.cc:1295] Loaded cluster ID: 24f43f5614b94859b6a5ec4809cde5e4
19:58:48.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.561478 17427 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: loading cluster ID for follower catalog manager: success
19:58:48.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.562243 17410 mvcc.cc:204] Tried to move back new op lower bound from 7317415233459765248 to 7317415233203777536. Current Snapshot: MvccSnapshot[applied={T|T < 7317415233459765248}]
19:58:48.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.575591 17427 catalog_manager.cc:1612] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: acquiring CA information for follower catalog manager: Not found: root CA entry not found
19:58:48.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.576411 17397 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "beae91238ac94296a16d4436dea0bd49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3c6e8198c45c4ed590f10405435cfb64" member_type: VOTER last_known_addr { host: "127.16.181.190" port: 44291 } } peers { permanent_uuid: "1ec4ef952cb64108a7441665d333bf08" member_type: VOTER last_known_addr { host: "127.16.181.189" port: 35177 } } peers { permanent_uuid: "beae91238ac94296a16d4436dea0bd49" member_type: VOTER last_known_addr { host: "127.16.181.188" port: 33929 } } }
19:58:48.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.576643 17397 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08 [sys.catalog]: This master's current role is: FOLLOWER
19:58:48.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.578446 17427 catalog_manager.cc:883] Not found: root CA entry not found: failed to prepare follower catalog manager, will retry
19:58:48.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.583316 17399 catalog_manager.cc:1406] Generated new certificate authority record
19:58:48.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.586244 17399 catalog_manager.cc:1540] Loading token signing keys...
19:58:48.610 [INFO - Metastore-Handler-Pool: Thread-166] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:48.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:48.610935 17432 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:48.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.638468 17399 catalog_manager.cc:6092] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49: Generated new TSK 0
19:58:48.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.640421 17399 catalog_manager.cc:1550] Initializing in-progress tserver states...
19:58:48.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.643535 17399 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
19:58:48.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.647090 17399 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
19:58:48.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.664280 17436 catalog_manager.cc:1295] Loaded cluster ID: 24f43f5614b94859b6a5ec4809cde5e4
19:58:48.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.664774 17436 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: loading cluster ID for follower catalog manager: success
19:58:48.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.669503 17436 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: acquiring CA information for follower catalog manager: success
19:58:48.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:48.685365 17436 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1ec4ef952cb64108a7441665d333bf08: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:48.746 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:48.764 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:48.764 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:48.933 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:48.950 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive17114417879497987046/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=6a405bbe-8a10-445d-8c88-a5ce3fc6fd5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:48.953 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17114417879497987046/external-warehouse/table
19:58:49.188 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:49.229 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:49.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:49.229600 17378 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:49.231 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:49.232 [INFO - Metastore-Handler-Pool: Thread-162] (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)	
19:58:49.234 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
19:58:49.236 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive17114417879497987046/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)
19:58:49.238 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17114417879497987046/external-warehouse/legacy_table
19:58:49.257 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
19:58:49.269 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:49.271 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.283 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.329 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.329 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.357 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.382 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.394 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.394 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.403 [DEBUG - Metastore-Handler-Pool: Thread-162] (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.
19:58:49.404 [DEBUG - Metastore-Handler-Pool: Thread-162] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
19:58:49.419 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.16.181.190:44291(127.16.181.190:44291)] connecting to peer
19:58:49.424 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.16.181.189:35177(127.16.181.189:35177)] connecting to peer
19:58:49.433 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.181.190:44291(127.16.181.190:44291)] Successfully connected to peer
19:58:49.434 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.16.181.188:33929(127.16.181.188:33929)] connecting to peer
19:58:49.437 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.181.189:35177(127.16.181.189:35177)] Successfully connected to peer
19:58:49.451 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.181.188:33929(127.16.181.188:33929)] Successfully connected to peer
19:58:49.452 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.181.190
19:58:49.467 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.181.189
19:58:49.471 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.181.188
19:58:49.523 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:49.535 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:49.548 [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=	
19:58:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:49.549237 17423 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:49.557 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:49.559 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x127c4306, L:/127.0.0.1:46638 - R:/127.16.181.190:44291] using SASL/PLAIN
19:58:49.560 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x35015499, L:/127.0.0.1:54270 - R:/127.16.181.188:33929] using SASL/PLAIN
19:58:49.566 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
19:58:49.567 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:49.568 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:49.569 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x1095a00e, L:/127.0.0.1:45252 - R:/127.16.181.189:35177] using SASL/PLAIN
19:58:49.570 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:49.583726 17427 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: acquiring CA information for follower catalog manager: success
19:58:49.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:49.587214 17427 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3c6e8198c45c4ed590f10405435cfb64: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:49.588 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.607 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.607 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.618 [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=	
19:58:49.619 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:49.629858 17432 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:49.702 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.712 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.712 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.728 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.742 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.754 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.755 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.762 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:49.766 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:49.767 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.780 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.796 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.796 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.801 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:49.802 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:49.804 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.814 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.827 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.827 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.832 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.843 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.855 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.855 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.867 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.876 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.886 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.887 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.890 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:49.891 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:49.892 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.901 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.909 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.909 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.916 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.926 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.936 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.936 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.943 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.953 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.963 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.963 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:49.969 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:49.980 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:49.991 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:49.991 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.071 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:50.073 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:50.075 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.103 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.120 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.120 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.132 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.141 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.151 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.151 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.160 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.169 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.190 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.190 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.198 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:50.207 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:50.208 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:50.231 [INFO - Metastore-Handler-Pool: Thread-177] (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=	
19:58:50.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:50.232455 17378 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:50.320 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:50.432 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:50.466 [WARN - Metastore-Handler-Pool: Thread-162] (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.
19:58:50.551 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
19:58:50.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:50.552140 17423 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:50.556 [WARN - Metastore-Handler-Pool: Thread-162] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive17114417879497987046/warehouse/default/table
19:58:50.557 [INFO - Metastore-Handler-Pool: Thread-162] (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)	
19:58:50.558 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:50.560 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive17114417879497987046/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)
19:58:50.561 [WARN - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:2452) Location: file:/tmp/hive17114417879497987046/external-warehouse/table specified for non-external table:table
19:58:50.563 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.563 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.581 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:50.598 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:50.600 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.610 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.622 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.623 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.625 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:50.627 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:50.628 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.637 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.639 [INFO - Metastore-Handler-Pool: Thread-179] (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=	
19:58:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:50.640610 17432 client.h:373] Failed to connect to Hive Metastore (localhost:46657): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:50.647 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.647 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.650 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
19:58:50.651 [ERROR - Metastore-Handler-Pool: Thread-162] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

19:58:50.653 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.661 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.670 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.670 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.675 [INFO - Metastore-Handler-Pool: Thread-162] (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	
19:58:50.683 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
19:58:50.690 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
19:58:50.691 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
19:58:50.698 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:50.705 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:50.707 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:50.748 [INFO - Metastore-Handler-Pool: Thread-162] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:50.750 [INFO - Metastore-Handler-Pool: Thread-162] (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=6a405bbe-8a10-445d-8c88-a5ce3fc6fd5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:50.753 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:50.754 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive17114417879497987046/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=6a405bbe-8a10-445d-8c88-a5ce3fc6fd5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.181.190:44291,127.16.181.189:35177,127.16.181.188:33929}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:50.756 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17114417879497987046/external-warehouse/table
19:58:50.777 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:50.785 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:50.787 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:50.794 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:50.801 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:50.802 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:50.807 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:50.812 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:50.813 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:50.842 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:50.842 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
19:58:50.842 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c7c45c4 will be shutdown
19:58:50.843 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
19:58:50.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:50.842818 17110 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17124
19:58:50.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:50.844499 17193 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:50.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:50.999382 17110 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17124
19:58:51.025 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.181.190:44291(127.16.181.190:44291)] handling channelInactive
19:58:51.026 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.181.190:44291(127.16.181.190:44291)] cleaning up while in state READY due to: connection closed
19:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.027694 17110 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17201
19:58:51.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.028945 17274 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:51.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:51.100976 17303 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.181.190:44291: connect: Connection refused (error 111)
19:58:51.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:51.102895 17303 consensus_peers.cc:597] T 00000000000000000000000000000000 P beae91238ac94296a16d4436dea0bd49 -> Peer 3c6e8198c45c4ed590f10405435cfb64 (127.16.181.190:44291): Couldn't send request to peer 3c6e8198c45c4ed590f10405435cfb64. Status: Network error: Client connection negotiation failed: client connection to 127.16.181.190:44291: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
19:58:51.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.168673 17110 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17201
19:58:51.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.200939 17110 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17281
19:58:51.201 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.181.189:35177(127.16.181.189:35177)] handling channelInactive
19:58:51.201 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.181.189:35177(127.16.181.189:35177)] cleaning up while in state READY due to: connection closed
19:58:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.202333 17353 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:51.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:51.330265 17110 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17281
19:58:51.331 [INFO - Metastore-Handler-Pool: Thread-181] (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=	
19:58:51.360 [ERROR - Metastore-Handler-Pool: Thread-181] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
19:58:51.361 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.181.188:33929(127.16.181.188:33929)] handling channelInactive
19:58:51.361 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.181.188:33929(127.16.181.188:33929)] cleaning up while in state READY due to: connection closed
19:58:51.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:51Z chronyd exiting
.19:58:51.492 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:51.493 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:51.493 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:51.511 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17844759733594532395
19:58:51.511 [INFO - Thread-128] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:51.511 [INFO - Thread-128] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:51.513 [INFO - Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:51.513 [INFO - Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:51.513 [INFO - Thread-128] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
19:58:51.514 [INFO - Thread-128] (HikariDataSource.java:350) objectstore - Shutdown initiated...
19:58:51.515 [INFO - Thread-128] (HikariDataSource.java:352) objectstore - Shutdown completed.
19:58:51.515 [INFO - Thread-128] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
19:58:51.516 [INFO - Thread-128] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
19:58:51.516 [INFO - Thread-128] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:51.517 [INFO - Thread-128] (HikariDataSource.java:80) objectstore - Starting...
19:58:51.578 [INFO - Thread-128] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:51.579 [INFO - Thread-128] (HikariDataSource.java:82) objectstore - Start completed.
19:58:51.579 [INFO - Thread-128] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:51.581 [INFO - Thread-128] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:51.583 [INFO - Thread-128] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:51.584 [INFO - Thread-128] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:51.596 [INFO - Thread-128] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:51.597 [INFO - Thread-128] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:51.597 [INFO - Thread-128] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:51.618 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.619 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.619 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.619 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.620 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.620 [WARN - Thread-128] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:51.828 [INFO - Thread-128] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:51.828 [INFO - Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66369a2c, with PersistenceManager: null will be shutdown
19:58:51.828 [INFO - Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66369a2c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ad932f8 created in the thread with id: 182
19:58:51.830 [WARN - Thread-128] (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
19:58:51.831 [INFO - Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66369a2c
19:58:51.926 [INFO - Thread-128] (HMSHandler.java:595) Started creating a default database with name: default
19:58:51.944 [INFO - Thread-128] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:51.965 [INFO - Thread-128] (HMSHandler.java:668) Added admin role in metastore
19:58:51.966 [INFO - Thread-128] (HMSHandler.java:677) Added public role in metastore
19:58:51.989 [INFO - Thread-128] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:51.990 [INFO - Thread-128] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:51.990 [INFO - Thread-128] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:51.990 [INFO - Thread-128] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:51.991 [WARN - Thread-128] (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)
19:58:51.991 [INFO - Thread-128] (HiveMetaStore.java:632) Started the new metaserver on port [33351]...
19:58:51.991 [INFO - Thread-128] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:51.991 [INFO - Thread-128] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:51.991 [INFO - Thread-128] (HiveMetaStore.java:635) TCP keepalive = true
19:58:51.991 [INFO - Thread-128] (HiveMetaStore.java:636) Enable SSL = false
19:58:52.513 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:52.513 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:52.514 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:52.516 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:52.516 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33351]
19:58:52.516 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33351) in binary transport mode
19:58:52.517 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33351) current connections: 1
19:58:52.518 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:52.519 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:52.519 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:52.526 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33351"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:52.863 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:52.864 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:52.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:52.866755 17499 mini_oidc.cc:150] Starting JWKS server
19:58:52.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:52.869234 17499 webserver.cc:533] Webserver started at http://127.0.0.1:42571/ using document root <none> and password file <none>
19:58:52.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:52.869554 17499 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:52.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:52.870237 17499 webserver.cc:533] Webserver started at http://127.0.0.1:34563/ using document root <none> and password file <none>
19:58:52.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:52Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:52.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:52Z Disabled control of system clock
19:58:52.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:52.902595 17499 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/logs
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data/info.pb
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.254:42893
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.254
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351 with env {}
19:58:53.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.241421 17510 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:53.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.241770 17510 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:53.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.241868 17510 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250243 17510 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250344 17510 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250399 17510 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250440 17510 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250504 17510 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.250538 17510 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42571/jwks.json
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.260784 17510 master_runner.cc:387] Master server non-default flags:
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/logs
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.254:42893
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data/info.pb
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.254
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:53.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.262662 17510 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:53.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.264842 17510 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:53.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.273502 17515 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
19:58:53.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.273520 17517 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
19:58:53.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.274876 17519 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
19:58:53.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.275007 17510 server_base.cc:1061] running on GCE node
19:58:53.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.275882 17510 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.277321 17510 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:53.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.278570 17510 hybrid_clock.cc:648] HybridClock initialized: now 1786478333278493 us; error 68 us; skew 500 ppm
19:58:53.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.278967 17510 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:53.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.281229 17510 webserver.cc:533] Webserver started at http://127.17.22.254:37775/ using document root <none> and password file <none>
19:58:53.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.282040 17510 fs_manager.cc:362] Metadata directory not provided
19:58:53.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.282243 17510 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:53.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.282701 17510 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.285138 17510 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data/instance:
19:58:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5427416b666427798534be25c32cd45"
19:58:53.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.286119 17510 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal/instance:
19:58:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5427416b666427798534be25c32cd45"
19:58:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.291692 17510 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
19:58:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.295258 17526 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:53.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.296605 17510 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.296810 17510 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5427416b666427798534be25c32cd45"
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.297070 17510 fs_report.cc:389] FS layout report
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data/data
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:53.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.310879 17510 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:53.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.311820 17510 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:53.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.312165 17510 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.333865 17510 rpc_server.cc:307] RPC server started. Bound to: 127.17.22.254:42893
19:58:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.333885 17584 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.22.254:42893 every 8 connection(s)
19:58:53.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.335628 17510 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/data/info.pb
19:58:53.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.340014 17585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.342377 17499 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17510
19:58:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.342726 17499 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-0/wal/instance
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.345860 17499 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/logs
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data/info.pb
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.253:36361
19:58:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.253
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351 with env {}
19:58:53.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.348409 17585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } has no permanent_uuid. Determining permanent_uuid...
19:58:53.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.375799 17585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } has no permanent_uuid. Determining permanent_uuid...
19:58:53.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.377113 17529 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.379135 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.253:36361: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.428557 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } attempt: 1
19:58:53.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.431030 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.253:36361: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.499343 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } attempt: 2
19:58:53.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.501614 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.253:36361: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.592924 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } attempt: 3
19:58:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.595317 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.253:36361: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.707535 17587 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:53.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.707865 17587 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:53.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.707958 17587 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716403 17587 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716503 17587 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716562 17587 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716602 17587 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716655 17587 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.716691 17587 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42571/jwks.json
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.727041 17587 master_runner.cc:387] Master server non-default flags:
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/logs
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.253:36361
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:53.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data/info.pb
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.253
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.728688 17587 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:53.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.730494 17587 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:53.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.738595 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } attempt: 4
19:58:53.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.738919 17595 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
19:58:53.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.739827 17594 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
19:58:53.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.740947 17597 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
19:58:53.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.741124 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.253:36361: Network error: Client connection negotiation failed: client connection to 127.17.22.253:36361: connect: Connection refused (error 111)
19:58:53.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.741277 17587 server_base.cc:1061] running on GCE node
19:58:53.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.742159 17587 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:53.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.743522 17587 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:53.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.744740 17587 hybrid_clock.cc:648] HybridClock initialized: now 1786478333744679 us; error 50 us; skew 500 ppm
19:58:53.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.745105 17587 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:53.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.747450 17587 webserver.cc:533] Webserver started at http://127.17.22.253:42415/ using document root <none> and password file <none>
19:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.748217 17587 fs_manager.cc:362] Metadata directory not provided
19:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.748310 17587 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.748623 17587 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:53.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.751168 17587 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data/instance:
19:58:53.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76038711a8574f7ba2954b539e7da30b"
19:58:53.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.751951 17587 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal/instance:
19:58:53.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76038711a8574f7ba2954b539e7da30b"
19:58:53.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.757507 17587 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
19:58:53.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.761049 17604 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:53.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.762693 17587 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.762844 17587 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76038711a8574f7ba2954b539e7da30b"
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:53 on dist-test-slave-mn4r"
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.763052 17587 fs_report.cc:389] FS layout report
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data/data
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:53.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.783746 17587 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:53.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.784688 17587 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:53.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.784936 17587 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.806836 17587 rpc_server.cc:307] RPC server started. Bound to: 127.17.22.253:36361
19:58:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.806856 17665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.22.253:36361 every 8 connection(s)
19:58:53.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.808353 17587 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/data/info.pb
19:58:53.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.812840 17666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:53.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.816300 17499 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17587
19:58:53.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.816479 17499 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-1/wal/instance
19:58:53.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.817842 17499 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/logs
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data/info.pb
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.252:36801
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.252
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351 with env {}
19:58:53.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.820752 17666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } has no permanent_uuid. Determining permanent_uuid...
19:58:53.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.835772 17666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } has no permanent_uuid. Determining permanent_uuid...
19:58:53.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.845469 17666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
19:58:53.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.846817 17605 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:53.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.848690 17666 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.898051 17666 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 1
19:58:53.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.900291 17666 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:53.968508 17666 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 2
19:58:53.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:53.970829 17666 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.040390 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } attempt: 5
19:58:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.048035 17585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
19:58:54.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.050172 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.062132 17666 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 3
19:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.064406 17666 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.101430 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 1
19:58:54.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.104104 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.167912 17667 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.168298 17667 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.168428 17667 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.172448 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 2
19:58:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.174517 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177474 17667 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:54.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177598 17667 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:54.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177691 17667 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:54.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177758 17667 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:54.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177845 17667 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:54.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.177904 17667 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42571/jwks.json
19:58:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.188419 17667 master_runner.cc:387] Master server non-default flags:
19:58:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/logs
19:58:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.22.212:34315
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33351
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.22.254:42893,127.17.22.253:36361,127.17.22.252:36801
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.22.252:36801
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42571/jwks.json
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data/info.pb
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.22.252
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.190693 17667 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:54.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.192602 17667 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:54.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.201200 17678 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
19:58:54.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.202867 17677 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
19:58:54.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.203431 17680 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
19:58:54.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.204983 17667 server_base.cc:1061] running on GCE node
19:58:54.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.206049 17667 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:54.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.207662 17666 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 4
19:58:54.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.208267 17667 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:54.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.209669 17667 hybrid_clock.cc:648] HybridClock initialized: now 1786478334209550 us; error 105 us; skew 500 ppm
19:58:54.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.209810 17666 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.210347 17667 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:54.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.212797 17667 webserver.cc:533] Webserver started at http://127.17.22.252:37657/ using document root <none> and password file <none>
19:58:54.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.213622 17667 fs_manager.cc:362] Metadata directory not provided
19:58:54.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.213773 17667 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.214241 17667 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.216802 17667 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data/instance:
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d10a9bf590347a79c553d1187db5071"
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:54 on dist-test-slave-mn4r"
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.217689 17667 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal/instance:
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d10a9bf590347a79c553d1187db5071"
19:58:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:54 on dist-test-slave-mn4r"
19:58:54.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.223999 17667 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.003s
19:58:54.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.228101 17686 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.229842 17667 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.230089 17667 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d10a9bf590347a79c553d1187db5071"
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:54 on dist-test-slave-mn4r"
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.230437 17667 fs_report.cc:389] FS layout report
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data/data
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:54.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:54.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:54.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.263013 17667 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:54.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.264120 17667 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:54.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.264499 17667 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.280777 17585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 3
19:58:54.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.283818 17585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.22.252:36801: Network error: Client connection negotiation failed: client connection to 127.17.22.252:36801: connect: Connection refused (error 111)
19:58:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.290500 17667 rpc_server.cc:307] RPC server started. Bound to: 127.17.22.252:36801
19:58:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.290525 17748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.22.252:36801 every 8 connection(s)
19:58:54.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.292384 17667 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/data/info.pb
19:58:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.297379 17749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.299265 17499 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17667
19:58:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.299490 17499 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster12407425616161193453/master-2/wal/instance
19:58:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.305729 17749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } has no permanent_uuid. Determining permanent_uuid...
19:58:54.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.332386 17749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } has no permanent_uuid. Determining permanent_uuid...
19:58:54.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.342437 17749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
19:58:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.356372 17749 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: Bootstrap starting.
19:58:54.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.361374 17749 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: Neither blocks nor log segments found. Creating new log.
19:58:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.362272 17499 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.362915 17749 log.cc:826] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: Log is configured to *not* fsync() on all Append() calls
19:58:54.364 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:54.364 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:54.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.366413 17749 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: No bootstrap required, opened a new log
19:58:54.365 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.22.254"
      port: 42893
    }
    bound_http_address {
      host: "127.17.22.254"
      port: 37775
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.22.253"
      port: 36361
    }
    bound_http_address {
      host: "127.17.22.253"
      port: 42415
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.22.252"
      port: 36801
    }
    bound_http_address {
      host: "127.17.22.252"
      port: 37657
    }
  }
}

19:58:54.366 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:54.367 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:54.367 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:54.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.368360 17499 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17510
19:58:54.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.369885 17580 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.374956 17749 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5427416b666427798534be25c32cd45" member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } } peers { permanent_uuid: "76038711a8574f7ba2954b539e7da30b" member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } } peers { permanent_uuid: "9d10a9bf590347a79c553d1187db5071" member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } }
19:58:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.375401 17749 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.375524 17749 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d10a9bf590347a79c553d1187db5071, State: Initialized, Role: FOLLOWER
19:58:54.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.376345 17749 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [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: "b5427416b666427798534be25c32cd45" member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } } peers { permanent_uuid: "76038711a8574f7ba2954b539e7da30b" member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } } peers { permanent_uuid: "9d10a9bf590347a79c553d1187db5071" member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } }
19:58:54.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.377624 17755 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [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: "b5427416b666427798534be25c32cd45" member_type: VOTER last_known_addr { host: "127.17.22.254" port: 42893 } } peers { permanent_uuid: "76038711a8574f7ba2954b539e7da30b" member_type: VOTER last_known_addr { host: "127.17.22.253" port: 36361 } } peers { permanent_uuid: "9d10a9bf590347a79c553d1187db5071" member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } } }
19:58:54.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.378201 17755 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [sys.catalog]: This master's current role is: FOLLOWER
19:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.378880 17749 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071 [sys.catalog]: configured and running, proceeding with master startup.
19:58:54.395 [INFO - Metastore-Handler-Pool: Thread-205] (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=	
19:58:54.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.396145 17766 client.h:373] Failed to connect to Hive Metastore (localhost:33351): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
19:58:54.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.403192 17770 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:54.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.403641 17770 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:54.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.457504 17499 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17510
19:58:54.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.457533 17667 master_runner.cc:187] Error getting master registration for 127.17.22.254:42893: OK, instance_id { permanent_uuid: "b5427416b666427798534be25c32cd45" instance_seqno: 1786478333328087 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:54.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.466135 17667 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:54.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.481546 17499 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17587
19:58:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.482888 17661 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:54.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.517315 17695 tablet.cc:2406] T 00000000000000000000000000000000 P 9d10a9bf590347a79c553d1187db5071: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:54.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.574276 17666 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.22.252" port: 36801 } attempt: 5
19:58:54.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.576388 17499 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17587
19:58:54.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.596767 17499 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17667
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:54.597944 17750 negotiation.cc:336] Failed RPC negotiation. Trace:
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.575408 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:59112 (local address 127.17.22.252:36801)
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.575635 (+   227us) server_negotiation.cc:207] Beginning negotiation
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.575642 (+     7us) server_negotiation.cc:400] Waiting for connection header
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.576135 (+   493us) server_negotiation.cc:408] Connection header received
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.576340 (+   205us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.576346 (+     6us) server_negotiation.cc:462] Received NEGOTIATE request from client
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.576441 (+    95us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.576546 (+   105us) server_negotiation.cc:227] Negotiated authn=SASL
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 19:58:54.596490 (+ 19944us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:59112: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":48}
19:58:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.598466 17744 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:54.715615 17499 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17667
19:58:54.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:54Z chronyd exiting
.19:58:54.869 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:54.870 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:54.870 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:54.889 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8902077373969300539
19:58:54.890 [INFO - Thread-145] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
19:58:54.890 [INFO - Thread-145] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
19:58:54.894 [INFO - Thread-145] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:54.894 [INFO - Thread-145] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:54.894 [INFO - Thread-145] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
19:58:54.894 [INFO - Thread-145] (HikariDataSource.java:350) objectstore - Shutdown initiated...
19:58:54.896 [INFO - Thread-145] (HikariDataSource.java:352) objectstore - Shutdown completed.
19:58:54.896 [INFO - Thread-145] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
19:58:54.897 [INFO - Thread-145] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
19:58:54.897 [INFO - Thread-145] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
19:58:54.898 [INFO - Thread-145] (HikariDataSource.java:80) objectstore - Starting...
19:58:54.968 [INFO - Thread-145] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:54.968 [INFO - Thread-145] (HikariDataSource.java:82) objectstore - Start completed.
19:58:54.969 [INFO - Thread-145] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
19:58:54.971 [INFO - Thread-145] (HikariDataSource.java:80) objectstore-secondary - Starting...
19:58:54.972 [INFO - Thread-145] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
19:58:54.973 [INFO - Thread-145] (HikariDataSource.java:82) objectstore-secondary - Start completed.
19:58:54.985 [INFO - Thread-145] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
19:58:54.985 [INFO - Thread-145] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
19:58:54.986 [INFO - Thread-145] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
19:58:55.006 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.006 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.007 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.007 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.007 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.008 [WARN - Thread-145] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
19:58:55.183 [INFO - Thread-145] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
19:58:55.184 [INFO - Thread-145] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@653f73b6, with PersistenceManager: null will be shutdown
19:58:55.184 [INFO - Thread-145] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@653f73b6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7535948a created in the thread with id: 206
19:58:55.185 [WARN - Thread-145] (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
19:58:55.186 [INFO - Thread-145] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@653f73b6
19:58:55.295 [INFO - Thread-145] (HMSHandler.java:595) Started creating a default database with name: default
19:58:55.313 [INFO - Thread-145] (HMSHandler.java:605) Successfully created a default database with name: default
19:58:55.337 [INFO - Thread-145] (HMSHandler.java:668) Added admin role in metastore
19:58:55.338 [INFO - Thread-145] (HMSHandler.java:677) Added public role in metastore
19:58:55.373 [INFO - Thread-145] (HMSHandler.java:717) No user is added in admin role, since config is empty
19:58:55.374 [INFO - Thread-145] (HMSHandler.java:404) HMS server filtering is disabled by configuration
19:58:55.374 [INFO - Thread-145] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
19:58:55.374 [INFO - Thread-145] (HiveMetaStore.java:697) Direct SQL optimization = true
19:58:55.375 [WARN - Thread-145] (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)
19:58:55.375 [INFO - Thread-145] (HiveMetaStore.java:632) Started the new metaserver on port [40739]...
19:58:55.375 [INFO - Thread-145] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
19:58:55.375 [INFO - Thread-145] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
19:58:55.375 [INFO - Thread-145] (HiveMetaStore.java:635) TCP keepalive = true
19:58:55.375 [INFO - Thread-145] (HiveMetaStore.java:636) Enable SSL = false
19:58:55.891 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
19:58:55.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
19:58:55.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
19:58:55.894 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
19:58:55.894 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40739]
19:58:55.894 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40739) in binary transport mode
19:58:55.894 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40739) current connections: 1
19:58:55.896 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskWKRbXx/test-tmp
19:58:55.896 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
19:58:55.897 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskWKRbXx/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
19:58:55.900 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

19:58:56.244 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:56.244 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

19:58:56.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.246765 17801 mini_oidc.cc:150] Starting JWKS server
19:58:56.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.249264 17801 webserver.cc:533] Webserver started at http://127.0.0.1:37675/ using document root <none> and password file <none>
19:58:56.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.249584 17801 mini_oidc.cc:186] Starting OIDC Discovery server
19:58:56.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.250280 17801 webserver.cc:533] Webserver started at http://127.0.0.1:38997/ using document root <none> and password file <none>
19:58:56.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:56Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
19:58:56.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:56Z Disabled control of system clock
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.282927 17801 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/logs
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data/info.pb
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.126:34513
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.126
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json with env {}
19:58:56.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.627099 17817 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:56.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.627449 17817 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:56.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.627524 17817 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636030 17817 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636134 17817 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636193 17817 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636233 17817 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636289 17817 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.636324 17817 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37675/jwks.json
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.646821 17817 master_runner.cc:387] Master server non-default flags:
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/logs
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.126:34513
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data/info.pb
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.126
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:56.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.648504 17817 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:56.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.650384 17817 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:56.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.658756 17824 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
19:58:56.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.658766 17825 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
19:58:56.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.659734 17827 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
19:58:56.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.660537 17817 server_base.cc:1061] running on GCE node
19:58:56.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.661366 17817 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:56.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.662983 17817 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:56.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.664237 17817 hybrid_clock.cc:648] HybridClock initialized: now 1786478336664214 us; error 79 us; skew 500 ppm
19:58:56.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.664664 17817 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:56.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.667366 17817 webserver.cc:533] Webserver started at http://127.17.98.126:39801/ using document root <none> and password file <none>
19:58:56.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.668217 17817 fs_manager.cc:362] Metadata directory not provided
19:58:56.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.668365 17817 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:56.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.668779 17817 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.671396 17817 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data/instance:
19:58:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e835b93e60f4c1c9af794d1b546ee1e"
19:58:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:56 on dist-test-slave-mn4r"
19:58:56.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.672298 17817 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal/instance:
19:58:56.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e835b93e60f4c1c9af794d1b546ee1e"
19:58:56.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:56 on dist-test-slave-mn4r"
19:58:56.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.677893 17817 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
19:58:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.681697 17834 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:56.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.683362 17817 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:56.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.683557 17817 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal
19:58:56.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e835b93e60f4c1c9af794d1b546ee1e"
19:58:56.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:56 on dist-test-slave-mn4r"
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.683846 17817 fs_report.cc:389] FS layout report
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data/data
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:56.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.727751 17817 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:56.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.728660 17817 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:56.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.728900 17817 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:56.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.750828 17817 rpc_server.cc:307] RPC server started. Bound to: 127.17.98.126:34513
19:58:56.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.750876 17900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.98.126:34513 every 8 connection(s)
19:58:56.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.752612 17817 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/data/info.pb
19:58:56.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.757489 17901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:56.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.762755 17801 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17817
19:58:56.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.763038 17801 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-0/wal/instance
19:58:56.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.764042 17901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } has no permanent_uuid. Determining permanent_uuid...
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.765321 17801 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/logs
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data/info.pb
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.125:35127
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.125
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json with env {}
19:58:56.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.781368 17901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
19:58:56.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.782688 17838 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:56.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.784499 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.125:35127: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:56.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.833966 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } attempt: 1
19:58:56.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.836419 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.125:35127: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:56.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.904726 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } attempt: 2
19:58:56.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:56.906966 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.125:35127: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:56.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:56.998265 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } attempt: 3
19:58:57.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.000658 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.125:35127: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.113181 17905 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.113639 17905 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.113720 17905 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122450 17905 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122552 17905 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122609 17905 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122649 17905 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122702 17905 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.122740 17905 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37675/jwks.json
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.133632 17905 master_runner.cc:387] Master server non-default flags:
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/logs
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.125:35127
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data/info.pb
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.125
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:57.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.135478 17905 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:57.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.137387 17905 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:57.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.143973 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } attempt: 4
19:58:57.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.146360 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.125:35127: Network error: Client connection negotiation failed: client connection to 127.17.98.125:35127: connect: Connection refused (error 111)
19:58:57.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.147812 17913 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
19:58:57.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.148365 17916 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
19:58:57.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.148799 17914 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
19:58:57.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.149379 17905 server_base.cc:1061] running on GCE node
19:58:57.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.150278 17905 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:57.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.151734 17905 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:57.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.152971 17905 hybrid_clock.cc:648] HybridClock initialized: now 1786478337152912 us; error 51 us; skew 500 ppm
19:58:57.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.153326 17905 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:57.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.155611 17905 webserver.cc:533] Webserver started at http://127.17.98.125:46671/ using document root <none> and password file <none>
19:58:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.156442 17905 fs_manager.cc:362] Metadata directory not provided
19:58:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.156541 17905 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.156854 17905 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:57.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.159420 17905 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data/instance:
19:58:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cab83b982f3404d8e002ad103b9afee"
19:58:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.160503 17905 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal/instance:
19:58:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cab83b982f3404d8e002ad103b9afee"
19:58:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.166880 17905 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.005s
19:58:57.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.170567 17923 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.172107 17905 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.172258 17905 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cab83b982f3404d8e002ad103b9afee"
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.172466 17905 fs_report.cc:389] FS layout report
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data/data
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:57.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:57.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.194029 17905 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:57.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.195214 17905 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:57.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.195464 17905 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:57.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.217465 17905 rpc_server.cc:307] RPC server started. Bound to: 127.17.98.125:35127
19:58:57.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.217500 17981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.98.125:35127 every 8 connection(s)
19:58:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.219089 17905 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/data/info.pb
19:58:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.223673 17982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:57.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.225869 17801 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17905
19:58:57.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.226056 17801 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-1/wal/instance
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.227428 17801 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/logs
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data/info.pb
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.124:37951
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.124
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:57.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json with env {}
19:58:57.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.232720 17982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.247313 17982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.257109 17982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.258363 17927 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.260300 17982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.309679 17982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 1
19:58:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.311981 17982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.380232 17982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 2
19:58:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.382737 17982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.445663 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } attempt: 5
19:58:57.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.453164 17901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.455435 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.473994 17982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 3
19:58:57.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.476529 17982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.506690 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 1
19:58:57.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.508996 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.577281 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 2
19:58:57.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.580042 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.593880 17985 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
19:58:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.594319 17985 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
19:58:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.594404 17985 flags.cc:432] Enabled unsafe flag: --never_fsync=true
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.602982 17985 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.603091 17985 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.603147 17985 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.603193 17985 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.603248 17985 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
19:58:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.603282 17985 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37675/jwks.json
19:58:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.613580 17985 master_runner.cc:387] Master server non-default flags:
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/logs
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.98.84:39941
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.98.126:34513,127.17.98.125:35127,127.17.98.124:37951
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.98.124:37951
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37675/jwks.json
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data/info.pb
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.98.124
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
19:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:57 UTC on bdcb31816ec0
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13294
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
19:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.615799 17985 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
19:58:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.618222 17985 file_cache.cc:504] Constructed file cache file cache with capacity 419430
19:58:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.619751 17982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 4
19:58:57.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.621942 17982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.626611 17993 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
19:58:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.626856 17994 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
19:58:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.628305 17997 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
19:58:57.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.628957 17985 server_base.cc:1061] running on GCE node
19:58:57.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.629701 17985 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
19:58:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.631160 17985 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
19:58:57.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.632368 17985 hybrid_clock.cc:648] HybridClock initialized: now 1786478337632303 us; error 60 us; skew 500 ppm
19:58:57.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.632686 17985 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
19:58:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.634966 17985 webserver.cc:533] Webserver started at http://127.17.98.124:34533/ using document root <none> and password file <none>
19:58:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.635742 17985 fs_manager.cc:362] Metadata directory not provided
19:58:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.635834 17985 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
19:58:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.636149 17985 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.638702 17985 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data/instance:
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f3989e841cb4ddf863c161a5b676a5d"
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.639479 17985 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal/instance:
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f3989e841cb4ddf863c161a5b676a5d"
19:58:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.644892 17985 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
19:58:57.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.648653 18004 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.650314 17985 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.650470 17985 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data,/tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f3989e841cb4ddf863c161a5b676a5d"
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 19:58:57 on dist-test-slave-mn4r"
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.650662 17985 fs_report.cc:389] FS layout report
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data/data
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
19:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
19:58:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
19:58:57.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.666560 17985 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
19:58:57.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.667479 17985 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
19:58:57.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.667790 17985 kserver.cc:163] Server-wide thread pool size limit: 3276
19:58:57.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.686335 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 3
19:58:57.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.688845 17901 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.98.124:37951: Network error: Client connection negotiation failed: client connection to 127.17.98.124:37951: connect: Connection refused (error 111)
19:58:57.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.692535 17985 rpc_server.cc:307] RPC server started. Bound to: 127.17.98.124:37951
19:58:57.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.692552 18062 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.98.124:37951 every 8 connection(s)
19:58:57.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.694250 17985 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/data/info.pb
19:58:57.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.698482 17801 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu as pid 17985
19:58:57.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.698719 17801 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskWKRbXx/test-tmp/mini-kudu-cluster5070819065997719879/master-2/wal/instance
19:58:57.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.698894 18063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
19:58:57.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.706866 18063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.720062 18063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.727900 18063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } has no permanent_uuid. Determining permanent_uuid...
19:58:57.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.740300 17801 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
19:58:57.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.740769 18063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: Bootstrap starting.
19:58:57.742 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:57.742 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

19:58:57.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.745023 18063 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: Neither blocks nor log segments found. Creating new log.
19:58:57.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.746611 18063 log.cc:826] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: Log is configured to *not* fsync() on all Append() calls
19:58:57.743 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.98.126"
      port: 34513
    }
    bound_http_address {
      host: "127.17.98.126"
      port: 39801
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.98.125"
      port: 35127
    }
    bound_http_address {
      host: "127.17.98.125"
      port: 46671
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.98.124"
      port: 37951
    }
    bound_http_address {
      host: "127.17.98.124"
      port: 34533
    }
  }
}

19:58:57.747 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

19:58:57.748 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
19:58:57.749 [INFO - Metastore-Handler-Pool: Thread-227] (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=a8402eef-3be3-4b0e-ab3d-e9ee9add536a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.98.124:37951,127.17.98.126:34513,127.17.98.125:35127}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
19:58:57.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.750032 18063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: No bootstrap required, opened a new log
19:58:57.751 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
19:58:57.751 [INFO - Metastore-Handler-Pool: Thread-227] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
19:58:57.751 [INFO - Metastore-Handler-Pool: Thread-227] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@51606365, with PersistenceManager: null will be shutdown
19:58:57.752 [INFO - Metastore-Handler-Pool: Thread-227] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@51606365, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1b97b8d8 created in the thread with id: 227
19:58:57.757 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@51606365
19:58:57.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.756935 18063 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.757274 18063 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:57.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.757403 18063 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f3989e841cb4ddf863c161a5b676a5d, State: Initialized, Role: FOLLOWER
19:58:57.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.758232 18063 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.759377 18069 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:57.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.759866 18069 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: This master's current role is: FOLLOWER
19:58:57.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.760684 18063 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: configured and running, proceeding with master startup.
19:58:57.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.772558 17985 master_runner.cc:187] Error getting master registration for 127.17.98.126:34513: OK, instance_id { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" instance_seqno: 1786478336744802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:57.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.781303 18083 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
19:58:57.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.781558 17985 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:57.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.781629 18083 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
19:58:57.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.866125 17901 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 4
19:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.882519 17901 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: Bootstrap starting.
19:58:57.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.887439 17901 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: Neither blocks nor log segments found. Creating new log.
19:58:57.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.889295 17901 log.cc:826] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: Log is configured to *not* fsync() on all Append() calls
19:58:57.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.911015 17901 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: No bootstrap required, opened a new log
19:58:57.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.919948 18010 tablet.cc:2406] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:57.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.921180 17982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } attempt: 5
19:58:57.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.921314 17901 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.921706 17901 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:57.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.921864 17901 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e835b93e60f4c1c9af794d1b546ee1e, State: Initialized, Role: FOLLOWER
19:58:57.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.935885 17982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: Bootstrap starting.
19:58:57.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.940908 17982 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: Neither blocks nor log segments found. Creating new log.
19:58:57.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.941380 17901 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.943831 17982 log.cc:826] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: Log is configured to *not* fsync() on all Append() calls
19:58:57.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.951123 18086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:57.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.954761 17982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: No bootstrap required, opened a new log
19:58:57.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.957408 18086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: This master's current role is: FOLLOWER
19:58:57.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.957243 17901 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: configured and running, proceeding with master startup.
19:58:57.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.979033 17982 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.979473 17982 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
19:58:57.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.979594 17982 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cab83b982f3404d8e002ad103b9afee, State: Initialized, Role: FOLLOWER
19:58:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.980399 17982 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:57.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:57.982004 17840 tablet.cc:2406] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.984843 18091 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.986167 18091 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: This master's current role is: FOLLOWER
19:58:57.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:57.992014 17982 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: configured and running, proceeding with master startup.
19:58:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.035939 18108 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:58.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.041411 17817 master_runner.cc:187] Error getting master registration for 127.17.98.125:35127: OK, instance_id { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" instance_seqno: 1786478337211359 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
19:58:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.047901 17817 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
19:58:58.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.052937 18086 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
19:58:58.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.053193 18086 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:58.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.055084 18086 leader_election.cc:290] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cab83b982f3404d8e002ad103b9afee (127.17.98.125:35127), 1f3989e841cb4ddf863c161a5b676a5d (127.17.98.124:37951)
19:58:58.055 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.057054 17950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cab83b982f3404d8e002ad103b9afee" is_pre_election: true
19:58:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.057652 17950 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e835b93e60f4c1c9af794d1b546ee1e in term 0.
19:58:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.058396 18032 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f3989e841cb4ddf863c161a5b676a5d" is_pre_election: true
19:58:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.058944 18032 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e835b93e60f4c1c9af794d1b546ee1e in term 0.
19:58:58.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.060175 17838 leader_election.cc:304] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [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: 6cab83b982f3404d8e002ad103b9afee, 6e835b93e60f4c1c9af794d1b546ee1e; no voters: 
19:58:58.062 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:58.062 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.061116 18086 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Leader pre-election won for term 1
19:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.061262 18086 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
19:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.061350 18086 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 0 FOLLOWER]: Advancing to term 1
19:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.064628 18086 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:58.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.066109 17950 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cab83b982f3404d8e002ad103b9afee"
19:58:58.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.066325 17950 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 0 FOLLOWER]: Advancing to term 1
19:58:58.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.069967 17950 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e835b93e60f4c1c9af794d1b546ee1e in term 1.
19:58:58.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.070820 17838 leader_election.cc:304] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [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: 6cab83b982f3404d8e002ad103b9afee, 6e835b93e60f4c1c9af794d1b546ee1e; no voters: 
19:58:58.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.073215 18086 leader_election.cc:290] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [CANDIDATE]: Term 1 election: Requested vote from peers 6cab83b982f3404d8e002ad103b9afee (127.17.98.125:35127), 1f3989e841cb4ddf863c161a5b676a5d (127.17.98.124:37951)
19:58:58.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.074005 18086 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 1 FOLLOWER]: Leader election won for term 1
19:58:58.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.074648 18086 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [term 1 LEADER]: Becoming Leader. State: Replica: 6e835b93e60f4c1c9af794d1b546ee1e, State: Running, Role: LEADER
19:58:58.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.075553 18086 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [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: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } }
19:58:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.091588 18032 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f3989e841cb4ddf863c161a5b676a5d"
19:58:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.091881 18032 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 0 FOLLOWER]: Advancing to term 1
19:58:58.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.095901 18032 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e835b93e60f4c1c9af794d1b546ee1e in term 1.
19:58:58.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.100281 18114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6e835b93e60f4c1c9af794d1b546ee1e. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.100847 18114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: This master's current role is: LEADER
19:58:58.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.108615 18117 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
19:58:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.133476 18117 catalog_manager.cc:1520] Initializing Kudu cluster ID...
19:58:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.160432 18124 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
19:58:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.163771 18032 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [term 1 FOLLOWER]: Refusing update from remote peer 6e835b93e60f4c1c9af794d1b546ee1e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:58.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.166442 18114 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:58.174 [INFO - Metastore-Handler-Pool: Thread-227] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
19:58:58.180 [INFO - Metastore-Handler-Pool: Thread-227] (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/hive8902077373969300539/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=a8402eef-3be3-4b0e-ab3d-e9ee9add536a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.98.124:37951,127.17.98.126:34513,127.17.98.125:35127}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
19:58:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.181607 17950 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [term 1 FOLLOWER]: Refusing update from remote peer 6e835b93e60f4c1c9af794d1b546ee1e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
19:58:58.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.182864 18114 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
19:58:58.183 [INFO - Metastore-Handler-Pool: Thread-227] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8902077373969300539/external-warehouse/table
19:58:58.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:58.198246 17929 tablet.cc:2406] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: Can't schedule compaction. Clean time has not been advanced past its initial value.
19:58:58.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.207979 18091 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6e835b93e60f4c1c9af794d1b546ee1e. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.208256 18091 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: This master's current role is: FOLLOWER
19:58:58.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.216574 18069 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6e835b93e60f4c1c9af794d1b546ee1e. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.216850 18069 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: This master's current role is: FOLLOWER
19:58:58.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.220124 18125 mvcc.cc:204] Tried to move back new op lower bound from 7317415273061883904 to 7317415272769929216. Current Snapshot: MvccSnapshot[applied={T|T < 7317415273061883904}]
19:58:58.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.224041 18122 mvcc.cc:204] Tried to move back new op lower bound from 7317415273061883904 to 7317415272769929216. Current Snapshot: MvccSnapshot[applied={T|T < 7317415273061883904}]
19:58:58.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.251816 18117 catalog_manager.cc:1383] Generated new cluster ID: dedf878d4e3948be97f6b03776925955
19:58:58.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.251986 18117 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
19:58:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.268175 18069 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.268441 18069 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d [sys.catalog]: This master's current role is: FOLLOWER
19:58:58.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.270942 18114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.271204 18114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: This master's current role is: LEADER
19:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.271871 18114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.272074 18114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e [sys.catalog]: This master's current role is: LEADER
19:58:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.277102 18091 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e835b93e60f4c1c9af794d1b546ee1e" member_type: VOTER last_known_addr { host: "127.17.98.126" port: 34513 } } peers { permanent_uuid: "6cab83b982f3404d8e002ad103b9afee" member_type: VOTER last_known_addr { host: "127.17.98.125" port: 35127 } } peers { permanent_uuid: "1f3989e841cb4ddf863c161a5b676a5d" member_type: VOTER last_known_addr { host: "127.17.98.124" port: 37951 } } }
19:58:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.277338 18091 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee [sys.catalog]: This master's current role is: FOLLOWER
19:58:58.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.298421 18117 catalog_manager.cc:1406] Generated new certificate authority record
19:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.300577 18117 catalog_manager.cc:1540] Loading token signing keys...
19:58:58.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.325582 18117 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 6e835b93e60f4c1c9af794d1b546ee1e: Generated new TSK 0
19:58:58.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.327227 18117 catalog_manager.cc:1550] Initializing in-progress tserver states...
19:58:58.374 [DEBUG - Metastore-Handler-Pool: Thread-227] (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.
19:58:58.379 [DEBUG - Metastore-Handler-Pool: Thread-227] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
19:58:58.394 [DEBUG - Metastore-Handler-Pool: Thread-227] (Connection.java:748) [peer master-127.17.98.124:37951(127.17.98.124:37951)] connecting to peer
19:58:58.400 [DEBUG - Metastore-Handler-Pool: Thread-227] (Connection.java:748) [peer master-127.17.98.126:34513(127.17.98.126:34513)] connecting to peer
19:58:58.402 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.98.124:37951(127.17.98.124:37951)] Successfully connected to peer
19:58:58.405 [DEBUG - Metastore-Handler-Pool: Thread-227] (Connection.java:748) [peer master-127.17.98.125:35127(127.17.98.125:35127)] connecting to peer
19:58:58.407 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.98.126:34513(127.17.98.126:34513)] Successfully connected to peer
19:58:58.430 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.98.126
19:58:58.431 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.98.124
19:58:58.445 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.98.125:35127(127.17.98.125:35127)] Successfully connected to peer
19:58:58.458 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:58.460 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:58.464 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8f6ebc6e, L:/127.0.0.1:37148 - R:/127.17.98.124:37951] using SASL/PLAIN
19:58:58.471 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4d0527c0, L:/127.0.0.1:38944 - R:/127.17.98.126:34513] using SASL/PLAIN
19:58:58.471 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.98.125
19:58:58.479 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
19:58:58.503 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
19:58:58.518 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x76f40a1e, L:/127.0.0.1:52962 - R:/127.17.98.125:35127] using SASL/PLAIN
19:58:58.547 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:58.597 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:58.598 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
19:58:58.609 [INFO - Metastore-Handler-Pool: Thread-227] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
19:58:58.676 [INFO - Metastore-Handler-Pool: Thread-227] (MetaStoreServerUtils.java:473) Updating table stats for table
19:58:58.676 [INFO - Metastore-Handler-Pool: Thread-227] (MetaStoreServerUtils.java:476) Updated size of table table to 0
19:58:58.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.784530 18083 catalog_manager.cc:1295] Loaded cluster ID: dedf878d4e3948be97f6b03776925955
19:58:58.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.784664 18083 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: loading cluster ID for follower catalog manager: success
19:58:58.786 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
19:58:58.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.788740 18083 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: acquiring CA information for follower catalog manager: success
19:58:58.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:58.791774 18083 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1f3989e841cb4ddf863c161a5b676a5d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:58.820 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:3711) Skipping translation for processor with null
19:58:58.821 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
19:58:58.945 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:59.086 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:59.113 [WARN - Metastore-Handler-Pool: Thread-227] (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.
19:58:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.181166 18124 catalog_manager.cc:1295] Loaded cluster ID: dedf878d4e3948be97f6b03776925955
19:58:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.181650 18124 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: loading cluster ID for follower catalog manager: success
19:58:59.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.185959 18124 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: acquiring CA information for follower catalog manager: success
19:58:59.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.198683 18124 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6cab83b982f3404d8e002ad103b9afee: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
19:58:59.211 [INFO - Metastore-Handler-Pool: Thread-227] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
19:58:59.212 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
19:58:59.213 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
19:58:59.213 [INFO - Metastore-Handler-Pool: Thread-227] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@51606365, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1b97b8d8 will be shutdown
19:58:59.213 [INFO - Metastore-Handler-Pool: Thread-227] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
19:58:59.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.213418 17801 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17817
19:58:59.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.215392 17896 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.390679 17801 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17817
19:58:59.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:59.416960 18006 connection.cc:573] server connection from 127.0.0.1:37140 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
19:58:59.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 19:58:59.417596 17926 connection.cc:573] server connection from 127.0.0.1:52934 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
19:58:59.418 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.98.126:34513(127.17.98.126:34513)] handling channelInactive
19:58:59.418 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.98.126:34513(127.17.98.126:34513)] cleaning up while in state READY due to: connection closed
19:58:59.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.419027 17801 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17905
19:58:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.420325 17977 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:59.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.524003 17801 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17905
19:58:59.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.545270 17801 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu pid 17985
19:58:59.545 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.98.125:35127(127.17.98.125:35127)] handling channelInactive
19:58:59.545 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.98.125:35127(127.17.98.125:35127)] cleaning up while in state READY due to: connection closed
19:58:59.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.546667 18057 generic_service.cc:196] Checking for leaks (request via RPC)
19:58:59.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 19:58:59.657944 17801 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskWKRbXx/build/asan/bin/kudu with pid 17985
19:58:59.681 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.98.124:37951(127.17.98.124:37951)] handling channelInactive
19:58:59.682 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.98.124:37951(127.17.98.124:37951)] cleaning up while in state READY due to: connection closed
19:58:59.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T19:58:59Z chronyd exiting

Time: 37.731

OK (6 tests)

