JUnit version 4.13.2
.12:09:03.746 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:03.751 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:03.752 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:03.856 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive17263120321490158055
12:09:04.022 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:04.037 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:04.305 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:04.346 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:04.347 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
12:09:04.375 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
12:09:04.391 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:04.411 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
12:09:05.182 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:05.186 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
12:09:05.207 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:05.209 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:05.222 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:05.223 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:05.410 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:05.410 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:05.412 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:05.985 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:05.985 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: null will be shutdown
12:09:06.012 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70aab512 created in the thread with id: 13
12:09:06.075 [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
12:09:06.317 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.319 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.320 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.320 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.322 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.322 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:06.978 [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
12:09:06.979 [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.229
12:09:06.979 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1
12:09:07.315 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
12:09:07.366 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:07.412 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
12:09:07.416 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
12:09:07.490 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:07.497 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:07.844 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:07.850 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:07.859 [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)
12:09:07.859 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [34053]...
12:09:07.860 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:07.860 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:07.860 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
12:09:07.860 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
12:09:07.882 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:07.882 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:07.883 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:07.903 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:07.904 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34053]
12:09:07.905 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34053) in binary transport mode
12:09:07.923 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34053) current connections: 1
12:09:08.010 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
12:09:08.139 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:08.142 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:08.145 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:08.181 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34053"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:08.607 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:08.616 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:08.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:08.619201 27102 mini_oidc.cc:150] Starting JWKS server
12:09:08.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:08.621723 27102 webserver.cc:533] Webserver started at http://127.0.0.1:45729/ using document root <none> and password file <none>
12:09:08.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:08.621934 27102 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:08.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:08.622606 27102 webserver.cc:533] Webserver started at http://127.0.0.1:40035/ using document root <none> and password file <none>
12:09:08.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:08Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:08.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:08Z Disabled control of system clock
12:09:08.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:08.653928 27102 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:08.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:08.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal
12:09:08.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data
12:09:08.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/logs
12:09:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data/info.pb
12:09:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:08.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:08.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:08.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:08.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.190:42601
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.190
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053 with env {}
12:09:08.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.982865 27113 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:08.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.983177 27113 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:08.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.983250 27113 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:08.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992133 27113 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:08.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992230 27113 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:08.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992348 27113 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:08.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992395 27113 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:08.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992446 27113 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:08.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:08.992487 27113 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45729/jwks.json
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.004817 27113 master_runner.cc:387] Master server non-default flags:
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data
12:09:09.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal
12:09:09.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053
12:09:09.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:09.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:09.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:09.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:09.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:09.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.190:42601
12:09:09.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data/info.pb
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.190
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/logs
12:09:09.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:09.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.006603 27113 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:09.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.008868 27113 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:09.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.018217 27121 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
12:09:09.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.018143 27118 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
12:09:09.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.018146 27119 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
12:09:09.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.019158 27113 server_base.cc:1061] running on GCE node
12:09:09.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.020002 27113 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.021584 27113 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.022794 27113 hybrid_clock.cc:648] HybridClock initialized: now 1783512549022731 us; error 53 us; skew 500 ppm
12:09:09.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.023130 27113 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:09.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.025403 27113 webserver.cc:533] Webserver started at http://127.26.119.190:45001/ using document root <none> and password file <none>
12:09:09.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.026120 27113 fs_manager.cc:362] Metadata directory not provided
12:09:09.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.026217 27113 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:09.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.026589 27113 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:09.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.029202 27113 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data/instance:
12:09:09.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2ee42066a9544dfb42c7fc45052fde2"
12:09:09.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.029940 27113 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal/instance:
12:09:09.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2ee42066a9544dfb42c7fc45052fde2"
12:09:09.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.035238 27113 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
12:09:09.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.038509 27127 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.039880 27113 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
12:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.040071 27113 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal
12:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2ee42066a9544dfb42c7fc45052fde2"
12:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.040354 27113 fs_report.cc:389] FS layout report
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data/data
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:09.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:09.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:09.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:09.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.056214 27113 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:09.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.057228 27113 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:09.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.057543 27113 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:09.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.078701 27113 rpc_server.cc:307] RPC server started. Bound to: 127.26.119.190:42601
12:09:09.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.078722 27178 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.119.190:42601 every 8 connection(s)
12:09:09.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.080338 27113 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/data/info.pb
12:09:09.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.082762 27102 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27113
12:09:09.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.083060 27102 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-0/wal/instance
12:09:09.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.085485 27179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.085961 27102 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:09.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/logs
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data/info.pb
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:09.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.189:35231
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.189
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053 with env {}
12:09:09.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.093451 27179 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.117204 27179 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.118533 27129 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.120374 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.189:35231: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.169734 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } attempt: 1
12:09:09.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.171949 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.189:35231: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.240209 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } attempt: 2
12:09:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.242249 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.189:35231: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.333527 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } attempt: 3
12:09:09.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.335774 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.189:35231: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.429924 27180 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:09.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.430223 27180 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:09.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.430295 27180 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:09.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.438786 27180 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:09.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.438872 27180 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:09.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.438927 27180 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:09.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.438967 27180 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:09.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.439016 27180 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:09.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.439049 27180 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45729/jwks.json
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.449896 27180 master_runner.cc:387] Master server non-default flags:
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053
12:09:09.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.189:35231
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data/info.pb
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.189
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/logs
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.451692 27180 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:09.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.453944 27180 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.462745 27189 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
12:09:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.463395 27191 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
12:09:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.462779 27188 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
12:09:09.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.463840 27180 server_base.cc:1061] running on GCE node
12:09:09.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.464634 27180 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:09.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.465898 27180 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:09.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.467126 27180 hybrid_clock.cc:648] HybridClock initialized: now 1783512549467074 us; error 46 us; skew 500 ppm
12:09:09.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.467510 27180 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:09.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.469684 27180 webserver.cc:533] Webserver started at http://127.26.119.189:36455/ using document root <none> and password file <none>
12:09:09.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.470417 27180 fs_manager.cc:362] Metadata directory not provided
12:09:09.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.470546 27180 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.470978 27180 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.473410 27180 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data/instance:
12:09:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f8ad8ed0891448ebef8908a3c62aa8e"
12:09:09.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.474309 27180 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal/instance:
12:09:09.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f8ad8ed0891448ebef8908a3c62aa8e"
12:09:09.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.479005 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } attempt: 4
12:09:09.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.479923 27180 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.005s
12:09:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.481092 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.189:35231: Network error: Client connection negotiation failed: client connection to 127.26.119.189:35231: connect: Connection refused (error 111)
12:09:09.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.483482 27197 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:09.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.485013 27180 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
12:09:09.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.485196 27180 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal
12:09:09.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f8ad8ed0891448ebef8908a3c62aa8e"
12:09:09.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.485442 27180 fs_report.cc:389] FS layout report
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data/data
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:09.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.511384 27180 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.512408 27180 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.512722 27180 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:09.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.533300 27180 rpc_server.cc:307] RPC server started. Bound to: 127.26.119.189:35231
12:09:09.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.533318 27248 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.119.189:35231 every 8 connection(s)
12:09:09.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.534904 27180 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/data/info.pb
12:09:09.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.535207 27102 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27180
12:09:09.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.535328 27102 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-1/wal/instance
12:09:09.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.536517 27102 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:09.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:09.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal
12:09:09.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/logs
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data/info.pb
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:09.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.188:39067
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.188
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:09.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:09.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053 with env {}
12:09:09.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.540726 27249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:09.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.546552 27249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.559165 27249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.568296 27249 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.569341 27201 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.570946 27249 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.620276 27249 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 1
12:09:09.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.622305 27249 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.690546 27249 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 2
12:09:09.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.692680 27249 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.780339 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } attempt: 5
12:09:09.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.783901 27249 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 3
12:09:09.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.785705 27249 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.788401 27179 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.790184 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.841449 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 1
12:09:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.843801 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.880105 27250 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.880468 27250 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.880544 27250 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889047 27250 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889132 27250 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889185 27250 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889257 27250 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889328 27250 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:09.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.889371 27250 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45729/jwks.json
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.899700 27250 master_runner.cc:387] Master server non-default flags:
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.119.148:40265
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34053
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:09.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.119.190:42601,127.26.119.189:35231,127.26.119.188:39067
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.119.188:39067
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45729/jwks.json
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data/info.pb
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.119.188
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/logs
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:09.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.901844 27250 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:09.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.904672 27250 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:09.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.911999 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 2
12:09:09.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.913969 27259 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
12:09:09.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.914309 27179 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.914633 27258 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
12:09:09.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.914965 27261 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
12:09:09.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.915480 27250 server_base.cc:1061] running on GCE node
12:09:09.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.916311 27250 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:09.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.918004 27250 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:09.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.919186 27250 hybrid_clock.cc:648] HybridClock initialized: now 1783512549919129 us; error 54 us; skew 500 ppm
12:09:09.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.919476 27250 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:09.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.921627 27250 webserver.cc:533] Webserver started at http://127.26.119.188:37733/ using document root <none> and password file <none>
12:09:09.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.922360 27250 fs_manager.cc:362] Metadata directory not provided
12:09:09.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.922474 27250 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:09.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.922768 27250 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.925020 27250 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data/instance:
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9ec2e83e34472f8437f3b9370c6c49"
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.925688 27250 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal/instance:
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9ec2e83e34472f8437f3b9370c6c49"
12:09:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.928936 27249 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 4
12:09:09.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:09.930749 27249 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.119.188:39067: Network error: Client connection negotiation failed: client connection to 127.26.119.188:39067: connect: Connection refused (error 111)
12:09:09.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.931000 27250 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
12:09:09.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.934044 27267 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.935359 27250 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.001s
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.935487 27250 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef9ec2e83e34472f8437f3b9370c6c49"
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:09 on dist-test-slave-rc4k"
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.935643 27250 fs_report.cc:389] FS layout report
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal
12:09:09.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data/data
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:09.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.951499 27250 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.952601 27250 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.952916 27250 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.974202 27250 rpc_server.cc:307] RPC server started. Bound to: 127.26.119.188:39067
12:09:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.974220 27318 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.119.188:39067 every 8 connection(s)
12:09:09.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.975704 27250 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/data/info.pb
12:09:09.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.976073 27102 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27250
12:09:09.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.976269 27102 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster11592852994829490684/master-2/wal/instance
12:09:09.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.979900 27319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:09.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.987380 27319 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } has no permanent_uuid. Determining permanent_uuid...
12:09:09.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:09.997014 27319 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } has no permanent_uuid. Determining permanent_uuid...
12:09:10.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.007262 27319 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } has no permanent_uuid. Determining permanent_uuid...
12:09:10.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.017632 27102 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:10.019 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:10.020 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:10.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.020509 27179 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 3
12:09:10.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.025460 27319 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: Bootstrap starting.
12:09:10.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.030709 27319 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: Neither blocks nor log segments found. Creating new log.
12:09:10.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.032394 27319 log.cc:826] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: Log is configured to *not* fsync() on all Append() calls
12:09:10.030 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.119.190"
      port: 42601
    }
    bound_http_address {
      host: "127.26.119.190"
      port: 45001
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.119.189"
      port: 35231
    }
    bound_http_address {
      host: "127.26.119.189"
      port: 36455
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.119.188"
      port: 39067
    }
    bound_http_address {
      host: "127.26.119.188"
      port: 37733
    }
  }
}

12:09:10.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.035423 27179 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: Bootstrap starting.
12:09:10.037 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:10.038 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:10.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.039664 27179 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: Neither blocks nor log segments found. Creating new log.
12:09:10.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.041334 27179 log.cc:826] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: Log is configured to *not* fsync() on all Append() calls
12:09:10.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.042966 27319 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: No bootstrap required, opened a new log
12:09:10.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.051414 27319 raft_consensus.cc:359] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.051724 27319 raft_consensus.cc:385] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:10.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.051841 27319 raft_consensus.cc:740] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef9ec2e83e34472f8437f3b9370c6c49, State: Initialized, Role: FOLLOWER
12:09:10.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.051918 27179 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: No bootstrap required, opened a new log
12:09:10.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.052637 27319 consensus_queue.cc:260] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.054122 27325 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.054662 27325 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.055471 27319 sys_catalog.cc:565] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: configured and running, proceeding with master startup.
12:09:10.059 [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=e283810e-e041-43fa-a4b2-ea770f8b26a6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:10.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.059202 27179 raft_consensus.cc:359] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.060151 27179 raft_consensus.cc:385] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:10.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.060351 27179 raft_consensus.cc:740] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2ee42066a9544dfb42c7fc45052fde2, State: Initialized, Role: FOLLOWER
12:09:10.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.061086 27179 consensus_queue.cc:260] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.062 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:10.062 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:10.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.062407 27328 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.063 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@433a0e8b, with PersistenceManager: null will be shutdown
12:09:10.063 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@433a0e8b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@650ac93c created in the thread with id: 36
12:09:10.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.063630 27179 sys_catalog.cc:565] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: configured and running, proceeding with master startup.
12:09:10.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.063900 27328 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.083 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@433a0e8b
12:09:10.151 [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=	
12:09:10.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.152693 27353 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:10.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.153417 27347 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:10.174 [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=	
12:09:10.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.170123 27113 master_runner.cc:187] Error getting master registration for 127.26.119.189:35231: OK, instance_id { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" instance_seqno: 1783512549527542 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:10.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.175556 27352 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:10.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.176234 27113 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:10.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.186975 27357 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.196307 27250 master_runner.cc:187] Error getting master registration for 127.26.119.189:35231: OK, instance_id { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" instance_seqno: 1783512549527542 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.205545 27273 tablet.cc:2406] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.206548 27250 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:10.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.229971 27249 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } attempt: 5
12:09:10.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.243650 27249 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: Bootstrap starting.
12:09:10.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.248569 27249 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: Neither blocks nor log segments found. Creating new log.
12:09:10.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.250710 27249 log.cc:826] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: Log is configured to *not* fsync() on all Append() calls
12:09:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.273486 27249 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: No bootstrap required, opened a new log
12:09:10.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.291356 27249 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.292165 27249 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:10.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.292578 27249 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f8ad8ed0891448ebef8908a3c62aa8e, State: Initialized, Role: FOLLOWER
12:09:10.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.293656 27249 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.301614 27359 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.307250 27359 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.304065 27249 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: configured and running, proceeding with master startup.
12:09:10.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.310598 27133 tablet.cc:2406] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:10.421 [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=	
12:09:10.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.427629 27370 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.432911 27325 raft_consensus.cc:493] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.433187 27325 raft_consensus.cc:515] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.434851 27325 leader_election.cc:290] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2ee42066a9544dfb42c7fc45052fde2 (127.26.119.190:42601), 9f8ad8ed0891448ebef8908a3c62aa8e (127.26.119.189:35231)
12:09:10.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.437152 27154 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2ee42066a9544dfb42c7fc45052fde2" is_pre_election: true
12:09:10.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.437633 27154 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef9ec2e83e34472f8437f3b9370c6c49 in term 0.
12:09:10.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.438593 27271 leader_election.cc:304] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [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: d2ee42066a9544dfb42c7fc45052fde2, ef9ec2e83e34472f8437f3b9370c6c49; no voters: 
12:09:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.439808 27224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" is_pre_election: true
12:09:10.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.440338 27224 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef9ec2e83e34472f8437f3b9370c6c49 in term 0.
12:09:10.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.442356 27325 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Leader pre-election won for term 1
12:09:10.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.442497 27325 raft_consensus.cc:493] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
12:09:10.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.442587 27325 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 0 FOLLOWER]: Advancing to term 1
12:09:10.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.445685 27374 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:10.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.445791 27374 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.445360 27325 raft_consensus.cc:515] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.447737 27154 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2ee42066a9544dfb42c7fc45052fde2"
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.447922 27154 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 0 FOLLOWER]: Advancing to term 1
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.448603 27180 master_runner.cc:233] Existing masters have differing terms: 0 vs 1
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.448778 27180 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.450999 27154 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef9ec2e83e34472f8437f3b9370c6c49 in term 1.
12:09:10.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.451354 27271 leader_election.cc:304] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [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: d2ee42066a9544dfb42c7fc45052fde2, ef9ec2e83e34472f8437f3b9370c6c49; no voters: 
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.452672 27325 leader_election.cc:290] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [CANDIDATE]: Term 1 election: Requested vote from peers d2ee42066a9544dfb42c7fc45052fde2 (127.26.119.190:42601), 9f8ad8ed0891448ebef8908a3c62aa8e (127.26.119.189:35231)
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.452896 27325 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 1 FOLLOWER]: Leader election won for term 1
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.452936 27224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e"
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.453058 27325 raft_consensus.cc:697] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [term 1 LEADER]: Becoming Leader. State: Replica: ef9ec2e83e34472f8437f3b9370c6c49, State: Running, Role: LEADER
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.453117 27224 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 0 FOLLOWER]: Advancing to term 1
12:09:10.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.453567 27325 consensus_queue.cc:237] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [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: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } }
12:09:10.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.456037 27224 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef9ec2e83e34472f8437f3b9370c6c49 in term 1.
12:09:10.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.464527 27325 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef9ec2e83e34472f8437f3b9370c6c49. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.465246 27325 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: This master's current role is: LEADER
12:09:10.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.484898 27378 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
12:09:10.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.506855 27378 catalog_manager.cc:1520] Initializing Kudu cluster ID...
12:09:10.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:10.517163 27203 tablet.cc:2406] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:10.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.532321 27224 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [term 1 FOLLOWER]: Refusing update from remote peer ef9ec2e83e34472f8437f3b9370c6c49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:10.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.532335 27154 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [term 1 FOLLOWER]: Refusing update from remote peer ef9ec2e83e34472f8437f3b9370c6c49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:10.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.533342 27325 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:10.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.533994 27325 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:10.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.557801 27359 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef9ec2e83e34472f8437f3b9370c6c49. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.558106 27359 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.559613 27328 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef9ec2e83e34472f8437f3b9370c6c49. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.559835 27328 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.572829 27376 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.573482 27376 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: This master's current role is: LEADER
12:09:10.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.574621 27325 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.574832 27325 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49 [sys.catalog]: This master's current role is: LEADER
12:09:10.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.576224 27378 catalog_manager.cc:1383] Generated new cluster ID: 2ef2f1e69e414d47af3dda065b2d01f7
12:09:10.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.576351 27378 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
12:09:10.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.577400 27382 mvcc.cc:204] Tried to move back new op lower bound from 7305267406954225664 to 7305267406664814592. Current Snapshot: MvccSnapshot[applied={T|T < 7305267406954225664}]
12:09:10.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.580611 27359 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.580790 27359 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.585263 27328 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2ee42066a9544dfb42c7fc45052fde2" member_type: VOTER last_known_addr { host: "127.26.119.190" port: 42601 } } peers { permanent_uuid: "9f8ad8ed0891448ebef8908a3c62aa8e" member_type: VOTER last_known_addr { host: "127.26.119.189" port: 35231 } } peers { permanent_uuid: "ef9ec2e83e34472f8437f3b9370c6c49" member_type: VOTER last_known_addr { host: "127.26.119.188" port: 39067 } } }
12:09:10.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.585904 27328 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2 [sys.catalog]: This master's current role is: FOLLOWER
12:09:10.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.609313 27378 catalog_manager.cc:1406] Generated new certificate authority record
12:09:10.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.611349 27378 catalog_manager.cc:1540] Loading token signing keys...
12:09:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.643927 27378 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ef9ec2e83e34472f8437f3b9370c6c49: Generated new TSK 0
12:09:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.646387 27378 catalog_manager.cc:1550] Initializing in-progress tserver states...
12:09:10.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.647953 27378 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
12:09:10.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:10.657642 27378 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
12:09:10.884 [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.
12:09:10.907 [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.
12:09:10.907 [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.
12:09:11.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.171197 27353 catalog_manager.cc:1295] Loaded cluster ID: 2ef2f1e69e414d47af3dda065b2d01f7
12:09:11.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.171715 27353 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: loading cluster ID for follower catalog manager: success
12:09:11.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.175587 27353 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: acquiring CA information for follower catalog manager: success
12:09:11.177 [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=	
12:09:11.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.178473 27353 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d2ee42066a9544dfb42c7fc45052fde2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:11.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:11.178550 27347 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:11.185 [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=	
12:09:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:11.185631 27352 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:11.293 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:11.306 [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/hive17263120321490158055/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=e283810e-e041-43fa-a4b2-ea770f8b26a6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:11.394 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17263120321490158055/external-warehouse/table
12:09:11.437 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:11.448987 27370 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.449239 27374 catalog_manager.cc:1295] Loaded cluster ID: 2ef2f1e69e414d47af3dda065b2d01f7
12:09:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.449330 27374 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: loading cluster ID for follower catalog manager: success
12:09:11.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.455325 27374 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: acquiring CA information for follower catalog manager: success
12:09:11.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:11.458516 27374 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 9f8ad8ed0891448ebef8908a3c62aa8e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:11.588 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
12:09:11.591 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:11.594 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

12:09:11.740 [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=bb75b78b-dfa2-481c-8a02-d4f903beb7a3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:11.749 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:11.755 [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/hive17263120321490158055/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=bb75b78b-dfa2-481c-8a02-d4f903beb7a3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:11.760 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17263120321490158055/external-warehouse/table
12:09:11.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
12:09:11.786 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
12:09:11.786 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
12:09:11.792 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@246b43d2
12:09:11.823 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
12:09:11.823 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
12:09:11.824 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
12:09:11.824 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
12:09:11.825 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
12:09:11.825 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
12:09:11.826 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
12:09:11.826 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
12:09:11.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
12:09:11.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
12:09:11.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
12:09:11.830 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
12:09:11.830 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
12:09:11.831 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:09:11.831 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:09:11.832 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
12:09:11.832 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
12:09:11.833 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
12:09:11.833 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
12:09:11.842 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
12:09:11.874 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
12:09:11.882 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
12:09:11.885 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
12:09:11.885 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
12:09:11.891 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
12:09:11.891 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
12:09:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
12:09:11.927 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
12:09:11.927 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
12:09:11.927 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
12:09:11.939 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:11.941 [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.
12:09:11.973 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
12:09:12.130 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.26.119.188:39067(127.26.119.188:39067)] connecting to peer
12:09:12.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 27051 (auto-detected)
12:09:12.140 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
12:09:12.141 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
12:09:12.143 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
12:09:12.144 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
12:09:12.145 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:64:ff:fe:35:a2:b0 (auto-detected)
12:09:12.168 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
12:09:12.168 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
12:09:12.168 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
12:09:12.174 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
12:09:12.179 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.26.119.190:42601(127.26.119.190:42601)] connecting to peer
12:09:12.185 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:12.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:12.185771 27347 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:12.191 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.26.119.189:35231(127.26.119.189:35231)] connecting to peer
12:09:12.197 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.119.190:42601(127.26.119.190:42601)] Successfully connected to peer
12:09:12.208 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
12:09:12.209 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
12:09:12.209 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@702dadef
12:09:12.209 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.119.188:39067(127.26.119.188:39067)] Successfully connected to peer
12:09:12.213 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
12:09:12.213 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
12:09:12.213 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
12:09:12.213 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
12:09:12.214 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
12:09:12.214 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:12.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:12.215571 27352 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:12.234 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.119.189:35231(127.26.119.189:35231)] Successfully connected to peer
12:09:12.295 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.119.188
12:09:12.295 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.119.189
12:09:12.296 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.119.190
12:09:12.457 [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=	
12:09:12.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:12.458299 27370 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:12.526 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:12.527 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:12.528 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:12.558 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x318d69f3, L:/127.0.0.1:34270 - R:/127.26.119.188:39067] using SASL/PLAIN
12:09:12.557 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xbdf37abe, L:/127.0.0.1:52240 - R:/127.26.119.189:35231] using SASL/PLAIN
12:09:12.557 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xdb794858, L:/127.0.0.1:49272 - R:/127.26.119.190:42601] using SASL/PLAIN
12:09:12.600 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
12:09:12.606 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:12.607 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:12.608 [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=1fc7eede-5e25-4bf9-89fb-daf1787e663c, 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)	
12:09:12.612 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:12.615 [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/hive17263120321490158055/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=1fc7eede-5e25-4bf9-89fb-daf1787e663c, 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)
12:09:12.618 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17263120321490158055/external-warehouse/table
12:09:12.634 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:12.635 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:12.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:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d3af472b-07d2-4077-8e8f-ef2bb05e46bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:12.640 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:12.643 [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/hive17263120321490158055/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=d3af472b-07d2-4077-8e8f-ef2bb05e46bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:12.646 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17263120321490158055/external-warehouse/table
12:09:12.736 [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	
12:09:12.803 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:12.813 [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	
12:09:12.994 [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.
12:09:13.190 [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=	
12:09:13.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:13.190815 27347 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:13.221 [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=	
12:09:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:13.222050 27352 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:13.264 [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.
12:09:13.371 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:13.413 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:13.461 [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=	
12:09:13.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:13.462507 27370 client.h:373] Failed to connect to Hive Metastore (localhost:34053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:13.560 [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=2d6c127d-4566-4a4f-8137-c0d2f6a31c64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:13.563 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:13.566 [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/hive17263120321490158055/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=2d6c127d-4566-4a4f-8137-c0d2f6a31c64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.119.188:39067,127.26.119.190:42601,127.26.119.189:35231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:13.569 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17263120321490158055/external-warehouse/table
12:09:13.600 [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	
12:09:13.627 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:13.628 [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	
12:09:13.684 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:13.706 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:13.706 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
12:09:13.706 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@433a0e8b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@650ac93c will be shutdown
12:09:13.706 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
12:09:13.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.706590 27102 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27113
12:09:13.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.708223 27174 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:13.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.833578 27102 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27113
12:09:13.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.859418 27102 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27180
12:09:13.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.860602 27244 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:13.863 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.119.190:42601(127.26.119.190:42601)] handling channelInactive
12:09:13.864 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.119.190:42601(127.26.119.190:42601)] cleaning up while in state READY due to: connection closed
12:09:13.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.976838 27102 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27180
12:09:13.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.997746 27102 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27250
12:09:13.998 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.119.189:35231(127.26.119.189:35231)] handling channelInactive
12:09:13.998 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.119.189:35231(127.26.119.189:35231)] cleaning up while in state READY due to: connection closed
12:09:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:13.999006 27314 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:14.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:14.103670 27102 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27250
12:09:14.124 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.119.188:39067(127.26.119.188:39067)] handling channelInactive
12:09:14.124 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.119.188:39067(127.26.119.188:39067)] cleaning up while in state READY due to: connection closed
12:09:14.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:14Z chronyd exiting
.12:09:14.252 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:14.252 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:14.253 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:14.272 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive15066064163023981515
12:09:14.273 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:14.273 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:14.278 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:14.278 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:14.279 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
12:09:14.284 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
12:09:14.287 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
12:09:14.287 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
12:09:14.288 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
12:09:14.288 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:14.290 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
12:09:14.374 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:14.375 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
12:09:14.375 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:14.377 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:14.388 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:14.389 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:14.409 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:14.409 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:14.409 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:14.444 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.445 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.446 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.446 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.447 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.447 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:14.682 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:14.682 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b90a86, with PersistenceManager: null will be shutdown
12:09:14.683 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b90a86, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@525bd101 created in the thread with id: 65
12:09:14.684 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
12:09:14.686 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b90a86
12:09:14.798 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
12:09:14.818 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:14.843 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
12:09:14.845 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
12:09:14.872 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:14.873 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:14.873 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:14.873 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:14.874 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:14.874 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [39741]...
12:09:14.874 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:14.874 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:14.874 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
12:09:14.874 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
12:09:15.275 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:15.275 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:15.276 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:15.278 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:15.278 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39741]
12:09:15.278 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39741) in binary transport mode
12:09:15.278 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39741) current connections: 1
12:09:15.280 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:15.280 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:15.280 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:15.283 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39741"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:15.597 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:15.597 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:15.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.600198 27450 mini_oidc.cc:150] Starting JWKS server
12:09:15.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.602347 27450 webserver.cc:533] Webserver started at http://127.0.0.1:46185/ using document root <none> and password file <none>
12:09:15.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.602543 27450 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.602988 27450 webserver.cc:533] Webserver started at http://127.0.0.1:38525/ using document root <none> and password file <none>
12:09:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:15Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:15Z Disabled control of system clock
12:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.630445 27450 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal
12:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data
12:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/logs
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data/info.pb
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.190:34091
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.190
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:15.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:15.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:15.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741 with env {}
12:09:15.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.943331 27462 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:15.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.943629 27462 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:15.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.943707 27462 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.955907 27462 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.955991 27462 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.956048 27462 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.956089 27462 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.956140 27462 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.956173 27462 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46185/jwks.json
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.966163 27462 master_runner.cc:387] Master server non-default flags:
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:15.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.190:34091
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data/info.pb
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.190
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/logs
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.968377 27462 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:15.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.970157 27462 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:15.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.978579 27470 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
12:09:15.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.978549 27468 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
12:09:15.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:15.978695 27467 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
12:09:15.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.979964 27462 server_base.cc:1061] running on GCE node
12:09:15.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.980793 27462 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:15.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.982169 27462 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:15.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.983392 27462 hybrid_clock.cc:648] HybridClock initialized: now 1783512555983332 us; error 49 us; skew 500 ppm
12:09:15.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.983772 27462 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:15.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.985839 27462 webserver.cc:533] Webserver started at http://127.26.206.190:35147/ using document root <none> and password file <none>
12:09:15.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.986567 27462 fs_manager.cc:362] Metadata directory not provided
12:09:15.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.986708 27462 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:15.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.987079 27462 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:15.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.989421 27462 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data/instance:
12:09:15.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "accfb632158b4a148c67079c1a41188a"
12:09:15.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:15 on dist-test-slave-rc4k"
12:09:15.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.990235 27462 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal/instance:
12:09:15.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "accfb632158b4a148c67079c1a41188a"
12:09:15.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:15 on dist-test-slave-rc4k"
12:09:15.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.995157 27462 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
12:09:15.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.998297 27476 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:15.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.999573 27462 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:15.999763 27462 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "accfb632158b4a148c67079c1a41188a"
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:15 on dist-test-slave-rc4k"
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.000012 27462 fs_report.cc:389] FS layout report
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data/data
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:16.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:16.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.019240 27462 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:16.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.020181 27462 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:16.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.020525 27462 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:16.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.041520 27462 rpc_server.cc:307] RPC server started. Bound to: 127.26.206.190:34091
12:09:16.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.041539 27527 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.206.190:34091 every 8 connection(s)
12:09:16.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.043044 27462 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/data/info.pb
12:09:16.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.045689 27450 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27462
12:09:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.045992 27450 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-0/wal/instance
12:09:16.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.048092 27528 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.048902 27450 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/logs
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data/info.pb
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.189:33493
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.189
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741 with env {}
12:09:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.055037 27528 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.073323 27528 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.074430 27479 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.076061 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.189:33493: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.125360 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } attempt: 1
12:09:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.127351 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.189:33493: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.195602 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } attempt: 2
12:09:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.197566 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.189:33493: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.288847 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } attempt: 3
12:09:16.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.290828 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.189:33493: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.370242 27529 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:16.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.370548 27529 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:16.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.370626 27529 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:16.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378676 27529 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:16.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378764 27529 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:16.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378819 27529 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:16.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378859 27529 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:16.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378911 27529 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:16.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.378945 27529 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46185/jwks.json
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.388811 27529 master_runner.cc:387] Master server non-default flags:
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.189:33493
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data/info.pb
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.189
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/logs
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:16.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:16.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.390317 27529 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:16.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.392081 27529 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.400193 27537 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
12:09:16.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.400159 27538 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
12:09:16.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.401213 27540 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
12:09:16.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.401510 27529 server_base.cc:1061] running on GCE node
12:09:16.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.402307 27529 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:16.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.403812 27529 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:16.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.405018 27529 hybrid_clock.cc:648] HybridClock initialized: now 1783512556404965 us; error 47 us; skew 500 ppm
12:09:16.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.405401 27529 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:16.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.407685 27529 webserver.cc:533] Webserver started at http://127.26.206.189:38209/ using document root <none> and password file <none>
12:09:16.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.408514 27529 fs_manager.cc:362] Metadata directory not provided
12:09:16.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.408643 27529 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:16.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.409019 27529 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:16.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.411325 27529 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data/instance:
12:09:16.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2cfa9152e1f45a2a638e4e342684641"
12:09:16.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.412159 27529 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal/instance:
12:09:16.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2cfa9152e1f45a2a638e4e342684641"
12:09:16.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.417273 27529 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.000s
12:09:16.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.420715 27546 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.422013 27529 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.422224 27529 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a2cfa9152e1f45a2a638e4e342684641"
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.422487 27529 fs_report.cc:389] FS layout report
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data/data
12:09:16.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:16.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.434116 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } attempt: 4
12:09:16.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.436024 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.189:33493: Network error: Client connection negotiation failed: client connection to 127.26.206.189:33493: connect: Connection refused (error 111)
12:09:16.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.441979 27529 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:16.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.442833 27529 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:16.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.443138 27529 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:16.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.463306 27529 rpc_server.cc:307] RPC server started. Bound to: 127.26.206.189:33493
12:09:16.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.463341 27597 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.206.189:33493 every 8 connection(s)
12:09:16.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.464919 27529 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/data/info.pb
12:09:16.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.466037 27450 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27529
12:09:16.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.466225 27450 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-1/wal/instance
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.467197 27450 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/logs
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data/info.pb
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:16.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.188:46775
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.188
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741 with env {}
12:09:16.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.469010 27598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:16.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.477061 27598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.490453 27598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.499364 27598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.500447 27549 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.502195 27598 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.551522 27598 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 1
12:09:16.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.553857 27598 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.622092 27598 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 2
12:09:16.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.624225 27598 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.715509 27598 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 3
12:09:16.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.717537 27598 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.735282 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } attempt: 5
12:09:16.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.741436 27528 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.743116 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.794320 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 1
12:09:16.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.796507 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.797297 27599 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:16.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.797569 27599 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:16.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.797642 27599 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.805998 27599 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.806074 27599 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.806146 27599 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.806186 27599 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.806237 27599 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.806270 27599 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46185/jwks.json
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.816195 27599 master_runner.cc:387] Master server non-default flags:
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.206.148:34517
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39741
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.206.188:46775
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46185/jwks.json
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data/info.pb
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.206.188
12:09:16.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/logs
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:16.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.817716 27599 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:16.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.819392 27599 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:16.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.827069 27608 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
12:09:16.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.827076 27607 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
12:09:16.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.827692 27610 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
12:09:16.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.828611 27599 server_base.cc:1061] running on GCE node
12:09:16.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.829334 27599 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:16.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.830653 27599 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.831866 27599 hybrid_clock.cc:648] HybridClock initialized: now 1783512556831807 us; error 51 us; skew 500 ppm
12:09:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.832228 27599 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.834432 27599 webserver.cc:533] Webserver started at http://127.26.206.188:41243/ using document root <none> and password file <none>
12:09:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.835186 27599 fs_manager.cc:362] Metadata directory not provided
12:09:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.835314 27599 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.835661 27599 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.837955 27599 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data/instance:
12:09:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27547777ea9b4fa292c2dde91e393ba6"
12:09:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.838758 27599 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal/instance:
12:09:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27547777ea9b4fa292c2dde91e393ba6"
12:09:16.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.843745 27599 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
12:09:16.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.846908 27616 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.848126 27599 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.848313 27599 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "27547777ea9b4fa292c2dde91e393ba6"
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:16 on dist-test-slave-rc4k"
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.848598 27599 fs_report.cc:389] FS layout report
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal
12:09:16.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data/data
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:16.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:16.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.860769 27598 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 4
12:09:16.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.862567 27598 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.864722 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 2
12:09:16.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:16.866381 27528 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.206.188:46775: Network error: Client connection negotiation failed: client connection to 127.26.206.188:46775: connect: Connection refused (error 111)
12:09:16.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.879271 27599 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:16.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.880084 27599 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:16.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.880345 27599 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:16.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.900416 27599 rpc_server.cc:307] RPC server started. Bound to: 127.26.206.188:46775
12:09:16.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.900437 27667 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.206.188:46775 every 8 connection(s)
12:09:16.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.901847 27599 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/data/info.pb
12:09:16.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.904244 27450 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27599
12:09:16.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.904438 27450 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster9872607579424940913/master-2/wal/instance
12:09:16.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.906045 27668 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:16.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.912361 27668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.922456 27668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.929495 27668 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } has no permanent_uuid. Determining permanent_uuid...
12:09:16.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.939800 27450 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:16.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.940430 27668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: Bootstrap starting.
12:09:16.942 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:16.942 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:16.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.943895 27668 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: Neither blocks nor log segments found. Creating new log.
12:09:16.943 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.206.190"
      port: 34091
    }
    bound_http_address {
      host: "127.26.206.190"
      port: 35147
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.206.189"
      port: 33493
    }
    bound_http_address {
      host: "127.26.206.189"
      port: 38209
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.206.188"
      port: 46775
    }
    bound_http_address {
      host: "127.26.206.188"
      port: 41243
    }
  }
}

12:09:16.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.945245 27668 log.cc:826] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: Log is configured to *not* fsync() on all Append() calls
12:09:16.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:16.945 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:16.947 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=7688d82d-e3d4-472e-b323-19f4918c023b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:16.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.948097 27668 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: No bootstrap required, opened a new log
12:09:16.950 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:16.950 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:16.950 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@148bc2db, with PersistenceManager: null will be shutdown
12:09:16.951 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@148bc2db, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@46c78379 created in the thread with id: 86
12:09:16.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.954952 27668 raft_consensus.cc:359] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:16.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.955415 27668 raft_consensus.cc:385] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:16.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.955545 27668 raft_consensus.cc:740] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27547777ea9b4fa292c2dde91e393ba6, State: Initialized, Role: FOLLOWER
12:09:16.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.956211 27668 consensus_queue.cc:260] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:16.956 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@148bc2db
12:09:16.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.960799 27673 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:16.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.961237 27673 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: This master's current role is: FOLLOWER
12:09:16.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.962148 27668 sys_catalog.cc:565] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: configured and running, proceeding with master startup.
12:09:16.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.972569 27528 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 3
12:09:16.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.986799 27528 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: Bootstrap starting.
12:09:16.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.991119 27528 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: Neither blocks nor log segments found. Creating new log.
12:09:16.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.992749 27528 log.cc:826] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: Log is configured to *not* fsync() on all Append() calls
12:09:16.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:16.999256 27528 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: No bootstrap required, opened a new log
12:09:17.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.007448 27528 raft_consensus.cc:359] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.008044 27528 raft_consensus.cc:385] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:17.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.008343 27528 raft_consensus.cc:740] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: accfb632158b4a148c67079c1a41188a, State: Initialized, Role: FOLLOWER
12:09:17.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.009261 27528 consensus_queue.cc:260] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.016777 27680 sys_catalog.cc:455] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.019130 27680 sys_catalog.cc:458] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.019016 27528 sys_catalog.cc:565] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: configured and running, proceeding with master startup.
12:09:17.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:17.022998 27482 tablet.cc:2406] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:17.039 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:17.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:17.040611 27696 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:17.047 [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=	
12:09:17.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:17.048616 27702 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:17.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.053076 27701 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:17.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.053368 27706 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:17.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.058099 27462 master_runner.cc:187] Error getting master registration for 127.26.206.189:33493: OK, instance_id { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" instance_seqno: 1783512556457979 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:17.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.064302 27462 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:17.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.063962 27599 master_runner.cc:187] Error getting master registration for 127.26.206.189:33493: OK, instance_id { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" instance_seqno: 1783512556457979 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:17.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.069931 27599 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:17.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:17.132364 27622 tablet.cc:2406] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:17.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.132589 27680 raft_consensus.cc:493] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:17.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.132864 27680 raft_consensus.cc:515] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.134570 27680 leader_election.cc:290] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a2cfa9152e1f45a2a638e4e342684641 (127.26.206.189:33493), 27547777ea9b4fa292c2dde91e393ba6 (127.26.206.188:46775)
12:09:17.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.136610 27643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "accfb632158b4a148c67079c1a41188a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27547777ea9b4fa292c2dde91e393ba6" is_pre_election: true
12:09:17.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.137109 27643 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate accfb632158b4a148c67079c1a41188a in term 0.
12:09:17.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.137969 27479 leader_election.cc:304] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [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: 27547777ea9b4fa292c2dde91e393ba6, accfb632158b4a148c67079c1a41188a; no voters: 
12:09:17.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.138564 27680 raft_consensus.cc:2804] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Leader pre-election won for term 1
12:09:17.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.138702 27680 raft_consensus.cc:493] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
12:09:17.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.138785 27680 raft_consensus.cc:3060] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 0 FOLLOWER]: Advancing to term 1
12:09:17.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.141726 27680 raft_consensus.cc:515] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.143950 27643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "accfb632158b4a148c67079c1a41188a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27547777ea9b4fa292c2dde91e393ba6"
12:09:17.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.144136 27643 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 0 FOLLOWER]: Advancing to term 1
12:09:17.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.147141 27643 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate accfb632158b4a148c67079c1a41188a in term 1.
12:09:17.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.147878 27479 leader_election.cc:304] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [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: 27547777ea9b4fa292c2dde91e393ba6, accfb632158b4a148c67079c1a41188a; no voters: 
12:09:17.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.150579 27680 leader_election.cc:290] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [CANDIDATE]: Term 1 election: Requested vote from peers a2cfa9152e1f45a2a638e4e342684641 (127.26.206.189:33493), 27547777ea9b4fa292c2dde91e393ba6 (127.26.206.188:46775)
12:09:17.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.151731 27680 raft_consensus.cc:2804] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 1 FOLLOWER]: Leader election won for term 1
12:09:17.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.152454 27680 raft_consensus.cc:697] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [term 1 LEADER]: Becoming Leader. State: Replica: accfb632158b4a148c67079c1a41188a, State: Running, Role: LEADER
12:09:17.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.155239 27680 consensus_queue.cc:237] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.161746 27598 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } attempt: 5
12:09:17.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.175396 27598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: Bootstrap starting.
12:09:17.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.183290 27598 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: Neither blocks nor log segments found. Creating new log.
12:09:17.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.191461 27598 log.cc:826] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: Log is configured to *not* fsync() on all Append() calls
12:09:17.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.205211 27707 sys_catalog.cc:455] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: SysCatalogTable state changed. Reason: New leader accfb632158b4a148c67079c1a41188a. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.206056 27707 sys_catalog.cc:458] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: This master's current role is: LEADER
12:09:17.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.209975 27598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: No bootstrap required, opened a new log
12:09:17.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.213133 27710 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
12:09:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.231645 27598 raft_consensus.cc:359] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.231990 27598 raft_consensus.cc:385] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.232103 27598 raft_consensus.cc:740] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2cfa9152e1f45a2a638e4e342684641, State: Initialized, Role: FOLLOWER
12:09:17.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.232816 27598 consensus_queue.cc:260] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } }
12:09:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.235054 27710 catalog_manager.cc:1520] Initializing Kudu cluster ID...
12:09:17.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.242164 27712 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [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: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.242899 27712 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.250087 27598 sys_catalog.cc:565] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: configured and running, proceeding with master startup.
12:09:17.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.250126 27573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "accfb632158b4a148c67079c1a41188a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a2cfa9152e1f45a2a638e4e342684641" is_pre_election: true
12:09:17.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.250661 27573 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate accfb632158b4a148c67079c1a41188a in term 0.
12:09:17.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.251955 27572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "accfb632158b4a148c67079c1a41188a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a2cfa9152e1f45a2a638e4e342684641"
12:09:17.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.252202 27572 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 0 FOLLOWER]: Advancing to term 1
12:09:17.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.255347 27572 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate accfb632158b4a148c67079c1a41188a in term 1.
12:09:17.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.259756 27643 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [term 1 FOLLOWER]: Refusing update from remote peer accfb632158b4a148c67079c1a41188a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:17.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.260986 27707 consensus_queue.cc:1048] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [LEADER]: Connected to new peer: Peer: permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:17.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.268733 27572 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [term 1 FOLLOWER]: Refusing update from remote peer accfb632158b4a148c67079c1a41188a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:17.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.269730 27707 consensus_queue.cc:1048] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:17.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.293408 27673 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader accfb632158b4a148c67079c1a41188a. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.293639 27673 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.299443 27713 mvcc.cc:204] Tried to move back new op lower bound from 7305267434524721152 to 7305267434132287488. Current Snapshot: MvccSnapshot[applied={T|T < 7305267434524721152}]
12:09:17.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.315007 27673 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.315249 27673 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6 [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.316322 27680 sys_catalog.cc:455] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.316608 27680 sys_catalog.cc:458] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: This master's current role is: LEADER
12:09:17.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.319075 27710 catalog_manager.cc:1383] Generated new cluster ID: bee735f3ecb34430974291da72b33211
12:09:17.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.319172 27710 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
12:09:17.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.337906 27712 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: SysCatalogTable state changed. Reason: New leader accfb632158b4a148c67079c1a41188a. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.338207 27712 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.339346 27726 sys_catalog.cc:455] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.339679 27726 sys_catalog.cc:458] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a [sys.catalog]: This master's current role is: LEADER
12:09:17.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.344491 27718 mvcc.cc:204] Tried to move back new op lower bound from 7305267434524721152 to 7305267434132287488. Current Snapshot: MvccSnapshot[applied={T|T < 7305267434524721152}]
12:09:17.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.345830 27710 catalog_manager.cc:1406] Generated new certificate authority record
12:09:17.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.347606 27710 catalog_manager.cc:1540] Loading token signing keys...
12:09:17.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.363171 27712 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "accfb632158b4a148c67079c1a41188a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "accfb632158b4a148c67079c1a41188a" member_type: VOTER last_known_addr { host: "127.26.206.190" port: 34091 } } peers { permanent_uuid: "a2cfa9152e1f45a2a638e4e342684641" member_type: VOTER last_known_addr { host: "127.26.206.189" port: 33493 } } peers { permanent_uuid: "27547777ea9b4fa292c2dde91e393ba6" member_type: VOTER last_known_addr { host: "127.26.206.188" port: 46775 } } }
12:09:17.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.363417 27712 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641 [sys.catalog]: This master's current role is: FOLLOWER
12:09:17.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.375080 27710 catalog_manager.cc:6070] T 00000000000000000000000000000000 P accfb632158b4a148c67079c1a41188a: Generated new TSK 0
12:09:17.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.376194 27710 catalog_manager.cc:1550] Initializing in-progress tserver states...
12:09:17.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.377415 27710 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
12:09:17.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.378561 27710 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
12:09:17.385 [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=	
12:09:17.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:17.386520 27732 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:17.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:17.387717 27737 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:17.529 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:17.539 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:17.539 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:17.649 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:17.658 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive15066064163023981515/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=7688d82d-e3d4-472e-b323-19f4918c023b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:17.662 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15066064163023981515/external-warehouse/table
12:09:17.814 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:17.879 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:17.882 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:18.077 [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=	
12:09:18.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:18.079416 27702 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:18.080 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:18.082242 27696 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:18.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.083294 27706 catalog_manager.cc:1295] Loaded cluster ID: bee735f3ecb34430974291da72b33211
12:09:18.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.083537 27706 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: loading cluster ID for follower catalog manager: success
12:09:18.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.087358 27706 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: acquiring CA information for follower catalog manager: success
12:09:18.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.089967 27706 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 27547777ea9b4fa292c2dde91e393ba6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:18.102 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:18.397 [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=	
12:09:18.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:18.397779 27732 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:18.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.401237 27737 catalog_manager.cc:1295] Loaded cluster ID: bee735f3ecb34430974291da72b33211
12:09:18.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.401355 27737 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: loading cluster ID for follower catalog manager: success
12:09:18.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.409281 27737 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: acquiring CA information for follower catalog manager: success
12:09:18.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:18.412216 27737 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a2cfa9152e1f45a2a638e4e342684641: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:18.416 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:18.506 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:18.557 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:18.755 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
12:09:18.756 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
12:09:18.757 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.26.206.190:34091(127.26.206.190:34091)] connecting to peer
12:09:18.760 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.26.206.189:33493(127.26.206.189:33493)] connecting to peer
12:09:18.769 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.26.206.188:46775(127.26.206.188:46775)] connecting to peer
12:09:18.770 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.206.190:34091(127.26.206.190:34091)] Successfully connected to peer
12:09:18.771 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.206.189:33493(127.26.206.189:33493)] Successfully connected to peer
12:09:18.774 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.206.188:46775(127.26.206.188:46775)] Successfully connected to peer
12:09:18.786 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.206.190
12:09:18.801 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.206.188
12:09:18.801 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.206.189
12:09:18.852 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:18.857 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb8f13dd0, L:/127.0.0.1:47350 - R:/127.26.206.189:33493] using SASL/PLAIN
12:09:18.869 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:18.892 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:18.873 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x76a5f03d, L:/127.0.0.1:43938 - R:/127.26.206.190:34091] using SASL/PLAIN
12:09:18.901 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
12:09:18.907 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:18.908 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:18.929 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xa1be1ce6, L:/127.0.0.1:43700 - R:/127.26.206.188:46775] using SASL/PLAIN
12:09:18.992 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:18.994 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:19.093 [INFO - Metastore-Handler-Pool: Thread-101] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:19.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:19.093621 27696 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:19.097 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:19.097929 27702 client.h:373] Failed to connect to Hive Metastore (localhost:39741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:19.135 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:19.151 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
12:09:19.153 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=7688d82d-e3d4-472e-b323-19f4918c023b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:19.155 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:19.157 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive15066064163023981515/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=7688d82d-e3d4-472e-b323-19f4918c023b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.206.190:34091,127.26.206.189:33493,127.26.206.188:46775}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:19.159 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15066064163023981515/external-warehouse/table
12:09:19.187 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:19.197 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:19.199 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:19.216 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:19.232 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:19.234 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:19.236 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive15066064163023981515/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)
12:09:19.238 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive15066064163023981515/external-warehouse/table specified for non-external table:table
12:09:19.238 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15066064163023981515/external-warehouse/table
12:09:19.257 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:19.268 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:19.269 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:19.285 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:19.300 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

12:09:19.419 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:19.431 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:19.432 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:19.449 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:19.467 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:19.469 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:19.471 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive15066064163023981515/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)
12:09:19.473 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15066064163023981515/external-warehouse/table
12:09:19.490 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:19.500 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:19.501 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:19.531 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
12:09:19.546 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:19.546 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
12:09:19.546 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@148bc2db, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@46c78379 will be shutdown
12:09:19.546 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
12:09:19.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.546526 27450 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27462
12:09:19.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.548301 27523 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:19.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.668401 27450 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27462
12:09:19.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:19.687983 27550 connection.cc:573] server connection from 127.0.0.1:47336 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
12:09:19.688 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.206.190:34091(127.26.206.190:34091)] handling channelInactive
12:09:19.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.688865 27450 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27529
12:09:19.689 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.206.190:34091(127.26.206.190:34091)] cleaning up while in state READY due to: connection closed
12:09:19.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.690191 27593 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:19.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.796444 27450 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27529
12:09:19.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.815791 27450 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27599
12:09:19.816 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.206.189:33493(127.26.206.189:33493)] handling channelInactive
12:09:19.816 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.206.189:33493(127.26.206.189:33493)] cleaning up while in state READY due to: connection closed
12:09:19.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.817003 27663 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:19.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:19.920068 27450 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27599
12:09:19.939 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.206.188:46775(127.26.206.188:46775)] handling channelInactive
12:09:19.939 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.206.188:46775(127.26.206.188:46775)] cleaning up while in state READY due to: connection closed
12:09:19.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:19Z chronyd exiting
.12:09:20.069 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:20.069 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:20.069 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:20.086 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive645700375609228493
12:09:20.087 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:20.087 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:20.089 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:20.089 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:20.089 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
12:09:20.090 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
12:09:20.091 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
12:09:20.091 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
12:09:20.092 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
12:09:20.093 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:20.094 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
12:09:20.151 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:20.152 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
12:09:20.152 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:20.154 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:20.156 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:20.156 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:20.172 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:20.172 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:20.172 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:20.197 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.197 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.198 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.198 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.199 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.199 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:20.361 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:20.361 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: null will be shutdown
12:09:20.361 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@46dca1d1 created in the thread with id: 107
12:09:20.363 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
12:09:20.364 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626
12:09:20.447 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
12:09:20.463 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:20.484 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
12:09:20.485 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
12:09:20.507 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:20.508 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:20.508 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:20.508 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:20.509 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:20.509 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [36947]...
12:09:20.509 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:20.509 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:20.509 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
12:09:20.509 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
12:09:21.089 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:21.090 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:21.096 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:21.099 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:21.099 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36947]
12:09:21.099 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36947) in binary transport mode
12:09:21.100 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36947) current connections: 1
12:09:21.104 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:21.104 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:21.104 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:21.117 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36947"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:21.433 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:21.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:21.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.435763 27795 mini_oidc.cc:150] Starting JWKS server
12:09:21.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.437939 27795 webserver.cc:533] Webserver started at http://127.0.0.1:45053/ using document root <none> and password file <none>
12:09:21.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.438145 27795 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:21.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.438589 27795 webserver.cc:533] Webserver started at http://127.0.0.1:36607/ using document root <none> and password file <none>
12:09:21.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:21.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:21Z Disabled control of system clock
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.465219 27795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/logs
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data/info.pb
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.254:42171
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.254
12:09:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947 with env {}
12:09:21.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.775454 27806 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:21.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.775748 27806 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.775821 27806 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:21.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783685 27806 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783768 27806 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783821 27806 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783861 27806 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783912 27806 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:21.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.783946 27806 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45053/jwks.json
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.793478 27806 master_runner.cc:387] Master server non-default flags:
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.254:42171
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data/info.pb
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.254
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/logs
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:21.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.794950 27806 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.796716 27806 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:21.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.804724 27811 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
12:09:21.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.804766 27814 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
12:09:21.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.804684 27812 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
12:09:21.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.805931 27806 server_base.cc:1061] running on GCE node
12:09:21.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.806638 27806 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:21.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.807883 27806 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:21.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.809122 27806 hybrid_clock.cc:648] HybridClock initialized: now 1783512561809058 us; error 52 us; skew 500 ppm
12:09:21.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.809545 27806 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.811688 27806 webserver.cc:533] Webserver started at http://127.27.36.254:45607/ using document root <none> and password file <none>
12:09:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.812525 27806 fs_manager.cc:362] Metadata directory not provided
12:09:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.812659 27806 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.813022 27806 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.815227 27806 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data/instance:
12:09:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0cc70dd368c045f0a99a723471f45d76"
12:09:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:21 on dist-test-slave-rc4k"
12:09:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.816023 27806 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal/instance:
12:09:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0cc70dd368c045f0a99a723471f45d76"
12:09:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:21 on dist-test-slave-rc4k"
12:09:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.821125 27806 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
12:09:21.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.824327 27820 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:21.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.825522 27806 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
12:09:21.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.825716 27806 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0cc70dd368c045f0a99a723471f45d76"
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:21 on dist-test-slave-rc4k"
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.825951 27806 fs_report.cc:389] FS layout report
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data/data
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.838824 27806 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.839607 27806 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.839895 27806 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.859234 27806 rpc_server.cc:307] RPC server started. Bound to: 127.27.36.254:42171
12:09:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.859253 27871 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.36.254:42171 every 8 connection(s)
12:09:21.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.860874 27806 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/data/info.pb
12:09:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.864872 27872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:21.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.869010 27795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27806
12:09:21.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.869325 27795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-0/wal/instance
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.871547 27872 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } has no permanent_uuid. Determining permanent_uuid...
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.872207 27795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/logs
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data/info.pb
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:21.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.253:40451
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.253
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947 with env {}
12:09:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.890686 27872 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } has no permanent_uuid. Determining permanent_uuid...
12:09:21.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.891867 27824 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:21.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.893409 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.253:40451: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:21.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:21.942709 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } attempt: 1
12:09:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:21.944794 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.253:40451: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:22.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.013020 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } attempt: 2
12:09:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.015101 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.253:40451: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:22.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.106361 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } attempt: 3
12:09:22.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.108557 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.253:40451: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.197737 27875 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.198033 27875 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.198117 27875 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206142 27875 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206225 27875 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206279 27875 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206317 27875 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206368 27875 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.206403 27875 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45053/jwks.json
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.216133 27875 master_runner.cc:387] Master server non-default flags:
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.253:40451
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:22.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data/info.pb
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.253
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/logs
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:22.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:22.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.217859 27875 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.219543 27875 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:22.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.227478 27882 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
12:09:22.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.227499 27881 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
12:09:22.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.228117 27884 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
12:09:22.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.228792 27875 server_base.cc:1061] running on GCE node
12:09:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.229470 27875 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.230698 27875 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.231912 27875 hybrid_clock.cc:648] HybridClock initialized: now 1783512562231853 us; error 53 us; skew 500 ppm
12:09:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.232355 27875 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:22.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.234378 27875 webserver.cc:533] Webserver started at http://127.27.36.253:46467/ using document root <none> and password file <none>
12:09:22.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.235101 27875 fs_manager.cc:362] Metadata directory not provided
12:09:22.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.235240 27875 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:22.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.235710 27875 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.238034 27875 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data/instance:
12:09:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a127e760a274450391cc8297c1f8e68a"
12:09:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.238855 27875 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal/instance:
12:09:22.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a127e760a274450391cc8297c1f8e68a"
12:09:22.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.243824 27875 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
12:09:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.247089 27890 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.248375 27875 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
12:09:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.248540 27875 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal
12:09:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a127e760a274450391cc8297c1f8e68a"
12:09:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.248821 27875 fs_report.cc:389] FS layout report
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data/data
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.251822 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } attempt: 4
12:09:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.253738 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.253:40451: Network error: Client connection negotiation failed: client connection to 127.27.36.253:40451: connect: Connection refused (error 111)
12:09:22.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.263661 27875 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.264417 27875 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.264662 27875 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.283924 27875 rpc_server.cc:307] RPC server started. Bound to: 127.27.36.253:40451
12:09:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.283955 27941 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.36.253:40451 every 8 connection(s)
12:09:22.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.285377 27875 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/data/info.pb
12:09:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.287936 27795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27875
12:09:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.288101 27795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-1/wal/instance
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.289398 27795 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/logs
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data/info.pb
12:09:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.252:36451
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.252
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947 with env {}
12:09:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.289820 27942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:22.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.297212 27942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.310351 27942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.319608 27942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.320633 27894 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.322208 27942 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.371457 27942 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 1
12:09:22.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.373442 27942 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.441731 27942 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 2
12:09:22.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.443958 27942 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.535279 27942 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 3
12:09:22.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.537352 27942 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.552959 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } attempt: 5
12:09:22.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.559659 27872 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.561427 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.612656 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 1
12:09:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.614631 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.617048 27943 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:22.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.617323 27943 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:22.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.617395 27943 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626084 27943 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626163 27943 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626215 27943 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626255 27943 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626304 27943 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:22.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.626338 27943 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45053/jwks.json
12:09:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.636634 27943 master_runner.cc:387] Master server non-default flags:
12:09:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.36.212:37963
12:09:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36947
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.36.254:42171,127.27.36.253:40451,127.27.36.252:36451
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.36.252:36451
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45053/jwks.json
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data/info.pb
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.36.252
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/logs
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:22.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.638137 27943 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:22.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.639937 27943 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.648522 27952 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
12:09:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.648452 27951 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
12:09:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.648484 27954 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
12:09:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.649530 27943 server_base.cc:1061] running on GCE node
12:09:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.650271 27943 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.651594 27943 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.652812 27943 hybrid_clock.cc:648] HybridClock initialized: now 1783512562652770 us; error 27 us; skew 500 ppm
12:09:22.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.653185 27943 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:22.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.655385 27943 webserver.cc:533] Webserver started at http://127.27.36.252:41349/ using document root <none> and password file <none>
12:09:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.656010 27943 fs_manager.cc:362] Metadata directory not provided
12:09:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.656092 27943 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.656456 27943 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:22.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.658608 27943 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data/instance:
12:09:22.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c"
12:09:22.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.659303 27943 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal/instance:
12:09:22.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c"
12:09:22.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.663990 27943 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
12:09:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.667064 27960 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.668329 27943 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.668454 27943 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c"
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:22 on dist-test-slave-rc4k"
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.668612 27943 fs_report.cc:389] FS layout report
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data/data
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:22.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:22.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:22.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:22.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:22.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:22.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:22.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.679745 27943 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:22.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.680480 27943 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:22.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.680552 27942 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 4
12:09:22.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.680796 27943 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.682518 27942 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.682843 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 2
12:09:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.684787 27872 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.36.252:36451: Network error: Client connection negotiation failed: client connection to 127.27.36.252:36451: connect: Connection refused (error 111)
12:09:22.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.701157 27943 rpc_server.cc:307] RPC server started. Bound to: 127.27.36.252:36451
12:09:22.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.701192 28011 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.36.252:36451 every 8 connection(s)
12:09:22.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.702692 27943 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/data/info.pb
12:09:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.706256 27795 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 27943
12:09:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.706457 27795 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster734740449637863/master-2/wal/instance
12:09:22.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.707162 28012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:22.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.713357 28012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.724776 28012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.731220 28012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
12:09:22.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.741636 28012 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: Bootstrap starting.
12:09:22.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.745077 28012 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: Neither blocks nor log segments found. Creating new log.
12:09:22.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.745924 27795 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:22.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.746182 28012 log.cc:826] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: Log is configured to *not* fsync() on all Append() calls
12:09:22.747 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:22.747 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.748822 28012 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: No bootstrap required, opened a new log
12:09:22.749 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.36.254"
      port: 42171
    }
    bound_http_address {
      host: "127.27.36.254"
      port: 45607
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.36.253"
      port: 40451
    }
    bound_http_address {
      host: "127.27.36.253"
      port: 46467
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.36.252"
      port: 36451
    }
    bound_http_address {
      host: "127.27.36.252"
      port: 41349
    }
  }
}

12:09:22.751 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:22.751 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:22.752 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:22.753 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:22.754 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:22.754 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: null will be shutdown
12:09:22.754 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18eee1c9 created in the thread with id: 128
12:09:22.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.755407 28012 raft_consensus.cc:359] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.755892 28012 raft_consensus.cc:385] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:22.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.756155 28012 raft_consensus.cc:740] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88803d6b4b994ed9b4ee92a6d63c1f9c, State: Initialized, Role: FOLLOWER
12:09:22.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.757043 28012 consensus_queue.cc:260] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.759 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f
12:09:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.760859 28017 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.761325 28017 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: This master's current role is: FOLLOWER
12:09:22.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.762058 28012 sys_catalog.cc:565] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: configured and running, proceeding with master startup.
12:09:22.777 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:22.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.777807 28028 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:22.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.781699 28031 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.781976 28031 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:22.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.777345 27943 master_runner.cc:187] Error getting master registration for 127.27.36.254:42171: OK, instance_id { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" instance_seqno: 1783512561854014 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:22.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.783578 27943 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.791008 27872 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 3
12:09:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.804819 27872 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: Bootstrap starting.
12:09:22.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.809204 27872 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: Neither blocks nor log segments found. Creating new log.
12:09:22.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.810720 27872 log.cc:826] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: Log is configured to *not* fsync() on all Append() calls
12:09:22.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.823472 27872 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: No bootstrap required, opened a new log
12:09:22.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.832356 27872 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.832953 27872 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.833235 27872 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc70dd368c045f0a99a723471f45d76, State: Initialized, Role: FOLLOWER
12:09:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.834184 27872 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.841382 28036 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:22.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.843772 28036 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: This master's current role is: FOLLOWER
12:09:22.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.843645 27872 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: configured and running, proceeding with master startup.
12:09:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.880108 28017 raft_consensus.cc:493] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.880435 28017 raft_consensus.cc:515] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.882355 28017 leader_election.cc:290] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0cc70dd368c045f0a99a723471f45d76 (127.27.36.254:42171), a127e760a274450391cc8297c1f8e68a (127.27.36.253:40451)
12:09:22.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.883574 27847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc70dd368c045f0a99a723471f45d76" is_pre_election: true
12:09:22.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.884166 27847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 88803d6b4b994ed9b4ee92a6d63c1f9c in term 0.
12:09:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.885149 27961 leader_election.cc:304] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [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: 0cc70dd368c045f0a99a723471f45d76, 88803d6b4b994ed9b4ee92a6d63c1f9c; no voters: 
12:09:22.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.885809 28017 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Leader pre-election won for term 1
12:09:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.885970 28017 raft_consensus.cc:493] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
12:09:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.886080 28017 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 0 FOLLOWER]: Advancing to term 1
12:09:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.889765 28017 raft_consensus.cc:515] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.891372 27847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc70dd368c045f0a99a723471f45d76"
12:09:22.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.891625 27847 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 0 FOLLOWER]: Advancing to term 1
12:09:22.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.895478 27847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 88803d6b4b994ed9b4ee92a6d63c1f9c in term 1.
12:09:22.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.896320 27961 leader_election.cc:304] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [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: 0cc70dd368c045f0a99a723471f45d76, 88803d6b4b994ed9b4ee92a6d63c1f9c; no voters: 
12:09:22.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.898943 28017 leader_election.cc:290] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [CANDIDATE]: Term 1 election: Requested vote from peers 0cc70dd368c045f0a99a723471f45d76 (127.27.36.254:42171), a127e760a274450391cc8297c1f8e68a (127.27.36.253:40451)
12:09:22.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.899708 28017 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 1 FOLLOWER]: Leader election won for term 1
12:09:22.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.900425 28017 raft_consensus.cc:697] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [term 1 LEADER]: Becoming Leader. State: Replica: 88803d6b4b994ed9b4ee92a6d63c1f9c, State: Running, Role: LEADER
12:09:22.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.901254 28017 consensus_queue.cc:237] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:22.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.911588 28045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 88803d6b4b994ed9b4ee92a6d63c1f9c. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:22.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.912232 28045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: This master's current role is: LEADER
12:09:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.924647 28049 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
12:09:22.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.933171 27966 tablet.cc:2406] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:22.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.939345 28049 catalog_manager.cc:1520] Initializing Kudu cluster ID...
12:09:22.945 [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=	
12:09:22.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:22.951022 28050 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:22.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:22.981742 27942 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } attempt: 5
12:09:23.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.000608 27847 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [term 1 FOLLOWER]: Refusing update from remote peer 88803d6b4b994ed9b4ee92a6d63c1f9c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:23.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.001935 28045 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:23.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.007493 27942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: Bootstrap starting.
12:09:23.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.000797 27806 master_runner.cc:187] Error getting master registration for 127.27.36.253:40451: OK, instance_id { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" instance_seqno: 1783512562278870 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:23.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.020524 27806 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:23.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.030423 27942 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: Neither blocks nor log segments found. Creating new log.
12:09:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.038277 27942 log.cc:826] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: Log is configured to *not* fsync() on all Append() calls
12:09:23.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.045933 28036 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 88803d6b4b994ed9b4ee92a6d63c1f9c. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.046228 28036 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: This master's current role is: FOLLOWER
12:09:23.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:23.049155 28054 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:23.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:23.049556 28054 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.060858 27942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: No bootstrap required, opened a new log
12:09:23.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.068845 28057 mvcc.cc:204] Tried to move back new op lower bound from 7305267458026823680 to 7305267457649803264. Current Snapshot: MvccSnapshot[applied={T|T < 7305267458026823680}]
12:09:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.077389 28045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.077646 28045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: This master's current role is: LEADER
12:09:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.078228 28036 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.078447 28036 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76 [sys.catalog]: This master's current role is: FOLLOWER
12:09:23.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.085858 27942 raft_consensus.cc:359] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:23.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.095851 28049 catalog_manager.cc:1383] Generated new cluster ID: 0cd7145fdde343fea096428f79f0de31
12:09:23.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.095978 28049 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
12:09:23.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.096167 27942 raft_consensus.cc:385] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:23.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.096338 27942 raft_consensus.cc:740] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a127e760a274450391cc8297c1f8e68a, State: Initialized, Role: FOLLOWER
12:09:23.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.097447 27942 consensus_queue.cc:260] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } }
12:09:23.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.110592 28062 sys_catalog.cc:455] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [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: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.113070 28062 sys_catalog.cc:458] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: This master's current role is: FOLLOWER
12:09:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.112990 27916 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a127e760a274450391cc8297c1f8e68a"
12:09:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.113276 27917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a127e760a274450391cc8297c1f8e68a" is_pre_election: true
12:09:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.113525 27916 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 0 FOLLOWER]: Advancing to term 1
12:09:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.120168 28049 catalog_manager.cc:1406] Generated new certificate authority record
12:09:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.120499 27916 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 88803d6b4b994ed9b4ee92a6d63c1f9c in term 1.
12:09:23.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.121333 27915 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [term 1 FOLLOWER]: Refusing update from remote peer 88803d6b4b994ed9b4ee92a6d63c1f9c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:23.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.121903 28049 catalog_manager.cc:1540] Loading token signing keys...
12:09:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.112936 27942 sys_catalog.cc:565] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: configured and running, proceeding with master startup.
12:09:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.122871 28045 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:23.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.171382 28062 sys_catalog.cc:455] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 88803d6b4b994ed9b4ee92a6d63c1f9c. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.171653 28062 sys_catalog.cc:458] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: This master's current role is: FOLLOWER
12:09:23.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.172329 28068 sys_catalog.cc:455] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.172778 28068 sys_catalog.cc:458] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a [sys.catalog]: This master's current role is: FOLLOWER
12:09:23.173 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:23.201 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:23.201 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:23.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.206562 28045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0cc70dd368c045f0a99a723471f45d76" member_type: VOTER last_known_addr { host: "127.27.36.254" port: 42171 } } peers { permanent_uuid: "a127e760a274450391cc8297c1f8e68a" member_type: VOTER last_known_addr { host: "127.27.36.253" port: 40451 } } peers { permanent_uuid: "88803d6b4b994ed9b4ee92a6d63c1f9c" member_type: VOTER last_known_addr { host: "127.27.36.252" port: 36451 } } }
12:09:23.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.206789 28045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c [sys.catalog]: This master's current role is: LEADER
12:09:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.207962 28049 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 88803d6b4b994ed9b4ee92a6d63c1f9c: Generated new TSK 0
12:09:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.209110 28049 catalog_manager.cc:1550] Initializing in-progress tserver states...
12:09:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.210433 28049 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
12:09:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.211549 28049 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
12:09:23.253 [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=	
12:09:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:23.253898 28080 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:23.268198 28084 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:23.351 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
12:09:23.364 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive645700375609228493/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)
12:09:23.366 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive645700375609228493/external-warehouse/legacy_table
12:09:23.624 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
12:09:23.668 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:23.680 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
12:09:23.694 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
12:09:23.770 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
12:09:23.770 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
12:09:23.789 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:23.789533 28028 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:23.876 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
12:09:23.898 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
12:09:23.933 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
12:09:23.941 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:23.942 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
12:09:23.963 [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=	
12:09:23.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:23.963737 28050 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:24.034 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.052170 28054 catalog_manager.cc:1295] Loaded cluster ID: 0cd7145fdde343fea096428f79f0de31
12:09:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.052310 28054 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: loading cluster ID for follower catalog manager: success
12:09:24.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.056054 28054 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: acquiring CA information for follower catalog manager: success
12:09:24.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.058533 28054 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0cc70dd368c045f0a99a723471f45d76: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:24.149 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:24.187 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:24.265 [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=	
12:09:24.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:24.265529 28080 client.h:373] Failed to connect to Hive Metastore (localhost:36947): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:24.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.282076 28084 catalog_manager.cc:1295] Loaded cluster ID: 0cd7145fdde343fea096428f79f0de31
12:09:24.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.282243 28084 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: loading cluster ID for follower catalog manager: success
12:09:24.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.286242 28084 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: acquiring CA information for follower catalog manager: success
12:09:24.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.288753 28084 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a127e760a274450391cc8297c1f8e68a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:24.367 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
12:09:24.368 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:24.368 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
12:09:24.368 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18eee1c9 will be shutdown
12:09:24.368 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
12:09:24.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.368753 27795 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27806
12:09:24.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.370357 27867 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.515005 27795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27806
12:09:24.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.534864 27795 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27875
12:09:24.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.535983 27937 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:24.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.640012 27795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27875
12:09:24.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.657667 27795 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 27943
12:09:24.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.658710 28007 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:24.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:24.761632 27795 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 27943
12:09:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:24Z chronyd exiting
.12:09:24.910 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:24.910 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:24.910 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:24.935 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16047838374308744841
12:09:24.936 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:24.936 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:24.938 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:24.938 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:24.939 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
12:09:24.939 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
12:09:24.941 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
12:09:24.941 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
12:09:24.942 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
12:09:24.942 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:24.943 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
12:09:25.029 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:25.029 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
12:09:25.030 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:25.031 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:25.033 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:25.033 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:25.047 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:25.047 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:25.047 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:25.068 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.069 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.070 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.070 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.070 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.070 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:25.283 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:25.283 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20, with PersistenceManager: null will be shutdown
12:09:25.284 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@377e58d0 created in the thread with id: 138
12:09:25.285 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
12:09:25.286 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20
12:09:25.393 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
12:09:25.410 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:25.434 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
12:09:25.435 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
12:09:25.464 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:25.464 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:25.465 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:25.465 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:25.466 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:25.466 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [46741]...
12:09:25.466 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:25.466 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:25.466 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
12:09:25.466 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
12:09:25.938 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:25.938 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:25.938 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:25.940 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:25.940 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46741]
12:09:25.940 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46741) in binary transport mode
12:09:25.940 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46741) current connections: 1
12:09:25.942 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:25.942 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:25.942 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:25.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46741"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:26.270 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:26.271 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:26.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.273633 28121 mini_oidc.cc:150] Starting JWKS server
12:09:26.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.275723 28121 webserver.cc:533] Webserver started at http://127.0.0.1:44933/ using document root <none> and password file <none>
12:09:26.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.275920 28121 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:26.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.276465 28121 webserver.cc:533] Webserver started at http://127.0.0.1:33675/ using document root <none> and password file <none>
12:09:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:26Z Disabled control of system clock
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.304108 28121 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/logs
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data/info.pb
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.126:44537
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.126
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741 with env {}
12:09:26.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.618677 28132 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:26.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.619001 28132 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:26.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.619086 28132 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627223 28132 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627302 28132 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627357 28132 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627395 28132 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627449 28132 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.627482 28132 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44933/jwks.json
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.637161 28132 master_runner.cc:387] Master server non-default flags:
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.126:44537
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data/info.pb
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.126
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/logs
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.638701 28132 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:26.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.640465 28132 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.648972 28138 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
12:09:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.649015 28137 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
12:09:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.649641 28140 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
12:09:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.650125 28132 server_base.cc:1061] running on GCE node
12:09:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.650847 28132 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.652143 28132 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:26.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.653337 28132 hybrid_clock.cc:648] HybridClock initialized: now 1783512566653284 us; error 48 us; skew 500 ppm
12:09:26.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.653635 28132 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:26.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.655695 28132 webserver.cc:533] Webserver started at http://127.27.118.126:36033/ using document root <none> and password file <none>
12:09:26.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.656438 28132 fs_manager.cc:362] Metadata directory not provided
12:09:26.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.656528 28132 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:26.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.656854 28132 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.659134 28132 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data/instance:
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77b2e2d7f6d4c718fee878541ae6d0f"
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:26 on dist-test-slave-rc4k"
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.659806 28132 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal/instance:
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77b2e2d7f6d4c718fee878541ae6d0f"
12:09:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:26 on dist-test-slave-rc4k"
12:09:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.664655 28132 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
12:09:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.667765 28146 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.669201 28132 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.669377 28132 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77b2e2d7f6d4c718fee878541ae6d0f"
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:26 on dist-test-slave-rc4k"
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.669548 28132 fs_report.cc:389] FS layout report
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data/data
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:26.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:26.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.694342 28132 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.695134 28132 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.695345 28132 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.715303 28132 rpc_server.cc:307] RPC server started. Bound to: 127.27.118.126:44537
12:09:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.715337 28197 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.118.126:44537 every 8 connection(s)
12:09:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.716693 28132 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/data/info.pb
12:09:26.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.719015 28121 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28132
12:09:26.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.719345 28121 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-0/wal/instance
12:09:26.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.721684 28198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.722289 28121 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/logs
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data/info.pb
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.125:39403
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.125
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741 with env {}
12:09:26.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.728641 28198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } has no permanent_uuid. Determining permanent_uuid...
12:09:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.745289 28198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
12:09:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.746541 28147 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.748394 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.125:39403: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:26.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.797763 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } attempt: 1
12:09:26.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.799791 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.125:39403: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:26.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.868093 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } attempt: 2
12:09:26.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.870307 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.125:39403: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:26.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:26.961551 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } attempt: 3
12:09:26.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:26.963521 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.125:39403: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.046945 28199 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.047295 28199 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.047405 28199 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055516 28199 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055648 28199 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055724 28199 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055778 28199 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055857 28199 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.055909 28199 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44933/jwks.json
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.065888 28199 master_runner.cc:387] Master server non-default flags:
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.125:39403
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data/info.pb
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.125
12:09:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/logs
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:27.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:27.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.068126 28199 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:27.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.070652 28199 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:27.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.079038 28207 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
12:09:27.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.079192 28210 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
12:09:27.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.079348 28208 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
12:09:27.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.080644 28199 server_base.cc:1061] running on GCE node
12:09:27.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.081481 28199 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:27.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.082953 28199 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:27.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.084192 28199 hybrid_clock.cc:648] HybridClock initialized: now 1783512567084132 us; error 50 us; skew 500 ppm
12:09:27.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.084623 28199 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:27.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.086992 28199 webserver.cc:533] Webserver started at http://127.27.118.125:35365/ using document root <none> and password file <none>
12:09:27.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.087852 28199 fs_manager.cc:362] Metadata directory not provided
12:09:27.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.087983 28199 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:27.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.088421 28199 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.090731 28199 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data/instance:
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8712fc4512054b1b95be350d1f0b5394"
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.091552 28199 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal/instance:
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8712fc4512054b1b95be350d1f0b5394"
12:09:27.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.096704 28199 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.001s
12:09:27.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.099857 28216 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.101106 28199 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.101333 28199 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8712fc4512054b1b95be350d1f0b5394"
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.101564 28199 fs_report.cc:389] FS layout report
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal
12:09:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data/data
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:27.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:27.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.106745 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } attempt: 4
12:09:27.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.109056 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.125:39403: Network error: Client connection negotiation failed: client connection to 127.27.118.125:39403: connect: Connection refused (error 111)
12:09:27.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.116143 28199 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:27.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.116899 28199 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:27.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.117110 28199 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.136015 28199 rpc_server.cc:307] RPC server started. Bound to: 127.27.118.125:39403
12:09:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.136080 28267 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.118.125:39403 every 8 connection(s)
12:09:27.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.137468 28199 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/data/info.pb
12:09:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.138688 28121 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28199
12:09:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.138859 28121 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-1/wal/instance
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.139874 28121 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/logs
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data/info.pb
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.124:35613
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.124
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741 with env {}
12:09:27.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.142100 28268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.148970 28268 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.166333 28268 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.175437 28268 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.176448 28217 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.178056 28268 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.227329 28268 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 1
12:09:27.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.229315 28268 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.297505 28268 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 2
12:09:27.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.299590 28268 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.390805 28268 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 3
12:09:27.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.392921 28268 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.408388 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } attempt: 5
12:09:27.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.415292 28198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.417191 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.466912 28269 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:27.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.467257 28269 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:27.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.467379 28269 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:27.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.468394 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 1
12:09:27.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.470376 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476548 28269 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476624 28269 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476678 28269 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476718 28269 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476769 28269 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.476804 28269 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44933/jwks.json
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.487450 28269 master_runner.cc:387] Master server non-default flags:
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.118.84:32919
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46741
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.118.126:44537,127.27.118.125:39403,127.27.118.124:35613
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:27.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.118.124:35613
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44933/jwks.json
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data/info.pb
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.118.124
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/logs
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:27.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:27.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.489118 28269 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:27.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.491536 28269 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:27.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.500808 28278 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
12:09:27.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.501353 28277 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
12:09:27.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.501681 28280 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
12:09:27.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.502596 28269 server_base.cc:1061] running on GCE node
12:09:27.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.503301 28269 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:27.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.504630 28269 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:27.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.505815 28269 hybrid_clock.cc:648] HybridClock initialized: now 1783512567505760 us; error 50 us; skew 500 ppm
12:09:27.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.506101 28269 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:27.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.508147 28269 webserver.cc:533] Webserver started at http://127.27.118.124:40993/ using document root <none> and password file <none>
12:09:27.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.508859 28269 fs_manager.cc:362] Metadata directory not provided
12:09:27.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.508948 28269 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:27.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.509238 28269 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:27.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.511417 28269 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data/instance:
12:09:27.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97c03fe0573941b78a5531da39643a53"
12:09:27.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.512094 28269 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal/instance:
12:09:27.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97c03fe0573941b78a5531da39643a53"
12:09:27.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.517158 28269 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.001s
12:09:27.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.520350 28286 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:27.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.521736 28269 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.521872 28269 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97c03fe0573941b78a5531da39643a53"
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:27 on dist-test-slave-rc4k"
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.522042 28269 fs_report.cc:389] FS layout report
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data/data
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.536152 28268 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 4
12:09:27.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.538133 28268 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.538602 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 2
12:09:27.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.540367 28198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.118.124:35613: Network error: Client connection negotiation failed: client connection to 127.27.118.124:35613: connect: Connection refused (error 111)
12:09:27.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.541949 28269 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:27.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.542733 28269 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:27.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.542948 28269 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:27.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.563586 28269 rpc_server.cc:307] RPC server started. Bound to: 127.27.118.124:35613
12:09:27.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.563639 28337 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.118.124:35613 every 8 connection(s)
12:09:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.565093 28269 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/data/info.pb
12:09:27.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.566892 28121 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28269
12:09:27.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.567031 28121 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster16568974838270711585/master-2/wal/instance
12:09:27.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.569914 28338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:27.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.578783 28338 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.589708 28338 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.596331 28338 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } has no permanent_uuid. Determining permanent_uuid...
12:09:27.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.606211 28121 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:27.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.607244 28338 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: Bootstrap starting.
12:09:27.608 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:27.609 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:27.610 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.118.126"
      port: 44537
    }
    bound_http_address {
      host: "127.27.118.126"
      port: 36033
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.118.125"
      port: 39403
    }
    bound_http_address {
      host: "127.27.118.125"
      port: 35365
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.118.124"
      port: 35613
    }
    bound_http_address {
      host: "127.27.118.124"
      port: 40993
    }
  }
}

12:09:27.610 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:27.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.611053 28338 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: Neither blocks nor log segments found. Creating new log.
12:09:27.611 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:27.612 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=b1ca2b94-0bbb-4148-80a2-b75d72739c92, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.118.124:35613,127.27.118.125:39403,127.27.118.126:44537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:27.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.612644 28338 log.cc:826] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: Log is configured to *not* fsync() on all Append() calls
12:09:27.614 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:27.615 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.615329 28338 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: No bootstrap required, opened a new log
12:09:27.615 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: null will be shutdown
12:09:27.615 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9da3d67 created in the thread with id: 159
12:09:27.620 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892
12:09:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.622215 28338 raft_consensus.cc:359] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.622535 28338 raft_consensus.cc:385] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.622656 28338 raft_consensus.cc:740] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97c03fe0573941b78a5531da39643a53, State: Initialized, Role: FOLLOWER
12:09:27.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.623359 28338 consensus_queue.cc:260] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.628953 28343 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.629503 28343 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: This master's current role is: FOLLOWER
12:09:27.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.630393 28338 sys_catalog.cc:565] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: configured and running, proceeding with master startup.
12:09:27.639 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:27.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.641490 28354 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:27.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.646921 28198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 3
12:09:27.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.657223 28358 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:27.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.657546 28358 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:27.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.645730 28269 master_runner.cc:187] Error getting master registration for 127.27.118.126:44537: OK, instance_id { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" instance_seqno: 1783512566710134 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:27.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.660012 28269 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:27.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.661414 28198 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: Bootstrap starting.
12:09:27.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.665513 28198 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: Neither blocks nor log segments found. Creating new log.
12:09:27.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.667088 28198 log.cc:826] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: Log is configured to *not* fsync() on all Append() calls
12:09:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.670828 28198 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: No bootstrap required, opened a new log
12:09:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.678555 28198 raft_consensus.cc:359] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.679121 28198 raft_consensus.cc:385] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.679378 28198 raft_consensus.cc:740] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a77b2e2d7f6d4c718fee878541ae6d0f, State: Initialized, Role: FOLLOWER
12:09:27.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.680327 28198 consensus_queue.cc:260] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.687505 28361 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.689899 28361 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: This master's current role is: FOLLOWER
12:09:27.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.689785 28198 sys_catalog.cc:565] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: configured and running, proceeding with master startup.
12:09:27.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.697795 28152 tablet.cc:2406] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:27.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.768075 28376 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.773456 28132 master_runner.cc:187] Error getting master registration for 127.27.118.125:39403: OK, instance_id { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" instance_seqno: 1783512567130948 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.779126 28132 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.780983 28361 raft_consensus.cc:493] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.781245 28361 raft_consensus.cc:515] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.782944 28361 leader_election.cc:290] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8712fc4512054b1b95be350d1f0b5394 (127.27.118.125:39403), 97c03fe0573941b78a5531da39643a53 (127.27.118.124:35613)
12:09:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.783888 28313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97c03fe0573941b78a5531da39643a53" is_pre_election: true
12:09:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.784457 28313 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a77b2e2d7f6d4c718fee878541ae6d0f in term 0.
12:09:27.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.792197 28147 leader_election.cc:304] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [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: 97c03fe0573941b78a5531da39643a53, a77b2e2d7f6d4c718fee878541ae6d0f; no voters: 
12:09:27.795 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.792860 28361 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Leader pre-election won for term 1
12:09:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.793006 28361 raft_consensus.cc:493] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
12:09:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.793102 28361 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 0 FOLLOWER]: Advancing to term 1
12:09:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.794982 28292 tablet.cc:2406] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:27.796677 28372 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.797624 28361 raft_consensus.cc:515] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.799772 28313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97c03fe0573941b78a5531da39643a53"
12:09:27.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.799969 28313 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 0 FOLLOWER]: Advancing to term 1
12:09:27.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.803206 28313 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a77b2e2d7f6d4c718fee878541ae6d0f in term 1.
12:09:27.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.803952 28147 leader_election.cc:304] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [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: 97c03fe0573941b78a5531da39643a53, a77b2e2d7f6d4c718fee878541ae6d0f; no voters: 
12:09:27.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.806371 28361 leader_election.cc:290] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [CANDIDATE]: Term 1 election: Requested vote from peers 8712fc4512054b1b95be350d1f0b5394 (127.27.118.125:39403), 97c03fe0573941b78a5531da39643a53 (127.27.118.124:35613)
12:09:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.807338 28361 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 1 FOLLOWER]: Leader election won for term 1
12:09:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.808382 28361 raft_consensus.cc:697] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [term 1 LEADER]: Becoming Leader. State: Replica: a77b2e2d7f6d4c718fee878541ae6d0f, State: Running, Role: LEADER
12:09:27.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.811510 28361 consensus_queue.cc:237] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.835461 28377 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: SysCatalogTable state changed. Reason: New leader a77b2e2d7f6d4c718fee878541ae6d0f. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.836223 28377 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: This master's current role is: LEADER
12:09:27.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.837394 28268 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } attempt: 5
12:09:27.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.846176 28379 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
12:09:27.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.855041 28268 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: Bootstrap starting.
12:09:27.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.859560 28268 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: Neither blocks nor log segments found. Creating new log.
12:09:27.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.861229 28268 log.cc:826] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: Log is configured to *not* fsync() on all Append() calls
12:09:27.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.872202 28379 catalog_manager.cc:1520] Initializing Kudu cluster ID...
12:09:27.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.882216 28268 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: No bootstrap required, opened a new log
12:09:27.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.893661 28268 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.894008 28268 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:27.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.894126 28268 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8712fc4512054b1b95be350d1f0b5394, State: Initialized, Role: FOLLOWER
12:09:27.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.894809 28268 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.895678 28313 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [term 1 FOLLOWER]: Refusing update from remote peer a77b2e2d7f6d4c718fee878541ae6d0f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:27.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.897473 28377 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [LEADER]: Connected to new peer: Peer: permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:27.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.929469 28385 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [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: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.932173 28385 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: This master's current role is: FOLLOWER
12:09:27.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.933910 28385 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:27.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.935441 28385 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } }
12:09:27.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.941083 28173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8712fc4512054b1b95be350d1f0b5394" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" is_pre_election: true
12:09:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.944010 28312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8712fc4512054b1b95be350d1f0b5394" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97c03fe0573941b78a5531da39643a53" is_pre_election: true
12:09:27.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.943219 28385 leader_election.cc:290] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a77b2e2d7f6d4c718fee878541ae6d0f (127.27.118.126:44537), 97c03fe0573941b78a5531da39643a53 (127.27.118.124:35613)
12:09:27.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.945029 28217 leader_election.cc:304] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [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: 8712fc4512054b1b95be350d1f0b5394; no voters: 97c03fe0573941b78a5531da39643a53, a77b2e2d7f6d4c718fee878541ae6d0f
12:09:27.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.945644 28385 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
12:09:27.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.947428 28268 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: configured and running, proceeding with master startup.
12:09:27.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.947515 28243 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8712fc4512054b1b95be350d1f0b5394" is_pre_election: true
12:09:27.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.948035 28242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8712fc4512054b1b95be350d1f0b5394"
12:09:27.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.950345 28241 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 0 FOLLOWER]: Advancing to term 1
12:09:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.962865 28241 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [term 1 FOLLOWER]: Refusing update from remote peer a77b2e2d7f6d4c718fee878541ae6d0f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.964140 28377 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [LEADER]: Connected to new peer: Peer: permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:27.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.997512 28377 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.997771 28377 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: This master's current role is: LEADER
12:09:27.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.999219 28343 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a77b2e2d7f6d4c718fee878541ae6d0f. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:27.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:27.999583 28343 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: This master's current role is: FOLLOWER
12:09:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.002805 28385 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a77b2e2d7f6d4c718fee878541ae6d0f. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.003036 28385 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: This master's current role is: FOLLOWER
12:09:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.004422 28361 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.004688 28361 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f [sys.catalog]: This master's current role is: LEADER
12:09:28.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.010332 28385 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:28.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.010529 28385 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394 [sys.catalog]: This master's current role is: FOLLOWER
12:09:28.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.011231 28388 mvcc.cc:204] Tried to move back new op lower bound from 7305267478090706944 to 7305267477784539136. Current Snapshot: MvccSnapshot[applied={T|T < 7305267478090706944}]
12:09:28.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.011287 28343 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a77b2e2d7f6d4c718fee878541ae6d0f" member_type: VOTER last_known_addr { host: "127.27.118.126" port: 44537 } } peers { permanent_uuid: "8712fc4512054b1b95be350d1f0b5394" member_type: VOTER last_known_addr { host: "127.27.118.125" port: 39403 } } peers { permanent_uuid: "97c03fe0573941b78a5531da39643a53" member_type: VOTER last_known_addr { host: "127.27.118.124" port: 35613 } } }
12:09:28.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.011535 28343 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53 [sys.catalog]: This master's current role is: FOLLOWER
12:09:28.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.012144 28379 catalog_manager.cc:1383] Generated new cluster ID: aa693faf5fef4d058a883d3a9395ed5f
12:09:28.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.012269 28379 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
12:09:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.033129 28379 catalog_manager.cc:1406] Generated new certificate authority record
12:09:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.034754 28379 catalog_manager.cc:1540] Loading token signing keys...
12:09:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.060837 28379 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a77b2e2d7f6d4c718fee878541ae6d0f: Generated new TSK 0
12:09:28.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.062240 28379 catalog_manager.cc:1550] Initializing in-progress tserver states...
12:09:28.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.063679 28379 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
12:09:28.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.065392 28379 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
12:09:28.074 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:28.117 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:28.117 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.142792 28405 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:28.154 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:28.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:28.155231 28402 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:28.226 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:28.231 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16047838374308744841/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=b1ca2b94-0bbb-4148-80a2-b75d72739c92, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.118.124:35613,127.27.118.125:39403,127.27.118.126:44537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:28.233 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16047838374308744841/external-warehouse/table
12:09:28.381 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:28.487 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:28.488 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:28.491 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
12:09:28.499 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16047838374308744841/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)
12:09:28.500 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16047838374308744841/external-warehouse/legacy_table
12:09:28.523 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
12:09:28.547 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:28.553 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.591 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.646 [INFO - Metastore-Handler-Pool: Thread-167] (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=	
12:09:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:28.646530 28354 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.660086 28358 catalog_manager.cc:1295] Loaded cluster ID: aa693faf5fef4d058a883d3a9395ed5f
12:09:28.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.660208 28358 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: loading cluster ID for follower catalog manager: success
12:09:28.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.665177 28358 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: acquiring CA information for follower catalog manager: success
12:09:28.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:28.667980 28358 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 97c03fe0573941b78a5531da39643a53: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:28.680 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.697 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.706 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.707 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.714 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
12:09:28.718 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
12:09:28.720 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.27.118.124:35613(127.27.118.124:35613)] connecting to peer
12:09:28.721 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.27.118.125:39403(127.27.118.125:39403)] connecting to peer
12:09:28.724 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.118.124:35613(127.27.118.124:35613)] Successfully connected to peer
12:09:28.739 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.118.124
12:09:28.740 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.27.118.126:44537(127.27.118.126:44537)] connecting to peer
12:09:28.748 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.27.118.126:44537(127.27.118.126:44537)] Successfully connected to peer
12:09:28.754 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.27.118.125:39403(127.27.118.125:39403)] Successfully connected to peer
12:09:28.769 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.118.125
12:09:28.775 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.118.126
12:09:28.776 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:28.780 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x505330b0, L:/127.0.0.1:45454 - R:/127.27.118.124:35613] using SASL/PLAIN
12:09:28.795 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:28.796 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:28.800 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xae58ea4f, L:/127.0.0.1:40006 - R:/127.27.118.125:39403] using SASL/PLAIN
12:09:28.803 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x86dfbd0e, L:/127.0.0.1:37762 - R:/127.27.118.126:44537] using SASL/PLAIN
12:09:28.805 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:28.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:28.805647 28372 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:28.808 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
12:09:28.808 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:28.810 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:28.811 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.822 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.832 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.832 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.838 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.847 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.858 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.858 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.863 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.872 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.883 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.883 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.890 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:28.891 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:28.892 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.902 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.912 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.912 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.915 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:28.916 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:28.917 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.927 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.939 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.939 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.955 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.964 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:28.975 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:28.975 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:28.986 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:28.994 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.003 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.003 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.006 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:29.007 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:29.008 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.017 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.025 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.025 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.031 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.039 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.048 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.048 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.054 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.062 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.071 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.071 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.077 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.087 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.105 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.106 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:29.153241 28405 catalog_manager.cc:1295] Loaded cluster ID: aa693faf5fef4d058a883d3a9395ed5f
12:09:29.165 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:29.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:29.165913 28402 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:29.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:29.166652 28405 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: loading cluster ID for follower catalog manager: success
12:09:29.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:29.172462 28405 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: acquiring CA information for follower catalog manager: success
12:09:29.173 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:29.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:29.176230 28405 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8712fc4512054b1b95be350d1f0b5394: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:29.182 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:29.184 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.219 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.246 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.246 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.269 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.283 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.292 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.292 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.300 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.308 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.317 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.317 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.324 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:29.331 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:29.334 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:29.434 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:29.579 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:29.615 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:29.657 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:29.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:29.657615 28354 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:29.757 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive16047838374308744841/warehouse/default/table
12:09:29.758 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:29.760 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:29.769 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16047838374308744841/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)
12:09:29.772 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive16047838374308744841/external-warehouse/table specified for non-external table:table
12:09:29.773 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.774 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.798 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:29.815 [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=	
12:09:29.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:29.815920 28372 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:29.817 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:29.818 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.826 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.839 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.839 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.842 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:29.844 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:29.845 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.852 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.859 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.859 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.862 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
12:09:29.863 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

12:09:29.864 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:29.871 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:29.880 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:29.880 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:29.885 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
12:09:29.892 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
12:09:29.900 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
12:09:29.900 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
12:09:29.906 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:29.914 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:29.915 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:29.960 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
12:09:29.962 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=b1ca2b94-0bbb-4148-80a2-b75d72739c92, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.118.124:35613,127.27.118.125:39403,127.27.118.126:44537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:29.963 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:29.965 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16047838374308744841/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=b1ca2b94-0bbb-4148-80a2-b75d72739c92, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.118.124:35613,127.27.118.125:39403,127.27.118.126:44537}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:29.966 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16047838374308744841/external-warehouse/table
12:09:29.988 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:29.996 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:29.997 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:30.004 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:30.011 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:30.011 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:30.017 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:30.032 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:30.033 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:30.067 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:30.067 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
12:09:30.067 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9da3d67 will be shutdown
12:09:30.067 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
12:09:30.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.067937 28121 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28132
12:09:30.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.069729 28193 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:30.216 [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=	
12:09:30.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:30.217572 28402 client.h:373] Failed to connect to Hive Metastore (localhost:46741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:30.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.257902 28121 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28132
12:09:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:30.276978 28287 connection.cc:573] server connection from 127.0.0.1:45438 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
12:09:30.277 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.27.118.126:44537(127.27.118.126:44537)] handling channelInactive
12:09:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.277832 28121 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28199
12:09:30.278 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.27.118.126:44537(127.27.118.126:44537)] cleaning up while in state READY due to: connection closed
12:09:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.278916 28263 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:30.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.384555 28121 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28199
12:09:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.403995 28121 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28269
12:09:30.404 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.27.118.125:39403(127.27.118.125:39403)] handling channelInactive
12:09:30.404 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.27.118.125:39403(127.27.118.125:39403)] cleaning up while in state READY due to: connection closed
12:09:30.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.405207 28333 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:30.509940 28121 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28269
12:09:30.529 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.118.124:35613(127.27.118.124:35613)] handling channelInactive
12:09:30.529 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.118.124:35613(127.27.118.124:35613)] cleaning up while in state READY due to: connection closed
12:09:30.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:30Z chronyd exiting
.12:09:30.659 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:30.659 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:30.659 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:30.676 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4320026993807715751
12:09:30.677 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:30.677 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:30.679 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:30.679 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:30.679 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
12:09:30.680 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
12:09:30.681 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
12:09:30.681 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
12:09:30.682 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
12:09:30.682 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:30.683 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
12:09:30.748 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:30.748 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
12:09:30.749 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:30.750 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:30.752 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:30.753 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:30.765 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:30.766 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:30.766 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:30.780 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.781 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.781 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.781 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.781 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.782 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:30.949 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:30.949 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd, with PersistenceManager: null will be shutdown
12:09:30.949 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e3ae518 created in the thread with id: 178
12:09:30.951 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
12:09:30.951 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd
12:09:31.035 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
12:09:31.051 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:31.072 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
12:09:31.073 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
12:09:31.106 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:31.106 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:31.107 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:31.107 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:31.107 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:31.107 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [43695]...
12:09:31.107 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:31.107 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:31.108 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
12:09:31.108 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
12:09:31.679 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:31.679 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:31.679 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:31.681 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:31.681 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43695]
12:09:31.681 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43695) in binary transport mode
12:09:31.682 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43695) current connections: 1
12:09:31.683 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:31.683 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:31.683 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:31.686 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43695"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:32.006 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:32.006 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.008612 28457 mini_oidc.cc:150] Starting JWKS server
12:09:32.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.010831 28457 webserver.cc:533] Webserver started at http://127.0.0.1:41989/ using document root <none> and password file <none>
12:09:32.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.011044 28457 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:32.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.011528 28457 webserver.cc:533] Webserver started at http://127.0.0.1:44747/ using document root <none> and password file <none>
12:09:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:32Z Disabled control of system clock
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.038537 28457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/logs
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data/info.pb
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.126:45619
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.126
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695 with env {}
12:09:32.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.353892 28468 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:32.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.354175 28468 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:32.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.354247 28468 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362512 28468 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362604 28468 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362659 28468 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362699 28468 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362751 28468 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:32.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.362784 28468 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41989/jwks.json
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.372278 28468 master_runner.cc:387] Master server non-default flags:
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.126:45619
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data/info.pb
12:09:32.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.126
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/logs
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.373777 28468 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:32.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.375435 28468 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:32.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.383373 28473 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
12:09:32.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.383373 28474 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
12:09:32.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.384104 28476 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
12:09:32.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.384771 28468 server_base.cc:1061] running on GCE node
12:09:32.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.386000 28468 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:32.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.387540 28468 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:32.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.388746 28468 hybrid_clock.cc:648] HybridClock initialized: now 1783512572388695 us; error 39 us; skew 500 ppm
12:09:32.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.389041 28468 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:32.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.391132 28468 webserver.cc:533] Webserver started at http://127.27.202.126:46041/ using document root <none> and password file <none>
12:09:32.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.391769 28468 fs_manager.cc:362] Metadata directory not provided
12:09:32.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.391852 28468 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:32.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.392148 28468 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:32.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.394322 28468 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data/instance:
12:09:32.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43ee2b49e7d844959de5d460bd86a6b3"
12:09:32.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.394995 28468 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal/instance:
12:09:32.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43ee2b49e7d844959de5d460bd86a6b3"
12:09:32.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.399746 28468 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
12:09:32.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.402796 28482 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.404038 28468 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.404176 28468 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43ee2b49e7d844959de5d460bd86a6b3"
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.404398 28468 fs_report.cc:389] FS layout report
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data/data
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:32.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:32.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.419987 28468 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:32.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.420981 28468 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:32.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.421242 28468 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:32.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.440651 28468 rpc_server.cc:307] RPC server started. Bound to: 127.27.202.126:45619
12:09:32.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.440764 28533 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.202.126:45619 every 8 connection(s)
12:09:32.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.442147 28468 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/data/info.pb
12:09:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.443181 28457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28468
12:09:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.443493 28457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-0/wal/instance
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.446394 28457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/logs
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data/info.pb
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:32.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.125:44153
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.125
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695 with env {}
12:09:32.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.447218 28534 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:32.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.453497 28534 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } has no permanent_uuid. Determining permanent_uuid...
12:09:32.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.477092 28534 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } has no permanent_uuid. Determining permanent_uuid...
12:09:32.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.478168 28485 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.479664 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.125:44153: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.528983 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } attempt: 1
12:09:32.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.531045 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.125:44153: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.599274 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } attempt: 2
12:09:32.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.601322 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.125:44153: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.692564 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } attempt: 3
12:09:32.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.694681 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.125:44153: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.770787 28535 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:32.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.771071 28535 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:32.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.771142 28535 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779132 28535 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779215 28535 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779271 28535 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779310 28535 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779361 28535 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:32.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.779395 28535 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41989/jwks.json
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.789060 28535 master_runner.cc:387] Master server non-default flags:
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.125:44153
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data/info.pb
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.125
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/logs
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.790629 28535 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:32.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.792311 28535 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:32.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.799903 28543 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
12:09:32.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.799926 28544 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
12:09:32.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.800379 28546 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
12:09:32.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.801254 28535 server_base.cc:1061] running on GCE node
12:09:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.802008 28535 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:32.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.803303 28535 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:32.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.804486 28535 hybrid_clock.cc:648] HybridClock initialized: now 1783512572804430 us; error 47 us; skew 500 ppm
12:09:32.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.804767 28535 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.806691 28535 webserver.cc:533] Webserver started at http://127.27.202.125:34355/ using document root <none> and password file <none>
12:09:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.807308 28535 fs_manager.cc:362] Metadata directory not provided
12:09:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.807394 28535 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.807693 28535 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.810000 28535 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data/instance:
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e91b1f1176e413b9e25d32860cbe88b"
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.810689 28535 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal/instance:
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e91b1f1176e413b9e25d32860cbe88b"
12:09:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.815448 28535 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
12:09:32.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.818615 28552 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.819875 28535 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.820004 28535 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e91b1f1176e413b9e25d32860cbe88b"
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:32 on dist-test-slave-rc4k"
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.820171 28535 fs_report.cc:389] FS layout report
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data/data
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:32.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:32.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.837225 28535 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:32.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.837976 28535 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:32.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.837970 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } attempt: 4
12:09:32.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.838282 28535 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:32.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.840071 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.125:44153: Network error: Client connection negotiation failed: client connection to 127.27.202.125:44153: connect: Connection refused (error 111)
12:09:32.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.858268 28535 rpc_server.cc:307] RPC server started. Bound to: 127.27.202.125:44153
12:09:32.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.858295 28603 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.202.125:44153 every 8 connection(s)
12:09:32.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.859823 28535 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/data/info.pb
12:09:32.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.864434 28604 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:32.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.866628 28457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28535
12:09:32.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.866788 28457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-1/wal/instance
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.868089 28457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/logs
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data/info.pb
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:32.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.124:46087
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.124
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695 with env {}
12:09:32.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.872191 28604 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } has no permanent_uuid. Determining permanent_uuid...
12:09:32.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.884778 28604 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } has no permanent_uuid. Determining permanent_uuid...
12:09:32.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.894124 28604 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } has no permanent_uuid. Determining permanent_uuid...
12:09:32.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.895159 28555 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.896953 28604 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:32.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:32.946254 28604 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 1
12:09:32.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:32.948553 28604 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.016803 28604 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 2
12:09:33.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.018816 28604 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.110088 28604 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 3
12:09:33.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.112095 28604 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.139403 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } attempt: 5
12:09:33.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.146296 28534 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } has no permanent_uuid. Determining permanent_uuid...
12:09:33.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.148160 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.199380 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 1
12:09:33.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.201320 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.211548 28605 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:33.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.211822 28605 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:33.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.211894 28605 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.219988 28605 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.220065 28605 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.220121 28605 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.220160 28605 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.220213 28605 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:33.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.220247 28605 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41989/jwks.json
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.230055 28605 master_runner.cc:387] Master server non-default flags:
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.202.84:36977
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43695
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.202.126:45619,127.27.202.125:44153,127.27.202.124:46087
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.202.124:46087
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41989/jwks.json
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data/info.pb
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.202.124
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/logs
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.231524 28605 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:33.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.233268 28605 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.241405 28613 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
12:09:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.241446 28616 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
12:09:33.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.241345 28614 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
12:09:33.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.242556 28605 server_base.cc:1061] running on GCE node
12:09:33.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.243251 28605 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.244719 28605 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:33.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.245924 28605 hybrid_clock.cc:648] HybridClock initialized: now 1783512573245856 us; error 57 us; skew 500 ppm
12:09:33.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.246243 28605 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.248546 28605 webserver.cc:533] Webserver started at http://127.27.202.124:34137/ using document root <none> and password file <none>
12:09:33.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.249225 28605 fs_manager.cc:362] Metadata directory not provided
12:09:33.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.249320 28605 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:33.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.249652 28605 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.251902 28605 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data/instance:
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a5c42bc86a54d679cc8e833863b4780"
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:33 on dist-test-slave-rc4k"
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.252719 28605 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal/instance:
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a5c42bc86a54d679cc8e833863b4780"
12:09:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:33 on dist-test-slave-rc4k"
12:09:33.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.255322 28604 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 4
12:09:33.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.257447 28604 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.258773 28605 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.002s
12:09:33.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.262568 28622 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.263939 28605 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.264237 28605 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a5c42bc86a54d679cc8e833863b4780"
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:33 on dist-test-slave-rc4k"
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.264510 28605 fs_report.cc:389] FS layout report
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data/data
12:09:33.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:33.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:33.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.269550 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 2
12:09:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.271961 28534 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.202.124:46087: Network error: Client connection negotiation failed: client connection to 127.27.202.124:46087: connect: Connection refused (error 111)
12:09:33.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.287586 28605 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:33.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.288546 28605 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:33.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.288792 28605 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:33.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.312198 28605 rpc_server.cc:307] RPC server started. Bound to: 127.27.202.124:46087
12:09:33.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.312225 28673 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.202.124:46087 every 8 connection(s)
12:09:33.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.313779 28605 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/data/info.pb
12:09:33.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.315752 28457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28605
12:09:33.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.315959 28457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster12304365466957673171/master-2/wal/instance
12:09:33.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.318972 28674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:33.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.327363 28674 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } has no permanent_uuid. Determining permanent_uuid...
12:09:33.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.341217 28674 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } has no permanent_uuid. Determining permanent_uuid...
12:09:33.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.348467 28674 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } has no permanent_uuid. Determining permanent_uuid...
12:09:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.359562 28674 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: Bootstrap starting.
12:09:33.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.364140 28674 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: Neither blocks nor log segments found. Creating new log.
12:09:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.365115 28457 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.365722 28674 log.cc:826] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: Log is configured to *not* fsync() on all Append() calls
12:09:33.367 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:33.367 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:33.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.368770 28674 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: No bootstrap required, opened a new log
12:09:33.368 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.202.126"
      port: 45619
    }
    bound_http_address {
      host: "127.27.202.126"
      port: 46041
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.202.125"
      port: 44153
    }
    bound_http_address {
      host: "127.27.202.125"
      port: 34355
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.202.124"
      port: 46087
    }
    bound_http_address {
      host: "127.27.202.124"
      port: 34137
    }
  }
}

12:09:33.369 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:33.369 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:33.370 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:33.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.370553 28457 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28468
12:09:33.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.371673 28529 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.376142 28674 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ee2b49e7d844959de5d460bd86a6b3" member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } } peers { permanent_uuid: "8e91b1f1176e413b9e25d32860cbe88b" member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } } peers { permanent_uuid: "1a5c42bc86a54d679cc8e833863b4780" member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } }
12:09:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.376562 28674 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.376693 28674 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a5c42bc86a54d679cc8e833863b4780, State: Initialized, Role: FOLLOWER
12:09:33.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.377398 28674 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [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: "43ee2b49e7d844959de5d460bd86a6b3" member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } } peers { permanent_uuid: "8e91b1f1176e413b9e25d32860cbe88b" member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } } peers { permanent_uuid: "1a5c42bc86a54d679cc8e833863b4780" member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } }
12:09:33.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.378546 28680 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [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: "43ee2b49e7d844959de5d460bd86a6b3" member_type: VOTER last_known_addr { host: "127.27.202.126" port: 45619 } } peers { permanent_uuid: "8e91b1f1176e413b9e25d32860cbe88b" member_type: VOTER last_known_addr { host: "127.27.202.125" port: 44153 } } peers { permanent_uuid: "1a5c42bc86a54d679cc8e833863b4780" member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } } }
12:09:33.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.379007 28680 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [sys.catalog]: This master's current role is: FOLLOWER
12:09:33.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.379695 28674 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780 [sys.catalog]: configured and running, proceeding with master startup.
12:09:33.394 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
12:09:33.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.395684 28691 client.h:373] Failed to connect to Hive Metastore (localhost:43695): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
12:09:33.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.401787 28695 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:33.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.402050 28695 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:33.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.457595 28534 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 3
12:09:33.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.460382 28457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28468
12:09:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.478500 28675 negotiation.cc:336] Failed RPC negotiation. Trace:
12:09:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458667 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:52672 (local address 127.27.202.124:46087)
12:09:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458861 (+   194us) server_negotiation.cc:207] Beginning negotiation
12:09:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458865 (+     4us) server_negotiation.cc:400] Waiting for connection header
12:09:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458881 (+    16us) server_negotiation.cc:408] Connection header received
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458941 (+    60us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.458945 (+     4us) server_negotiation.cc:462] Received NEGOTIATE request from client
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.459009 (+    64us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.459127 (+   118us) server_negotiation.cc:227] Negotiated authn=SASL
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.460052 (+   925us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.461545 (+  1493us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.477016 (+ 15471us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:52672: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
12:09:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":76}
12:09:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.480645 28457 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28535
12:09:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.482100 28599 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:33.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.478096 28605 master_runner.cc:187] Error getting master registration for 127.27.202.126:45619: Network error: recv got EOF from 127.27.202.126:45619 (error 108), 
12:09:33.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.485211 28605 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:33.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.541141 28628 tablet.cc:2406] T 00000000000000000000000000000000 P 1a5c42bc86a54d679cc8e833863b4780: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:33.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.573973 28604 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.202.124" port: 46087 } attempt: 5
12:09:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.576538 28457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28535
12:09:33.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:33.594568 28675 negotiation.cc:336] Failed RPC negotiation. Trace:
12:09:33.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575125 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:52682 (local address 127.27.202.124:46087)
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575322 (+   197us) server_negotiation.cc:207] Beginning negotiation
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575328 (+     6us) server_negotiation.cc:400] Waiting for connection header
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575356 (+    28us) server_negotiation.cc:408] Connection header received
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575412 (+    56us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575416 (+     4us) server_negotiation.cc:462] Received NEGOTIATE request from client
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575487 (+    71us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.575613 (+   126us) server_negotiation.cc:227] Negotiated authn=SASL
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.576531 (+   918us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.579336 (+  2805us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 12:09:33.594320 (+ 14984us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:52682: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":71}
12:09:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.594892 28457 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28605
12:09:33.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.596249 28669 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:33.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:33.725766 28457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28605
12:09:33.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:33Z chronyd exiting
.12:09:33.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:33.872 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:33.872 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:33.890 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13160677651298595602
12:09:33.891 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
12:09:33.891 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
12:09:33.893 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:33.893 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:33.893 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
12:09:33.893 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
12:09:33.894 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
12:09:33.894 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
12:09:33.895 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
12:09:33.895 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
12:09:33.896 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
12:09:33.951 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:33.960 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
12:09:33.960 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
12:09:33.962 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
12:09:33.964 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
12:09:33.964 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
12:09:33.976 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
12:09:33.976 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
12:09:33.977 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
12:09:33.995 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:33.996 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:33.996 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:33.996 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:33.997 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:33.997 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
12:09:34.171 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12:09:34.171 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32, with PersistenceManager: null will be shutdown
12:09:34.172 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73526b1d created in the thread with id: 202
12:09:34.173 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
12:09:34.174 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32
12:09:34.281 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
12:09:34.296 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
12:09:34.317 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
12:09:34.319 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
12:09:34.346 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
12:09:34.347 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
12:09:34.347 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
12:09:34.348 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
12:09:34.348 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
12:09:34.348 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [33265]...
12:09:34.348 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
12:09:34.348 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
12:09:34.348 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
12:09:34.349 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
12:09:34.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
12:09:34.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
12:09:34.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
12:09:34.894 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
12:09:34.894 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33265]
12:09:34.894 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33265) in binary transport mode
12:09:34.895 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33265) current connections: 1
12:09:34.896 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskiEi2or/test-tmp
12:09:34.896 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
12:09:34.897 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskiEi2or/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
12:09:34.899 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

12:09:35.224 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:35.225 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

12:09:35.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.227147 28723 mini_oidc.cc:150] Starting JWKS server
12:09:35.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.229332 28723 webserver.cc:533] Webserver started at http://127.0.0.1:41895/ using document root <none> and password file <none>
12:09:35.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.229547 28723 mini_oidc.cc:186] Starting OIDC Discovery server
12:09:35.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.229998 28723 webserver.cc:533] Webserver started at http://127.0.0.1:39393/ using document root <none> and password file <none>
12:09:35.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
12:09:35.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:35Z Disabled control of system clock
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.257328 28723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:35.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/logs
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data/info.pb
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.254:34733
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.254
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:35.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json with env {}
12:09:35.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.572077 28734 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:35.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.572398 28734 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:35.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.572479 28734 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580474 28734 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580565 28734 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580622 28734 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580663 28734 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:35.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580715 28734 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:35.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.580753 28734 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41895/jwks.json
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.590247 28734 master_runner.cc:387] Master server non-default flags:
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.254:34733
12:09:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data/info.pb
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.254
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/logs
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:35.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.592235 28734 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:35.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.593971 28734 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:35.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.602175 28739 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
12:09:35.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.602123 28740 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
12:09:35.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.602948 28742 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
12:09:35.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.603322 28734 server_base.cc:1061] running on GCE node
12:09:35.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.604050 28734 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:35.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.605391 28734 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:35.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.606655 28734 hybrid_clock.cc:648] HybridClock initialized: now 1783512575606586 us; error 44 us; skew 500 ppm
12:09:35.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.606957 28734 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:35.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.609021 28734 webserver.cc:533] Webserver started at http://127.28.12.254:38421/ using document root <none> and password file <none>
12:09:35.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.609666 28734 fs_manager.cc:362] Metadata directory not provided
12:09:35.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.609750 28734 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:35.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.610028 28734 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:35.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.612112 28734 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data/instance:
12:09:35.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddecdbdc15674c32baf0c0b09cb6ce80"
12:09:35.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:35 on dist-test-slave-rc4k"
12:09:35.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.612875 28734 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal/instance:
12:09:35.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddecdbdc15674c32baf0c0b09cb6ce80"
12:09:35.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:35 on dist-test-slave-rc4k"
12:09:35.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.617653 28734 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
12:09:35.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.620745 28748 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.622146 28734 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.622295 28734 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddecdbdc15674c32baf0c0b09cb6ce80"
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:35 on dist-test-slave-rc4k"
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.622534 28734 fs_report.cc:389] FS layout report
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data/data
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:35.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:35.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.640408 28734 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:35.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.641137 28734 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:35.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.641367 28734 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.662009 28734 rpc_server.cc:307] RPC server started. Bound to: 127.28.12.254:34733
12:09:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.662098 28799 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.12.254:34733 every 8 connection(s)
12:09:35.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.663427 28734 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/data/info.pb
12:09:35.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.667569 28800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.671448 28723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28734
12:09:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.671759 28723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-0/wal/instance
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.674603 28723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/logs
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data/info.pb
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.253:42625
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.253
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json with env {}
12:09:35.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.674436 28800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } has no permanent_uuid. Determining permanent_uuid...
12:09:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.689713 28800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } has no permanent_uuid. Determining permanent_uuid...
12:09:35.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.690795 28750 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:35.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.692349 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.253:42625: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.741663 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } attempt: 1
12:09:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.743707 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.253:42625: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:35.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.811966 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } attempt: 2
12:09:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.813967 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.253:42625: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:35.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:35.905205 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } attempt: 3
12:09:35.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.907214 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.253:42625: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.997974 28803 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.998337 28803 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:35.998452 28803 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.006770 28803 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.006919 28803 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.007014 28803 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.007073 28803 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.007160 28803 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:36.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.007213 28803 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41895/jwks.json
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.017390 28803 master_runner.cc:387] Master server non-default flags:
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data
12:09:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.253:42625
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data/info.pb
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.253
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/logs
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.019487 28803 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:36.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.021364 28803 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:36.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.029450 28813 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
12:09:36.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.029440 28811 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
12:09:36.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.029657 28810 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
12:09:36.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.030805 28803 server_base.cc:1061] running on GCE node
12:09:36.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.031515 28803 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:36.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.032931 28803 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:36.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.034157 28803 hybrid_clock.cc:648] HybridClock initialized: now 1783512576034101 us; error 47 us; skew 500 ppm
12:09:36.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.034521 28803 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:36.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.036746 28803 webserver.cc:533] Webserver started at http://127.28.12.253:41031/ using document root <none> and password file <none>
12:09:36.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.037478 28803 fs_manager.cc:362] Metadata directory not provided
12:09:36.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.037609 28803 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.038029 28803 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.040560 28803 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data/instance:
12:09:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "abd682b70603489aadf4fc621185f301"
12:09:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.041396 28803 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal/instance:
12:09:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "abd682b70603489aadf4fc621185f301"
12:09:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.046394 28803 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
12:09:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.049655 28819 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:36.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.050436 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } attempt: 4
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.050982 28803 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.051163 28803 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "abd682b70603489aadf4fc621185f301"
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.051389 28803 fs_report.cc:389] FS layout report
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data/data
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.052297 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.253:42625: Network error: Client connection negotiation failed: client connection to 127.28.12.253:42625: connect: Connection refused (error 111)
12:09:36.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.072562 28803 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:36.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.073448 28803 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:36.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.073766 28803 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:36.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.093485 28803 rpc_server.cc:307] RPC server started. Bound to: 127.28.12.253:42625
12:09:36.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.093534 28870 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.12.253:42625 every 8 connection(s)
12:09:36.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.094969 28803 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/data/info.pb
12:09:36.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.099072 28871 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:36.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.100148 28723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28803
12:09:36.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.100322 28723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-1/wal/instance
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.101253 28723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskiEi2or/build/asan/bin/kudu
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
12:09:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/logs
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data/info.pb
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.252:39615
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.252
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json with env {}
12:09:36.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.106720 28871 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.122063 28871 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.131081 28871 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.132087 28821 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.133750 28871 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.183068 28871 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 1
12:09:36.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.185174 28871 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.253384 28871 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 2
12:09:36.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.255501 28871 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.346753 28871 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 3
12:09:36.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.348990 28871 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.351560 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } attempt: 5
12:09:36.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.358069 28800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.359867 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.411216 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 1
12:09:36.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.413141 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.428640 28873 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
12:09:36.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.428912 28873 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
12:09:36.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.428988 28873 flags.cc:432] Enabled unsafe flag: --never_fsync=true
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437425 28873 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437515 28873 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437572 28873 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437614 28873 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437666 28873 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
12:09:36.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.437700 28873 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41895/jwks.json
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.447427 28873 master_runner.cc:387] Master server non-default flags:
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.12.212:34027
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.12.254:34733,127.28.12.253:42625,127.28.12.252:39615
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.12.252:39615
12:09:36.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41895/jwks.json
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data/info.pb
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.12.252
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/logs
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 8aadabe0236da0a312e7e3764fada9dc81e70c40
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 11:49:08 UTC on bdcb31816ec0
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16856
12:09:36.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
12:09:36.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.449223 28873 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
12:09:36.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.451478 28873 file_cache.cc:492] Constructed file cache file cache with capacity 419430
12:09:36.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.460525 28882 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
12:09:36.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.460561 28884 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
12:09:36.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.460518 28881 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
12:09:36.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.465693 28873 server_base.cc:1061] running on GCE node
12:09:36.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.466363 28873 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
12:09:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.467854 28873 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
12:09:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.469084 28873 hybrid_clock.cc:648] HybridClock initialized: now 1783512576469028 us; error 43 us; skew 500 ppm
12:09:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.469480 28873 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
12:09:36.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.471583 28873 webserver.cc:533] Webserver started at http://127.28.12.252:38967/ using document root <none> and password file <none>
12:09:36.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.472366 28873 fs_manager.cc:362] Metadata directory not provided
12:09:36.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.472492 28873 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
12:09:36.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.472865 28873 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
12:09:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.475155 28873 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data/instance:
12:09:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cb0f6d255ec43e9be48e054b3e68a52"
12:09:36.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.475960 28873 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal/instance:
12:09:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cb0f6d255ec43e9be48e054b3e68a52"
12:09:36.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.480988 28873 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
12:09:36.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.481366 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 2
12:09:36.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.483148 28800 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.484834 28890 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.486133 28873 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.486330 28873 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data,/tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cb0f6d255ec43e9be48e054b3e68a52"
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 12:09:36 on dist-test-slave-rc4k"
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.486575 28873 fs_report.cc:389] FS layout report
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal
12:09:36.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data/data
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
12:09:36.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
12:09:36.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.492234 28871 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 4
12:09:36.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.494021 28871 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.12.252:39615: Network error: Client connection negotiation failed: client connection to 127.28.12.252:39615: connect: Connection refused (error 111)
12:09:36.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.502609 28873 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
12:09:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.503319 28873 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
12:09:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.503533 28873 kserver.cc:163] Server-wide thread pool size limit: 3276
12:09:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.522483 28873 rpc_server.cc:307] RPC server started. Bound to: 127.28.12.252:39615
12:09:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.522511 28941 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.12.252:39615 every 8 connection(s)
12:09:36.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.523793 28873 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/data/info.pb
12:09:36.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.527680 28942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
12:09:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.528079 28723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskiEi2or/build/asan/bin/kudu as pid 28873
12:09:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.528303 28723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskiEi2or/test-tmp/mini-kudu-cluster5588311017638681213/master-2/wal/instance
12:09:36.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.534041 28942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.544451 28942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.550287 28942 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } has no permanent_uuid. Determining permanent_uuid...
12:09:36.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.561414 28942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: Bootstrap starting.
12:09:36.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.565238 28942 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: Neither blocks nor log segments found. Creating new log.
12:09:36.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.565274 28723 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
12:09:36.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.566218 28942 log.cc:826] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: Log is configured to *not* fsync() on all Append() calls
12:09:36.567 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:36.567 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

12:09:36.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.569092 28942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: No bootstrap required, opened a new log
12:09:36.568 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.12.254"
      port: 34733
    }
    bound_http_address {
      host: "127.28.12.254"
      port: 38421
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.12.253"
      port: 42625
    }
    bound_http_address {
      host: "127.28.12.253"
      port: 41031
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.12.252"
      port: 39615
    }
    bound_http_address {
      host: "127.28.12.252"
      port: 38967
    }
  }
}

12:09:36.571 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

12:09:36.571 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
12:09:36.572 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=794b952f-64d8-4af6-992b-738bfc99ca67, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.12.254:34733,127.28.12.252:39615,127.28.12.253:42625}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
12:09:36.573 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
12:09:36.573 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
12:09:36.573 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: null will be shutdown
12:09:36.574 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 created in the thread with id: 223
12:09:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.575433 28942 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.575801 28942 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:36.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.575928 28942 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb0f6d255ec43e9be48e054b3e68a52, State: Initialized, Role: FOLLOWER
12:09:36.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.576731 28942 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.577813 28948 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.578 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c
12:09:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.578262 28948 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.579149 28942 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: configured and running, proceeding with master startup.
12:09:36.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.589329 28800 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 3
12:09:36.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.603669 28800 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: Bootstrap starting.
12:09:36.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.608008 28800 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: Neither blocks nor log segments found. Creating new log.
12:09:36.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.609596 28800 log.cc:826] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: Log is configured to *not* fsync() on all Append() calls
12:09:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.619270 28800 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: No bootstrap required, opened a new log
12:09:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.627081 28800 raft_consensus.cc:359] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.627667 28800 raft_consensus.cc:385] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:36.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.627951 28800 raft_consensus.cc:740] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddecdbdc15674c32baf0c0b09cb6ce80, State: Initialized, Role: FOLLOWER
12:09:36.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.629297 28800 consensus_queue.cc:260] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.636736 28961 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
12:09:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.637856 28960 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.638382 28960 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.639477 28800 sys_catalog.cc:565] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: configured and running, proceeding with master startup.
12:09:36.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.643684 28754 tablet.cc:2406] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:36.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.640064 28873 master_runner.cc:187] Error getting master registration for 127.28.12.254:34733: OK, instance_id { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" instance_seqno: 1783512575655945 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:36.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.646665 28873 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.697870 28973 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
12:09:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.698262 28973 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
12:09:36.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.698145 28734 master_runner.cc:187] Error getting master registration for 127.28.12.253:42625: OK, instance_id { permanent_uuid: "abd682b70603489aadf4fc621185f301" instance_seqno: 1783512576088325 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
12:09:36.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.705370 28734 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
12:09:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.724507 28948 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
12:09:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.724821 28948 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.726886 28948 leader_election.cc:290] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ddecdbdc15674c32baf0c0b09cb6ce80 (127.28.12.254:34733), abd682b70603489aadf4fc621185f301 (127.28.12.253:42625)
12:09:36.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.728790 28775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" is_pre_election: true
12:09:36.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.729401 28775 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cb0f6d255ec43e9be48e054b3e68a52 in term 0.
12:09:36.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.731158 28892 leader_election.cc:304] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [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: 2cb0f6d255ec43e9be48e054b3e68a52, ddecdbdc15674c32baf0c0b09cb6ce80; no voters: 
12:09:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.731793 28948 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Leader pre-election won for term 1
12:09:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.731946 28948 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
12:09:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.732069 28948 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 0 FOLLOWER]: Advancing to term 1
12:09:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.735832 28948 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.738562 28775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80"
12:09:36.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.738808 28775 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 0 FOLLOWER]: Advancing to term 1
12:09:36.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.742822 28775 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cb0f6d255ec43e9be48e054b3e68a52 in term 1.
12:09:36.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.743568 28892 leader_election.cc:304] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [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: 2cb0f6d255ec43e9be48e054b3e68a52, ddecdbdc15674c32baf0c0b09cb6ce80; no voters: 
12:09:36.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.746752 28948 leader_election.cc:290] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [CANDIDATE]: Term 1 election: Requested vote from peers ddecdbdc15674c32baf0c0b09cb6ce80 (127.28.12.254:34733), abd682b70603489aadf4fc621185f301 (127.28.12.253:42625)
12:09:36.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.747478 28948 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 1 FOLLOWER]: Leader election won for term 1
12:09:36.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.748090 28948 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [term 1 LEADER]: Becoming Leader. State: Replica: 2cb0f6d255ec43e9be48e054b3e68a52, State: Running, Role: LEADER
12:09:36.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.749423 28948 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:36.755409 28896 tablet.cc:2406] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: Can't schedule compaction. Clean time has not been advanced past its initial value.
12:09:36.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.764829 28975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2cb0f6d255ec43e9be48e054b3e68a52. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.765578 28975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: This master's current role is: LEADER
12:09:36.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.767926 28977 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
12:09:36.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.784991 28977 catalog_manager.cc:1520] Initializing Kudu cluster ID...
12:09:36.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.793169 28871 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } attempt: 5
12:09:36.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.806066 28871 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: Bootstrap starting.
12:09:36.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.810278 28871 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: Neither blocks nor log segments found. Creating new log.
12:09:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.812280 28871 log.cc:826] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: Log is configured to *not* fsync() on all Append() calls
12:09:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.822547 28775 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [term 1 FOLLOWER]: Refusing update from remote peer 2cb0f6d255ec43e9be48e054b3e68a52: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.823760 28975 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:36.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.830065 28871 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: No bootstrap required, opened a new log
12:09:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.846457 28871 raft_consensus.cc:359] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.850490 28960 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2cb0f6d255ec43e9be48e054b3e68a52. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.850894 28960 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.853144 28871 raft_consensus.cc:385] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
12:09:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.855511 28871 raft_consensus.cc:740] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abd682b70603489aadf4fc621185f301, State: Initialized, Role: FOLLOWER
12:09:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.856793 28871 consensus_queue.cc:260] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } }
12:09:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.861056 28981 mvcc.cc:204] Tried to move back new op lower bound from 7305267514594029568 to 7305267514379264000. Current Snapshot: MvccSnapshot[applied={T|T < 7305267514594029568}]
12:09:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.861375 28975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.861640 28975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: This master's current role is: LEADER
12:09:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.869153 28977 catalog_manager.cc:1383] Generated new cluster ID: ace2823df0164e419d5dae69a63260ba
12:09:36.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.869422 28977 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
12:09:36.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.879540 28960 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.879796 28960 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.880402 28983 sys_catalog.cc:455] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [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: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.880743 28983 sys_catalog.cc:458] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.882402 28846 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abd682b70603489aadf4fc621185f301" is_pre_election: true
12:09:36.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.882767 28844 raft_consensus.cc:3060] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 0 FOLLOWER]: Advancing to term 1
12:09:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.884181 28871 sys_catalog.cc:565] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: configured and running, proceeding with master startup.
12:09:36.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.886067 28844 raft_consensus.cc:1275] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 1 FOLLOWER]: Refusing update from remote peer 2cb0f6d255ec43e9be48e054b3e68a52: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
12:09:36.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.886605 28845 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abd682b70603489aadf4fc621185f301"
12:09:36.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.887056 28948 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
12:09:36.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.889839 28845 raft_consensus.cc:2468] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cb0f6d255ec43e9be48e054b3e68a52 in term 1.
12:09:36.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.901499 28977 catalog_manager.cc:1406] Generated new certificate authority record
12:09:36.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.903492 28977 catalog_manager.cc:1540] Loading token signing keys...
12:09:36.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.944447 28983 sys_catalog.cc:455] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2cb0f6d255ec43e9be48e054b3e68a52. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.944914 28983 sys_catalog.cc:458] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.945907 28992 sys_catalog.cc:455] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.946472 28975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ddecdbdc15674c32baf0c0b09cb6ce80" member_type: VOTER last_known_addr { host: "127.28.12.254" port: 34733 } } peers { permanent_uuid: "abd682b70603489aadf4fc621185f301" member_type: VOTER last_known_addr { host: "127.28.12.253" port: 42625 } } peers { permanent_uuid: "2cb0f6d255ec43e9be48e054b3e68a52" member_type: VOTER last_known_addr { host: "127.28.12.252" port: 39615 } } }
12:09:36.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.946668 28992 sys_catalog.cc:458] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301 [sys.catalog]: This master's current role is: FOLLOWER
12:09:36.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.948020 28975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 [sys.catalog]: This master's current role is: LEADER
12:09:36.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.957583 28977 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52: Generated new TSK 0
12:09:36.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:36.959133 28977 catalog_manager.cc:1550] Initializing in-progress tserver states...
12:09:36.983 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:37.000 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:37.000 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:37.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.064209 29003 catalog_manager.cc:1295] Loaded cluster ID: ace2823df0164e419d5dae69a63260ba
12:09:37.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.064401 29003 catalog_manager.cc:1588] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: loading cluster ID for follower catalog manager: success
12:09:37.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.077366 29003 catalog_manager.cc:1610] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: acquiring CA information for follower catalog manager: success
12:09:37.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.093302 29003 catalog_manager.cc:1638] T 00000000000000000000000000000000 P abd682b70603489aadf4fc621185f301: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:37.237 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
12:09:37.253 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13160677651298595602/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=794b952f-64d8-4af6-992b-738bfc99ca67, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.12.254:34733,127.28.12.252:39615,127.28.12.253:42625}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
12:09:37.257 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13160677651298595602/external-warehouse/table
12:09:37.382 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
12:09:37.385 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
12:09:37.396 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.28.12.254:34733(127.28.12.254:34733)] connecting to peer
12:09:37.412 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.28.12.252:39615(127.28.12.252:39615)] connecting to peer
12:09:37.420 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.12.254:34733(127.28.12.254:34733)] Successfully connected to peer
12:09:37.422 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.28.12.253:42625(127.28.12.253:42625)] connecting to peer
12:09:37.425 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.12.254
12:09:37.427 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.12.252:39615(127.28.12.252:39615)] Successfully connected to peer
12:09:37.433 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.12.253:42625(127.28.12.253:42625)] Successfully connected to peer
12:09:37.458 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.12.253
12:09:37.473 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:37.476 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:37.486 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.12.252
12:09:37.499 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xd75184fe, L:/127.0.0.1:48508 - R:/127.28.12.253:42625] using SASL/PLAIN
12:09:37.507 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa8fbdcf8, L:/127.0.0.1:45160 - R:/127.28.12.254:34733] using SASL/PLAIN
12:09:37.534 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
12:09:37.560 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x094e3a80, L:/127.0.0.1:38680 - R:/127.28.12.252:39615] using SASL/PLAIN
12:09:37.567 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
12:09:37.622 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:37.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.700968 28973 catalog_manager.cc:1295] Loaded cluster ID: ace2823df0164e419d5dae69a63260ba
12:09:37.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.701099 28973 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: loading cluster ID for follower catalog manager: success
12:09:37.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.705868 28973 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: acquiring CA information for follower catalog manager: success
12:09:37.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:37.716835 28973 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ddecdbdc15674c32baf0c0b09cb6ce80: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
12:09:37.738 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:37.747 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
12:09:37.762 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
12:09:37.799 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
12:09:37.799 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
12:09:37.864 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
12:09:37.884 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
12:09:37.885 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
12:09:37.977 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:38.096 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:38.130 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
12:09:38.214 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
12:09:38.215 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
12:09:38.215 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
12:09:38.215 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 will be shutdown
12:09:38.215 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
12:09:38.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.215719 28723 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28734
12:09:38.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.217384 28795 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:38.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.346177 28723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28734
12:09:38.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.366219 28723 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28803
12:09:38.366 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.12.254:34733(127.28.12.254:34733)] handling channelInactive
12:09:38.366 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.12.254:34733(127.28.12.254:34733)] cleaning up while in state READY due to: connection closed
12:09:38.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.367492 28866 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:38.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:38.436018 28892 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.12.254:34733: connect: Connection refused (error 111)
12:09:38.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 12:09:38.437454 28892 consensus_peers.cc:597] T 00000000000000000000000000000000 P 2cb0f6d255ec43e9be48e054b3e68a52 -> Peer ddecdbdc15674c32baf0c0b09cb6ce80 (127.28.12.254:34733): Couldn't send request to peer ddecdbdc15674c32baf0c0b09cb6ce80. Status: Network error: Client connection negotiation failed: client connection to 127.28.12.254:34733: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
12:09:38.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.471329 28723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28803
12:09:38.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.490727 28723 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskiEi2or/build/asan/bin/kudu pid 28873
12:09:38.490 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.12.253:42625(127.28.12.253:42625)] handling channelInactive
12:09:38.491 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.12.253:42625(127.28.12.253:42625)] cleaning up while in state READY due to: connection closed
12:09:38.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.491989 28937 generic_service.cc:196] Checking for leaks (request via RPC)
12:09:38.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 12:09:38.595516 28723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskiEi2or/build/asan/bin/kudu with pid 28873
12:09:38.615 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.12.252:39615(127.28.12.252:39615)] handling channelInactive
12:09:38.615 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.12.252:39615(127.28.12.252:39615)] cleaning up while in state READY due to: connection closed
12:09:38.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T12:09:38Z chronyd exiting

Time: 35.056

OK (6 tests)

