JUnit version 4.13.2
.08:19:57.237 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:19:57.244 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:19:57.245 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:19:57.373 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8601974584237115004
08:19:57.531 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:19:57.549 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:19:57.838 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:19:57.879 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:19:57.880 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
08:19:57.915 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
08:19:57.927 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:19:57.947 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
08:19:58.747 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:19:58.751 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
08:19:58.773 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:19:58.775 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:19:58.787 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:19:58.788 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:19:58.990 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:19:58.990 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:19:58.993 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:19:59.491 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:19:59.491 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: null will be shutdown
08:19:59.522 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@145e8b78 created in the thread with id: 13
08:19:59.604 [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
08:19:59.858 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:19:59.860 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:19:59.861 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:19:59.862 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:19:59.863 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:19:59.864 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:00.525 [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
08:20:00.527 [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.129
08:20:00.527 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@445f72a3
08:20:00.869 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
08:20:00.921 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:00.971 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
08:20:00.975 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
08:20:01.073 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:01.079 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:01.349 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:01.356 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:01.366 [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)
08:20:01.367 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [36639]...
08:20:01.367 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:01.367 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:01.368 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
08:20:01.368 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
08:20:01.403 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:01.404 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:01.404 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:01.420 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:01.421 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36639]
08:20:01.422 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36639) in binary transport mode
08:20:01.438 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36639) current connections: 1
08:20:01.515 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
08:20:01.638 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:01.641 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:01.645 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:01.689 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36639"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:01.919 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:01.927 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:01.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:01.929241 25596 mini_oidc.cc:150] Starting JWKS server
08:20:01.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:01.931540 25596 webserver.cc:533] Webserver started at http://127.0.0.1:35451/ using document root <none> and password file <none>
08:20:01.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:01.931829 25596 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:01.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:01.932183 25596 webserver.cc:533] Webserver started at http://127.0.0.1:45877/ using document root <none> and password file <none>
08:20:01.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:01.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:01Z Disabled control of system clock
08:20:01.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:01.951638 25596 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:01.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:01.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal
08:20:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data
08:20:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/logs
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data/info.pb
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.62:35157
08:20:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.62
08:20:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639 with env {}
08:20:02.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.073287 25607 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:02.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.073556 25607 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:02.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.073629 25607 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077620 25607 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077719 25607 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077752 25607 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077780 25607 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077806 25607 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.077826 25607 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35451/jwks.json
08:20:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.082382 25607 master_runner.cc:387] Master server non-default flags:
08:20:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/logs
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data
08:20:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal
08:20:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639
08:20:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.62:35157
08:20:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data/info.pb
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.62
08:20:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25607
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.084112 25607 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.085944 25607 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.093566 25612 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
08:20:02.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.093580 25613 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
08:20:02.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.094102 25607 server_base.cc:1061] running on GCE node
08:20:02.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.094321 25615 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
08:20:02.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.095067 25607 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:02.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.096271 25607 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.099550 25607 hybrid_clock.cc:648] HybridClock initialized: now 1786522802099469 us; error 103 us; skew 500 ppm
08:20:02.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.101982 25607 webserver.cc:533] Webserver started at http://127.24.255.62:39333/ using document root <none> and password file <none>
08:20:02.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.102682 25607 fs_manager.cc:362] Metadata directory not provided
08:20:02.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.102774 25607 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:02.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.103107 25607 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.105075 25607 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data/instance:
08:20:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d66b85b0eec549a08a6366757db69c8b"
08:20:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.105670 25607 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal/instance:
08:20:02.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d66b85b0eec549a08a6366757db69c8b"
08:20:02.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.110452 25607 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
08:20:02.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.113297 25621 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:02.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.114598 25607 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
08:20:02.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.114763 25607 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal
08:20:02.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d66b85b0eec549a08a6366757db69c8b"
08:20:02.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.114897 25607 fs_report.cc:389] FS layout report
08:20:02.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data/data
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:02.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:02.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:02.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:02.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.131986 25607 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:02.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.133018 25607 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:02.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.133759 25607 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:02.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.144047 25607 rpc_server.cc:307] RPC server started. Bound to: 127.24.255.62:35157
08:20:02.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.144042 25681 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.255.62:35157 every 8 connection(s)
08:20:02.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.146013 25607 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/data/info.pb
08:20:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.148492 25596 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 25607
08:20:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.148669 25596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-0/wal/instance
08:20:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.149842 25682 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.150669 25596 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/logs
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data/info.pb
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:02.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.61:37637
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.61
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:02.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:02.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639 with env {}
08:20:02.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.155295 25682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.175480 25682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.176996 25624 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.255.61:37637: connect: Connection refused (error 111)
08:20:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.181617 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.61:37637: Network error: Client connection negotiation failed: client connection to 127.24.255.61:37637: connect: Connection refused (error 111)
08:20:02.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.230901 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } attempt: 1
08:20:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.232810 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.61:37637: Network error: Client connection negotiation failed: client connection to 127.24.255.61:37637: connect: Connection refused (error 111)
08:20:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.288439 25684 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.288676 25684 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.288798 25684 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293529 25684 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293624 25684 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293670 25684 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293707 25684 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:02.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293737 25684 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:02.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.293768 25684 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35451/jwks.json
08:20:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.299141 25684 master_runner.cc:387] Master server non-default flags:
08:20:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/logs
08:20:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal
08:20:02.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.61:37637
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:02.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data/info.pb
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.61
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25684
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.300700 25684 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.300977 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } attempt: 2
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.302279 25684 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.302806 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.61:37637: Network error: Client connection negotiation failed: client connection to 127.24.255.61:37637: connect: Connection refused (error 111)
08:20:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.309664 25693 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
08:20:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.309731 25692 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
08:20:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.310016 25695 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
08:20:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.311589 25684 server_base.cc:1061] running on GCE node
08:20:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.312256 25684 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.313472 25684 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:02.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.314715 25684 hybrid_clock.cc:648] HybridClock initialized: now 1786522802314683 us; error 50 us; skew 500 ppm
08:20:02.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.317118 25684 webserver.cc:533] Webserver started at http://127.24.255.61:35321/ using document root <none> and password file <none>
08:20:02.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.317911 25684 fs_manager.cc:362] Metadata directory not provided
08:20:02.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.318005 25684 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:02.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.318233 25684 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:02.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.320183 25684 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data/instance:
08:20:02.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ed8c26dc1c4460facfdf98b8d1af985"
08:20:02.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.320641 25684 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal/instance:
08:20:02.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ed8c26dc1c4460facfdf98b8d1af985"
08:20:02.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.324218 25684 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
08:20:02.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.326462 25703 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:02.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.327486 25684 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
08:20:02.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.327577 25684 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal
08:20:02.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ed8c26dc1c4460facfdf98b8d1af985"
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.327646 25684 fs_report.cc:389] FS layout report
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal
08:20:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data/data
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.348013 25684 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.348901 25684 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.349116 25684 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.357770 25684 rpc_server.cc:307] RPC server started. Bound to: 127.24.255.61:37637
08:20:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.357798 25761 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.255.61:37637 every 8 connection(s)
08:20:02.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.358979 25684 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/data/info.pb
08:20:02.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.360569 25596 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 25684
08:20:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.360698 25596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-1/wal/instance
08:20:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.361488 25596 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/logs
08:20:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data/info.pb
08:20:02.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:02.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:02.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:02.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:02.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:02.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:02.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:02.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.60:42983
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.60
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:02.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:02.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:02.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639 with env {}
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.362021 25762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.366842 25762 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.380334 25762 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.387059 25762 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.388792 25705 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.389993 25762 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.393986 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } attempt: 3
08:20:02.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.398672 25682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.400206 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.431399 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 1
08:20:02.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.433497 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.439234 25762 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 1
08:20:02.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.440626 25762 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.482649 25763 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:02.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.482878 25763 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:02.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.482923 25763 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486258 25763 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486315 25763 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486335 25763 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486352 25763 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486370 25763 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.486385 25763 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35451/jwks.json
08:20:02.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.490350 25763 master_runner.cc:387] Master server non-default flags:
08:20:02.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/logs
08:20:02.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:02.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:02.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.255.20:40199
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36639
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:02.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.255.62:35157,127.24.255.61:37637,127.24.255.60:42983
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.255.60:42983
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35451/jwks.json
08:20:02.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data/info.pb
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.255.60
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25763
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:02.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:02.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.491595 25763 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:02.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.494874 25763 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:02.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.501003 25772 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
08:20:02.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.501111 25771 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
08:20:02.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.501003 25774 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
08:20:02.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.501672 25763 server_base.cc:1061] running on GCE node
08:20:02.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.502185 25763 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.503078 25763 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:02.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.504243 25763 hybrid_clock.cc:648] HybridClock initialized: now 1786522802504227 us; error 38 us; skew 500 ppm
08:20:02.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.506201 25763 webserver.cc:533] Webserver started at http://127.24.255.60:40173/ using document root <none> and password file <none>
08:20:02.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.506722 25763 fs_manager.cc:362] Metadata directory not provided
08:20:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.506776 25763 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.506954 25763 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.508515 25763 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data/instance:
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00f787cfe8f14e04a39038bbd5188188"
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.508683 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 2
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.508846 25762 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 2
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.509091 25763 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal/instance:
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00f787cfe8f14e04a39038bbd5188188"
08:20:02.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.510491 25682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.510576 25762 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.255.60:42983: Network error: Client connection negotiation failed: client connection to 127.24.255.60:42983: connect: Connection refused (error 111)
08:20:02.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.512807 25763 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
08:20:02.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.514977 25783 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.515964 25763 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.516081 25763 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00f787cfe8f14e04a39038bbd5188188"
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:02 on dist-test-slave-cbsf"
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.516163 25763 fs_report.cc:389] FS layout report
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data/data
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.557109 25763 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.557838 25763 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.558012 25763 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:02.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.565403 25763 rpc_server.cc:307] RPC server started. Bound to: 127.24.255.60:42983
08:20:02.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.565399 25845 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.255.60:42983 every 8 connection(s)
08:20:02.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.566483 25763 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/data/info.pb
08:20:02.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.569319 25846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:02.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.569769 25596 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 25763
08:20:02.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.569878 25596 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster1820785186962656336/master-2/wal/instance
08:20:02.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.573597 25846 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.580623 25846 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.584893 25846 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } has no permanent_uuid. Determining permanent_uuid...
08:20:02.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.591894 25846 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: Bootstrap starting.
08:20:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.594260 25596 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.594525 25846 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: Neither blocks nor log segments found. Creating new log.
08:20:02.595 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:02.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.595498 25846 log.cc:826] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: Log is configured to *not* fsync() on all Append() calls
08:20:02.596 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:02.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.597613 25846 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: No bootstrap required, opened a new log
08:20:02.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.601069 25846 raft_consensus.cc:359] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.601274 25846 raft_consensus.cc:385] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:02.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.601329 25846 raft_consensus.cc:740] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00f787cfe8f14e04a39038bbd5188188, State: Initialized, Role: FOLLOWER
08:20:02.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.601722 25762 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 3
08:20:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.601800 25846 consensus_queue.cc:260] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.602653 25851 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.603022 25851 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.603133 25846 sys_catalog.cc:565] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: configured and running, proceeding with master startup.
08:20:02.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.609654 25682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } attempt: 3
08:20:02.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.609452 25763 master_runner.cc:187] Error getting master registration for 127.24.255.62:35157: OK, instance_id { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" instance_seqno: 1786522802141230 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:02.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.612048 25763 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:02.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.613343 25762 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: Bootstrap starting.
08:20:02.614 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.255.62"
      port: 35157
    }
    bound_http_address {
      host: "127.24.255.62"
      port: 39333
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.255.61"
      port: 37637
    }
    bound_http_address {
      host: "127.24.255.61"
      port: 35321
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.255.60"
      port: 42983
    }
    bound_http_address {
      host: "127.24.255.60"
      port: 40173
    }
  }
}

08:20:02.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.617169 25682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: Bootstrap starting.
08:20:02.619 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:02.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.620124 25682 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: Neither blocks nor log segments found. Creating new log.
08:20:02.620 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:02.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.621410 25682 log.cc:826] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: Log is configured to *not* fsync() on all Append() calls
08:20:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.623294 25762 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: Neither blocks nor log segments found. Creating new log.
08:20:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.623854 25682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: No bootstrap required, opened a new log
08:20:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.624140 25762 log.cc:826] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: Log is configured to *not* fsync() on all Append() calls
08:20:02.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.629019 25682 raft_consensus.cc:359] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.629456 25682 raft_consensus.cc:385] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:02.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.629724 25682 raft_consensus.cc:740] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d66b85b0eec549a08a6366757db69c8b, State: Initialized, Role: FOLLOWER
08:20:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.630250 25865 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.630451 25682 consensus_queue.cc:260] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.630566 25865 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:02.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.632153 25682 sys_catalog.cc:565] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: configured and running, proceeding with master startup.
08:20:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.634636 25762 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: No bootstrap required, opened a new log
08:20:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.637271 25627 tablet.cc:2406] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.638993 25762 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.639405 25762 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.639691 25762 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4ed8c26dc1c4460facfdf98b8d1af985, State: Initialized, Role: FOLLOWER
08:20:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.640376 25762 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.642031 25762 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: configured and running, proceeding with master startup.
08:20:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.639705 25607 master_runner.cc:187] Error getting master registration for 127.24.255.61:37637: OK, instance_id { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" instance_seqno: 1786522802355340 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.642210 25607 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:02.645 [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=7c7ed048-724d-46d1-9f7a-9485f1ad111a, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:02.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.647804 25891 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:02.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.648309 25891 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:02.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.648653 25908 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:02.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.652377 25684 master_runner.cc:264] No leader master found from master 4ed8c26dc1c4460facfdf98b8d1af985
08:20:02.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.653494 25684 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:02.655 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:02.655 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:02.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.653422 25908 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:02.660 [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=	
08:20:02.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.656909 25874 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.657065 25874 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.660936 25892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.661096 25892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.662185 25887 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:02.663 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: null will be shutdown
08:20:02.663 [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=	
08:20:02.663 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 created in the thread with id: 36
08:20:02.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.664058 25904 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:02.675 [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=	
08:20:02.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.676270 25862 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:02.701 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2
08:20:02.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.809247 25790 tablet.cc:2406] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:02.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:02.851343 25709 tablet.cc:2406] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:02.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.895282 25851 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:02.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.895494 25851 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.896621 25851 leader_election.cc:290] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d66b85b0eec549a08a6366757db69c8b (127.24.255.62:35157), 4ed8c26dc1c4460facfdf98b8d1af985 (127.24.255.61:37637)
08:20:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.898347 25654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00f787cfe8f14e04a39038bbd5188188" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d66b85b0eec549a08a6366757db69c8b" is_pre_election: true
08:20:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.898723 25654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00f787cfe8f14e04a39038bbd5188188 in term 0.
08:20:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.899197 25734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00f787cfe8f14e04a39038bbd5188188" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" is_pre_election: true
08:20:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.899987 25734 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00f787cfe8f14e04a39038bbd5188188 in term 0.
08:20:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.900789 25787 leader_election.cc:304] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [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: 00f787cfe8f14e04a39038bbd5188188, 4ed8c26dc1c4460facfdf98b8d1af985; no voters: 
08:20:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.902130 25851 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.902228 25851 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.902283 25851 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 0 FOLLOWER]: Advancing to term 1
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.903393 25851 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.903817 25851 leader_election.cc:290] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [CANDIDATE]: Term 1 election: Requested vote from peers d66b85b0eec549a08a6366757db69c8b (127.24.255.62:35157), 4ed8c26dc1c4460facfdf98b8d1af985 (127.24.255.61:37637)
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.904661 25654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00f787cfe8f14e04a39038bbd5188188" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d66b85b0eec549a08a6366757db69c8b"
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.904825 25654 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 0 FOLLOWER]: Advancing to term 1
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.906042 25654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00f787cfe8f14e04a39038bbd5188188 in term 1.
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.906440 25784 leader_election.cc:304] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [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: 00f787cfe8f14e04a39038bbd5188188, d66b85b0eec549a08a6366757db69c8b; no voters: 
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.906699 25734 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "00f787cfe8f14e04a39038bbd5188188" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4ed8c26dc1c4460facfdf98b8d1af985"
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.906821 25734 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 0 FOLLOWER]: Advancing to term 1
08:20:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.907927 25734 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00f787cfe8f14e04a39038bbd5188188 in term 1.
08:20:02.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.909663 25851 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 1 FOLLOWER]: Leader election won for term 1
08:20:02.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.909907 25851 raft_consensus.cc:697] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [term 1 LEADER]: Becoming Leader. State: Replica: 00f787cfe8f14e04a39038bbd5188188, State: Running, Role: LEADER
08:20:02.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.910244 25851 consensus_queue.cc:237] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [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: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } }
08:20:02.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.912263 25851 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 00f787cfe8f14e04a39038bbd5188188. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.912364 25851 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: This master's current role is: LEADER
08:20:02.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.919721 25919 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:02.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.922693 25919 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:02.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.934307 25734 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [term 1 FOLLOWER]: Refusing update from remote peer 00f787cfe8f14e04a39038bbd5188188: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:02.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.935096 25654 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [term 1 FOLLOWER]: Refusing update from remote peer 00f787cfe8f14e04a39038bbd5188188: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:02.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.936435 25917 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:02.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.936722 25851 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:02.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.944352 25892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 00f787cfe8f14e04a39038bbd5188188. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.944540 25892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.946403 25874 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 00f787cfe8f14e04a39038bbd5188188. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.946571 25874 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.960822 25917 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.961004 25917 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: This master's current role is: LEADER
08:20:02.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.961567 25892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.961686 25892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985 [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.962343 25922 mvcc.cc:204] Tried to move back new op lower bound from 7317597400808173568 to 7317597400724074496. Current Snapshot: MvccSnapshot[applied={T|T < 7317597400808173568}]
08:20:02.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.963570 25917 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.963685 25917 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188 [sys.catalog]: This master's current role is: LEADER
08:20:02.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.965049 25874 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "00f787cfe8f14e04a39038bbd5188188" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d66b85b0eec549a08a6366757db69c8b" member_type: VOTER last_known_addr { host: "127.24.255.62" port: 35157 } } peers { permanent_uuid: "4ed8c26dc1c4460facfdf98b8d1af985" member_type: VOTER last_known_addr { host: "127.24.255.61" port: 37637 } } peers { permanent_uuid: "00f787cfe8f14e04a39038bbd5188188" member_type: VOTER last_known_addr { host: "127.24.255.60" port: 42983 } } }
08:20:02.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.965209 25874 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b [sys.catalog]: This master's current role is: FOLLOWER
08:20:02.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.966150 25921 mvcc.cc:204] Tried to move back new op lower bound from 7317597400808173568 to 7317597400724074496. Current Snapshot: MvccSnapshot[applied={T|T < 7317597400808173568}]
08:20:02.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.974797 25919 catalog_manager.cc:1383] Generated new cluster ID: 5a3bb2ebf54c40938f828eb6822d8691
08:20:02.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:02.974895 25919 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:03.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.015094 25919 catalog_manager.cc:1406] Generated new certificate authority record
08:20:03.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.018723 25919 catalog_manager.cc:1540] Loading token signing keys...
08:20:03.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.043656 25919 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 00f787cfe8f14e04a39038bbd5188188: Generated new TSK 0
08:20:03.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.045002 25919 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:03.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.051209 25919 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:03.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.052094 25919 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:03.366 [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.
08:20:03.377 [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.
08:20:03.378 [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.
08:20:03.540 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:03.553 [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/hive8601974584237115004/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=7c7ed048-724d-46d1-9f7a-9485f1ad111a, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:03.632 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8601974584237115004/external-warehouse/table
08:20:03.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.650332 25891 catalog_manager.cc:1295] Loaded cluster ID: 5a3bb2ebf54c40938f828eb6822d8691
08:20:03.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.650439 25891 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: loading cluster ID for follower catalog manager: success
08:20:03.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.653170 25891 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: acquiring CA information for follower catalog manager: success
08:20:03.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.654822 25891 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d66b85b0eec549a08a6366757db69c8b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:03.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.657868 25908 catalog_manager.cc:1295] Loaded cluster ID: 5a3bb2ebf54c40938f828eb6822d8691
08:20:03.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.657953 25908 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: loading cluster ID for follower catalog manager: success
08:20:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.659926 25908 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: acquiring CA information for follower catalog manager: success
08:20:03.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:03.661178 25908 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4ed8c26dc1c4460facfdf98b8d1af985: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:03.665 [INFO - Metastore-Handler-Pool: Thread-47] (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=	
08:20:03.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:03.665688 25887 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:03.671 [INFO - Metastore-Handler-Pool: Thread-48] (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=	
08:20:03.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:03.671691 25904 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:03.679 [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=	
08:20:03.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:03.679687 25862 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:03.806 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:03.810 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:03.813 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:20:03.913 [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=d8716ab3-716d-4c48-a7b5-7d6b540840ab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:03.917 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:03.921 [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/hive8601974584237115004/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=d8716ab3-716d-4c48-a7b5-7d6b540840ab, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:03.924 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8601974584237115004/external-warehouse/table
08:20:03.954 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
08:20:03.963 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
08:20:03.964 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
08:20:03.972 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@7e25d04f
08:20:04.008 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
08:20:04.008 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
08:20:04.008 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
08:20:04.009 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
08:20:04.010 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
08:20:04.010 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
08:20:04.011 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
08:20:04.011 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
08:20:04.012 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
08:20:04.013 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
08:20:04.015 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
08:20:04.016 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
08:20:04.017 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
08:20:04.017 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
08:20:04.017 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
08:20:04.018 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
08:20:04.018 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
08:20:04.019 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
08:20:04.019 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
08:20:04.030 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
08:20:04.070 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
08:20:04.082 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
08:20:04.088 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
08:20:04.088 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
08:20:04.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
08:20:04.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
08:20:04.151 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
08:20:04.151 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
08:20:04.151 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
08:20:04.151 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
08:20:04.151 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
08:20:04.152 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
08:20:04.171 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:04.175 [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.
08:20:04.209 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:04.388 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.255.61:37637(127.24.255.61:37637)] connecting to peer
08:20:04.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 25535 (auto-detected)
08:20:04.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
08:20:04.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
08:20:04.402 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
08:20:04.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
08:20:04.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:12:ff:fe:35:a0:2f (auto-detected)
08:20:04.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
08:20:04.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
08:20:04.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
08:20:04.437 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
08:20:04.443 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.255.62:35157(127.24.255.62:35157)] connecting to peer
08:20:04.444 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.255.60:42983(127.24.255.60:42983)] connecting to peer
08:20:04.466 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.255.62:35157(127.24.255.62:35157)] Successfully connected to peer
08:20:04.466 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.255.61:37637(127.24.255.61:37637)] Successfully connected to peer
08:20:04.469 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.24.255.60:42983(127.24.255.60:42983)] Successfully connected to peer
08:20:04.478 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
08:20:04.479 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
08:20:04.479 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@54a38757
08:20:04.484 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
08:20:04.484 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
08:20:04.484 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
08:20:04.484 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
08:20:04.484 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
08:20:04.568 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.255.62
08:20:04.572 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.255.60
08:20:04.573 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.255.61
08:20:04.668 [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=	
08:20:04.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:04.673415 25887 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:04.690 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:04.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:04.693689 25904 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:04.699 [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=	
08:20:04.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:04.700615 25862 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:04.871 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:04.871 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:04.874 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:04.894 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4789995a, L:/127.0.0.1:56014 - R:/127.24.255.62:35157] using SASL/PLAIN
08:20:04.895 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xf05a70d9, L:/127.0.0.1:39812 - R:/127.24.255.60:42983] using SASL/PLAIN
08:20:04.895 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x654405fa, L:/127.0.0.1:48608 - R:/127.24.255.61:37637] using SASL/PLAIN
08:20:04.950 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:04.957 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:04.958 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:04.959 [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=15be054f-020d-4254-bbb4-0e8dca3f6590, 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)	
08:20:04.963 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:04.967 [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/hive8601974584237115004/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=15be054f-020d-4254-bbb4-0e8dca3f6590, 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)
08:20:04.969 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8601974584237115004/external-warehouse/table
08:20:04.989 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:04.990 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:04.991 [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=eb9ca921-5711-463c-9478-e1fb674f3dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:04.997 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:05.002 [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/hive8601974584237115004/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=eb9ca921-5711-463c-9478-e1fb674f3dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:05.005 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8601974584237115004/external-warehouse/table
08:20:05.102 [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	
08:20:05.198 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:05.209 [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	
08:20:05.414 [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.
08:20:05.694 [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=	
08:20:05.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:05.695391 25887 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:05.714 [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=	
08:20:05.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:05.714843 25904 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:05.721 [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=	
08:20:05.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:05.722134 25862 client.h:372] Failed to connect to Hive Metastore (localhost:36639): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:05.780 [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.
08:20:05.846 [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.
08:20:05.902 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:06.081 [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=d4f137ee-d482-4185-bf14-782aba88056d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:06.084 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:06.087 [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/hive8601974584237115004/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=d4f137ee-d482-4185-bf14-782aba88056d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.255.61:37637,127.24.255.62:35157,127.24.255.60:42983}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:06.090 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8601974584237115004/external-warehouse/table
08:20:06.148 [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	
08:20:06.187 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:06.190 [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	
08:20:06.274 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:06.298 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:06.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:06.298480 25596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 25607
08:20:06.299 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:06.299 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 will be shutdown
08:20:06.300 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:06.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:06.312738 25596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 25684
08:20:06.316 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.255.62:35157(127.24.255.62:35157)] handling channelInactive
08:20:06.317 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.255.62:35157(127.24.255.62:35157)] cleaning up while in state READY due to: connection closed
08:20:06.326 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.255.61:37637(127.24.255.61:37637)] handling channelInactive
08:20:06.327 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.255.61:37637(127.24.255.61:37637)] cleaning up while in state READY due to: connection closed
08:20:06.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:06.326385 25596 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 25763
08:20:06.342 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.24.255.60:42983(127.24.255.60:42983)] handling channelInactive
08:20:06.342 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.24.255.60:42983(127.24.255.60:42983)] cleaning up while in state READY due to: connection closed
08:20:06.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:06Z chronyd exiting
.08:20:06.392 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:06.393 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:06.393 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:06.416 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13880910518652019836
08:20:06.418 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:06.418 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:06.421 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:06.421 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:06.421 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:06.426 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:06.432 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:06.433 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:06.433 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:06.434 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:06.435 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
08:20:06.530 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:06.530 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
08:20:06.531 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:06.533 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:06.535 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:06.536 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:06.557 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:06.558 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:06.558 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:06.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.599 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.600 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.600 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.601 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.601 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:06.877 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:06.877 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1af024ff, with PersistenceManager: null will be shutdown
08:20:06.878 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1af024ff, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@591e1c26 created in the thread with id: 65
08:20:06.880 [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
08:20:06.881 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1af024ff
08:20:07.010 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
08:20:07.036 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:07.082 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
08:20:07.084 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
08:20:07.124 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:07.125 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:07.126 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:07.126 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:07.127 [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)
08:20:07.127 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [41275]...
08:20:07.127 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:07.127 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:07.127 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
08:20:07.127 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
08:20:07.419 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:07.420 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:07.420 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:07.422 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:07.422 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41275]
08:20:07.423 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41275) in binary transport mode
08:20:07.423 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41275) current connections: 1
08:20:07.425 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:07.425 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:07.425 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:07.429 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41275"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:07.550 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:07.551 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.552464 25992 mini_oidc.cc:150] Starting JWKS server
08:20:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.554215 25992 webserver.cc:533] Webserver started at http://127.0.0.1:45259/ using document root <none> and password file <none>
08:20:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.554349 25992 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.554566 25992 webserver.cc:533] Webserver started at http://127.0.0.1:45103/ using document root <none> and password file <none>
08:20:07.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:07Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:07.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:07Z Disabled control of system clock
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.569857 25992 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/logs
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data/info.pb
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.62:46115
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.62
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275 with env {}
08:20:07.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.674387 26006 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:07.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.674620 26006 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:07.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.674666 26006 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678113 26006 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678182 26006 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678203 26006 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678220 26006 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678239 26006 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:07.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.678253 26006 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45259/jwks.json
08:20:07.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.682489 26006 master_runner.cc:387] Master server non-default flags:
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/logs
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.62:46115
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data/info.pb
08:20:07.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.62
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26006
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.683615 26006 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:07.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.684755 26006 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:07.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.690353 26013 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
08:20:07.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.690342 26016 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
08:20:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.690346 26012 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
08:20:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.690620 26006 server_base.cc:1061] running on GCE node
08:20:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.691339 26006 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:07.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.692329 26006 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:07.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.693533 26006 hybrid_clock.cc:648] HybridClock initialized: now 1786522807693491 us; error 119 us; skew 500 ppm
08:20:07.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.695569 26006 webserver.cc:533] Webserver started at http://127.25.98.62:33493/ using document root <none> and password file <none>
08:20:07.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.696187 26006 fs_manager.cc:362] Metadata directory not provided
08:20:07.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.696276 26006 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:07.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.696542 26006 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:07.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.698196 26006 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data/instance:
08:20:07.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7dc6457ee30c485ba428e22340843a5e"
08:20:07.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.698760 26006 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal/instance:
08:20:07.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7dc6457ee30c485ba428e22340843a5e"
08:20:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.702134 26006 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:20:07.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.704356 26023 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.705411 26006 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.705557 26006 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7dc6457ee30c485ba428e22340843a5e"
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.705667 26006 fs_report.cc:389] FS layout report
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data/data
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:07.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:07.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.730176 26006 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:07.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.730990 26006 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:07.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.731208 26006 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.739326 26080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.62:46115 every 8 connection(s)
08:20:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.739327 26006 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.62:46115
08:20:07.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.740511 26006 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/data/info.pb
08:20:07.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.743434 26081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:07.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.746977 25992 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26006
08:20:07.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.747143 25992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-0/wal/instance
08:20:07.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.747237 26081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.748939 25992 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/logs
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data/info.pb
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.61:32915
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.61
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275 with env {}
08:20:07.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.763141 26081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.764128 26027 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.98.61:32915: connect: Connection refused (error 111)
08:20:07.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.765103 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.61:32915: Network error: Client connection negotiation failed: client connection to 127.25.98.61:32915: connect: Connection refused (error 111)
08:20:07.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.814366 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } attempt: 1
08:20:07.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.816078 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.61:32915: Network error: Client connection negotiation failed: client connection to 127.25.98.61:32915: connect: Connection refused (error 111)
08:20:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.860105 26084 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.860329 26084 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.860374 26084 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863684 26084 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863744 26084 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863765 26084 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863781 26084 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863801 26084 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.863817 26084 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45259/jwks.json
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.868271 26084 master_runner.cc:387] Master server non-default flags:
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/logs
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.61:32915
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data/info.pb
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.61
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26084
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.869412 26084 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.870559 26084 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.876420 26091 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
08:20:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.876420 26094 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
08:20:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.876484 26092 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
08:20:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.876816 26084 server_base.cc:1061] running on GCE node
08:20:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.877269 26084 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:07.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.878216 26084 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:07.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.879381 26084 hybrid_clock.cc:648] HybridClock initialized: now 1786522807879368 us; error 35 us; skew 500 ppm
08:20:07.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.881413 26084 webserver.cc:533] Webserver started at http://127.25.98.61:36557/ using document root <none> and password file <none>
08:20:07.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.882014 26084 fs_manager.cc:362] Metadata directory not provided
08:20:07.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.882076 26084 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:07.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.882242 26084 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.883741 26084 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data/instance:
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4b37d631af3474391968638b74a9d3e"
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.884171 26084 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal/instance:
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4b37d631af3474391968638b74a9d3e"
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.884274 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } attempt: 2
08:20:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.885767 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.61:32915: Network error: Client connection negotiation failed: client connection to 127.25.98.61:32915: connect: Connection refused (error 111)
08:20:07.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.887871 26084 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
08:20:07.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.890118 26101 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.891189 26084 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.891305 26084 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4b37d631af3474391968638b74a9d3e"
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:07 on dist-test-slave-cbsf"
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.891387 26084 fs_report.cc:389] FS layout report
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data/data
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:07.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:07.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.913129 26084 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:07.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.913746 26084 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:07.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.913894 26084 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:07.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.921397 26084 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.61:32915
08:20:07.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.921412 26163 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.61:32915 every 8 connection(s)
08:20:07.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.922400 26084 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/data/info.pb
08:20:07.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.925161 26164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:07.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.926465 25992 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26084
08:20:07.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.926591 25992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-1/wal/instance
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.927322 25992 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/logs
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data/info.pb
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:07.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.60:46441
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.60
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:07.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275 with env {}
08:20:07.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.929651 26164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.938563 26164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.944757 26164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.945652 26105 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.946612 26164 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:07.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.976992 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } attempt: 3
08:20:07.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.982065 26081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } has no permanent_uuid. Determining permanent_uuid...
08:20:07.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.984803 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:07.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:07.995836 26164 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 1
08:20:07.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:07.997532 26164 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:08.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.016011 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 1
08:20:08.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.017647 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:08.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.042423 26165 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:08.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.042650 26165 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:08.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.042697 26165 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046082 26165 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046141 26165 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046161 26165 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046178 26165 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046196 26165 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.046211 26165 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45259/jwks.json
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.050218 26165 master_runner.cc:387] Master server non-default flags:
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/logs
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.20:43635
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41275
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.62:46115,127.25.98.61:32915,127.25.98.60:46441
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.60:46441
08:20:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45259/jwks.json
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data/info.pb
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.60
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26165
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:08.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.051330 26165 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:08.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.052408 26165 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:08.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.058127 26178 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
08:20:08.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.058127 26174 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
08:20:08.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.058230 26176 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
08:20:08.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.058350 26165 server_base.cc:1061] running on GCE node
08:20:08.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.058772 26165 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:08.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.059672 26165 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:08.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.060869 26165 hybrid_clock.cc:648] HybridClock initialized: now 1786522808060852 us; error 31 us; skew 500 ppm
08:20:08.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.062889 26165 webserver.cc:533] Webserver started at http://127.25.98.60:38143/ using document root <none> and password file <none>
08:20:08.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.063481 26165 fs_manager.cc:362] Metadata directory not provided
08:20:08.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.063580 26165 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:08.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.063827 26165 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.065461 26165 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data/instance:
08:20:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "446d5dae4c4e40bdaa1760128e5032d9"
08:20:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:08 on dist-test-slave-cbsf"
08:20:08.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.065719 26164 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 2
08:20:08.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.066032 26165 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal/instance:
08:20:08.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "446d5dae4c4e40bdaa1760128e5032d9"
08:20:08.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:08 on dist-test-slave-cbsf"
08:20:08.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.067214 26164 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:08.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.069716 26165 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
08:20:08.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.072042 26186 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.073129 26165 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.073228 26165 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "446d5dae4c4e40bdaa1760128e5032d9"
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:08 on dist-test-slave-cbsf"
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.073302 26165 fs_report.cc:389] FS layout report
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data/data
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:08.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:08.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.085883 26165 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:08.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.086453 26165 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:08.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.086601 26165 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:08.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.092818 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 2
08:20:08.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.094302 26081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.60:46441: Network error: Client connection negotiation failed: client connection to 127.25.98.60:46441: connect: Connection refused (error 111)
08:20:08.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.094478 26165 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.60:46441
08:20:08.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.094504 26244 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.60:46441 every 8 connection(s)
08:20:08.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.095405 26165 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/data/info.pb
08:20:08.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.098347 26245 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.101797 26245 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
08:20:08.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.104493 25992 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26165
08:20:08.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.104606 25992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8838657673980166406/master-2/wal/instance
08:20:08.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.110798 26245 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } has no permanent_uuid. Determining permanent_uuid...
08:20:08.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.115078 26245 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } has no permanent_uuid. Determining permanent_uuid...
08:20:08.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.121847 26245 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: Bootstrap starting.
08:20:08.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.124413 26245 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: Neither blocks nor log segments found. Creating new log.
08:20:08.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.125609 26245 log.cc:826] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: Log is configured to *not* fsync() on all Append() calls
08:20:08.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.127610 26245 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: No bootstrap required, opened a new log
08:20:08.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.127952 25992 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:08.128 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:08.129 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:08.129 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.98.62"
      port: 46115
    }
    bound_http_address {
      host: "127.25.98.62"
      port: 33493
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.98.61"
      port: 32915
    }
    bound_http_address {
      host: "127.25.98.61"
      port: 36557
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.98.60"
      port: 46441
    }
    bound_http_address {
      host: "127.25.98.60"
      port: 38143
    }
  }
}

08:20:08.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.130957 26245 raft_consensus.cc:359] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.131177 26245 raft_consensus.cc:385] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:08.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.131232 26245 raft_consensus.cc:740] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 446d5dae4c4e40bdaa1760128e5032d9, State: Initialized, Role: FOLLOWER
08:20:08.130 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:08.131 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:08.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.131699 26245 consensus_queue.cc:260] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [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: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.132524 26251 sys_catalog.cc:455] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [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: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.132846 26251 sys_catalog.cc:458] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.133 [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=65bfc326-5bc0-4e3c-bf8b-88207c756b2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.98.61:32915,127.25.98.62:46115,127.25.98.60:46441}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:08.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.133096 26245 sys_catalog.cc:565] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: configured and running, proceeding with master startup.
08:20:08.138 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:08.139 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:08.139 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@486a55ed, with PersistenceManager: null will be shutdown
08:20:08.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.139393 26266 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:08.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.139676 26266 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:08.138 [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=	
08:20:08.140 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@486a55ed, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4a7257a5 created in the thread with id: 86
08:20:08.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.140507 26263 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:08.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.139026 26165 master_runner.cc:187] Error getting master registration for 127.25.98.62:46115: OK, instance_id { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" instance_seqno: 1786522807737060 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:08.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.141495 26165 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:08.146 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@486a55ed
08:20:08.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.151868 26251 raft_consensus.cc:493] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:08.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.152056 26251 raft_consensus.cc:515] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.153237 26251 leader_election.cc:290] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7dc6457ee30c485ba428e22340843a5e (127.25.98.62:46115), a4b37d631af3474391968638b74a9d3e (127.25.98.61:32915)
08:20:08.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.158370 26164 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 3
08:20:08.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.166824 26164 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: Bootstrap starting.
08:20:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.169757 26164 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: Neither blocks nor log segments found. Creating new log.
08:20:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.170652 26164 log.cc:826] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: Log is configured to *not* fsync() on all Append() calls
08:20:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.179670 26164 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: No bootstrap required, opened a new log
08:20:08.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.184283 26164 raft_consensus.cc:359] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.184538 26164 raft_consensus.cc:385] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:08.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.184602 26164 raft_consensus.cc:740] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4b37d631af3474391968638b74a9d3e, State: Initialized, Role: FOLLOWER
08:20:08.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.185212 26164 consensus_queue.cc:260] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [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: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.187021 26164 sys_catalog.cc:565] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: configured and running, proceeding with master startup.
08:20:08.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.187275 26132 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "446d5dae4c4e40bdaa1760128e5032d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4b37d631af3474391968638b74a9d3e" is_pre_election: true
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.187587 26132 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 446d5dae4c4e40bdaa1760128e5032d9 in term 0.
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.188843 26189 leader_election.cc:304] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [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: 446d5dae4c4e40bdaa1760128e5032d9, a4b37d631af3474391968638b74a9d3e; no voters: 
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.189214 26251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.189289 26251 raft_consensus.cc:493] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.189333 26251 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 0 FOLLOWER]: Advancing to term 1
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.190624 26251 raft_consensus.cc:515] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.191139 26251 leader_election.cc:290] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [CANDIDATE]: Term 1 election: Requested vote from peers 7dc6457ee30c485ba428e22340843a5e (127.25.98.62:46115), a4b37d631af3474391968638b74a9d3e (127.25.98.61:32915)
08:20:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.192947 26132 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "446d5dae4c4e40bdaa1760128e5032d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a4b37d631af3474391968638b74a9d3e"
08:20:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.193111 26132 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 0 FOLLOWER]: Advancing to term 1
08:20:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.193462 26081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } attempt: 3
08:20:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.194422 26132 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 446d5dae4c4e40bdaa1760128e5032d9 in term 1.
08:20:08.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.194787 26189 leader_election.cc:304] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [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: 446d5dae4c4e40bdaa1760128e5032d9, a4b37d631af3474391968638b74a9d3e; no voters: 
08:20:08.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.194986 26251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 1 FOLLOWER]: Leader election won for term 1
08:20:08.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.195245 26251 raft_consensus.cc:697] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [term 1 LEADER]: Becoming Leader. State: Replica: 446d5dae4c4e40bdaa1760128e5032d9, State: Running, Role: LEADER
08:20:08.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.195595 26251 consensus_queue.cc:237] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [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: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.197585 26251 sys_catalog.cc:455] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 446d5dae4c4e40bdaa1760128e5032d9. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.197706 26251 sys_catalog.cc:458] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: This master's current role is: LEADER
08:20:08.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.201858 26081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: Bootstrap starting.
08:20:08.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.205384 26081 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: Neither blocks nor log segments found. Creating new log.
08:20:08.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.206931 26081 log.cc:826] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: Log is configured to *not* fsync() on all Append() calls
08:20:08.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.205479 26084 master_runner.cc:187] Error getting master registration for 127.25.98.62:46115: OK, instance_id { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" instance_seqno: 1786522807737060 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:08.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.208072 26084 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.215651 26275 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:08.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.220355 26291 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:08.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.225248 26081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: No bootstrap required, opened a new log
08:20:08.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.226115 26275 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:08.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.229287 26081 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.229503 26081 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:08.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.229564 26081 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7dc6457ee30c485ba428e22340843a5e, State: Initialized, Role: FOLLOWER
08:20:08.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.230120 26081 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [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: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } }
08:20:08.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.231552 26081 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: configured and running, proceeding with master startup.
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.231581 26053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "446d5dae4c4e40bdaa1760128e5032d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7dc6457ee30c485ba428e22340843a5e" is_pre_election: true
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.231971 26053 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 446d5dae4c4e40bdaa1760128e5032d9 in term 0.
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.231592 26052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "446d5dae4c4e40bdaa1760128e5032d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7dc6457ee30c485ba428e22340843a5e"
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.232676 26030 tablet.cc:2406] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.232779 26052 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 0 FOLLOWER]: Advancing to term 1
08:20:08.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.234099 26052 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 446d5dae4c4e40bdaa1760128e5032d9 in term 1.
08:20:08.236 [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=	
08:20:08.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.240046 26313 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:08.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.242173 26313 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:08.249 [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=	
08:20:08.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.249583 26296 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.249954 26296 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.250325 26310 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.233331 26272 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.236752 26287 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.253422 26272 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:08.253711 26291 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.262185 26132 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [term 1 FOLLOWER]: Refusing update from remote peer 446d5dae4c4e40bdaa1760128e5032d9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.263206 26273 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:08.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.267827 26272 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 446d5dae4c4e40bdaa1760128e5032d9. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.267963 26272 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.269483 26052 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [term 1 FOLLOWER]: Refusing update from remote peer 446d5dae4c4e40bdaa1760128e5032d9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:08.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.270340 26273 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:08.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.274477 26296 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 446d5dae4c4e40bdaa1760128e5032d9. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.274609 26296 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.286666 26273 sys_catalog.cc:455] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.286823 26273 sys_catalog.cc:458] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: This master's current role is: LEADER
08:20:08.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.289149 26296 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.289283 26296 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.290197 26316 mvcc.cc:204] Tried to move back new op lower bound from 7317597422620815360 to 7317597422372556800. Current Snapshot: MvccSnapshot[applied={T|T < 7317597422620815360}]
08:20:08.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.293043 26251 sys_catalog.cc:455] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.293182 26251 sys_catalog.cc:458] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9 [sys.catalog]: This master's current role is: LEADER
08:20:08.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.294694 26272 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "446d5dae4c4e40bdaa1760128e5032d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dc6457ee30c485ba428e22340843a5e" member_type: VOTER last_known_addr { host: "127.25.98.62" port: 46115 } } peers { permanent_uuid: "a4b37d631af3474391968638b74a9d3e" member_type: VOTER last_known_addr { host: "127.25.98.61" port: 32915 } } peers { permanent_uuid: "446d5dae4c4e40bdaa1760128e5032d9" member_type: VOTER last_known_addr { host: "127.25.98.60" port: 46441 } } }
08:20:08.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.294814 26272 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e [sys.catalog]: This master's current role is: FOLLOWER
08:20:08.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.295892 26320 mvcc.cc:204] Tried to move back new op lower bound from 7317597422620815360 to 7317597422372556800. Current Snapshot: MvccSnapshot[applied={T|T < 7317597422620815360}]
08:20:08.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.296341 26318 mvcc.cc:204] Tried to move back new op lower bound from 7317597422620815360 to 7317597422372556800. Current Snapshot: MvccSnapshot[applied={T|T < 7317597422620815360}]
08:20:08.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.301087 26275 catalog_manager.cc:1383] Generated new cluster ID: b5c96538287647a5a71d0060811c1def
08:20:08.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.301186 26275 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:08.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.356254 26275 catalog_manager.cc:1406] Generated new certificate authority record
08:20:08.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.357875 26275 catalog_manager.cc:1540] Loading token signing keys...
08:20:08.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.372004 26275 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 446d5dae4c4e40bdaa1760128e5032d9: Generated new TSK 0
08:20:08.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.373087 26275 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:08.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.373978 26275 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:08.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:08.374609 26275 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:08.736 [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.
08:20:08.744 [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.
08:20:08.745 [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.
08:20:08.831 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:08.838 [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/hive13880910518652019836/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=65bfc326-5bc0-4e3c-bf8b-88207c756b2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.98.61:32915,127.25.98.62:46115,127.25.98.60:46441}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:08.840 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13880910518652019836/external-warehouse/table
08:20:08.944 [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	
08:20:08.989 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:08.991 [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	
08:20:09.135 [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.
08:20:09.145 [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=	
08:20:09.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:09.146652 26263 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.244035 26313 catalog_manager.cc:1295] Loaded cluster ID: b5c96538287647a5a71d0060811c1def
08:20:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.244139 26313 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: loading cluster ID for follower catalog manager: success
08:20:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.246639 26313 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: acquiring CA information for follower catalog manager: success
08:20:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.248051 26313 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7dc6457ee30c485ba428e22340843a5e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:09.253 [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=	
08:20:09.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:09.254599 26310 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:09.256 [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=	
08:20:09.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.255780 26291 catalog_manager.cc:1295] Loaded cluster ID: b5c96538287647a5a71d0060811c1def
08:20:09.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.255853 26291 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: loading cluster ID for follower catalog manager: success
08:20:09.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:09.256675 26287 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:09.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.259013 26291 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: acquiring CA information for follower catalog manager: success
08:20:09.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:09.260773 26291 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a4b37d631af3474391968638b74a9d3e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:09.383 [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.
08:20:09.428 [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.
08:20:09.455 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:09.577 [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.
08:20:09.579 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:09.580 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.98.61:32915(127.25.98.61:32915)] connecting to peer
08:20:09.583 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.98.61:32915(127.25.98.61:32915)] Successfully connected to peer
08:20:09.584 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.98.62:46115(127.25.98.62:46115)] connecting to peer
08:20:09.586 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.98.60:46441(127.25.98.60:46441)] connecting to peer
08:20:09.588 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.98.62:46115(127.25.98.62:46115)] Successfully connected to peer
08:20:09.592 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.98.61
08:20:09.596 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.98.60:46441(127.25.98.60:46441)] Successfully connected to peer
08:20:09.610 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.98.62
08:20:09.629 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.98.60
08:20:09.631 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:09.640 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:09.646 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x30195cd2, L:/127.0.0.1:37720 - R:/127.25.98.61:32915] using SASL/PLAIN
08:20:09.651 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xa1fa3f06, L:/127.0.0.1:50288 - R:/127.25.98.62:46115] using SASL/PLAIN
08:20:09.659 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:09.664 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x315de8d2, L:/127.0.0.1:52174 - R:/127.25.98.60:46441] using SASL/PLAIN
08:20:09.668 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:09.676 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:09.677 [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	
08:20:09.723 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:09.734 [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	
08:20:09.793 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:09.812 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:09.814 [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=65bfc326-5bc0-4e3c-bf8b-88207c756b2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.98.61:32915,127.25.98.62:46115,127.25.98.60:46441}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:09.817 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:09.820 [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/hive13880910518652019836/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=65bfc326-5bc0-4e3c-bf8b-88207c756b2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.98.61:32915,127.25.98.62:46115,127.25.98.60:46441}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:09.822 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13880910518652019836/external-warehouse/table
08:20:09.861 [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	
08:20:09.876 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:09.878 [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	
08:20:09.900 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:09.916 [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)	
08:20:09.919 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:09.921 [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/hive13880910518652019836/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)
08:20:09.923 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive13880910518652019836/external-warehouse/table specified for non-external table:table
08:20:09.924 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13880910518652019836/external-warehouse/table
08:20:09.946 [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	
08:20:09.960 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:09.961 [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	
08:20:09.983 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:10.004 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:10.005 [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	
08:20:10.021 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:10.022 [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	
08:20:10.046 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:10.064 [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)	
08:20:10.067 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:10.070 [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/hive13880910518652019836/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)
08:20:10.071 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive13880910518652019836/external-warehouse/table specified for non-external table:table
08:20:10.072 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13880910518652019836/external-warehouse/table
08:20:10.090 [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	
08:20:10.106 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:10.108 [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	
08:20:10.138 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:10.155 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:10.156 [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	
08:20:10.161 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:10.162492 26263 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:10.168 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:10.169 [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	
08:20:10.189 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:10.207 [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)	
08:20:10.211 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:10.213 [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/hive13880910518652019836/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)
08:20:10.216 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13880910518652019836/external-warehouse/table
08:20:10.238 [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	
08:20:10.250 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:10.251 [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	
08:20:10.257 [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=	
08:20:10.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:10.257640 26310 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:10.259 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:10.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:10.264102 26287 client.h:372] Failed to connect to Hive Metastore (localhost:41275): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:10.300 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:20:10.315 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:10.315 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:10.315 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@486a55ed, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4a7257a5 will be shutdown
08:20:10.316 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:10.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:10.315997 25992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26006
08:20:10.331 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.98.62:46115(127.25.98.62:46115)] handling channelInactive
08:20:10.331 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.98.62:46115(127.25.98.62:46115)] cleaning up while in state READY due to: connection closed
08:20:10.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:10.331354 25992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26084
08:20:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:10.344882 25992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26165
08:20:10.345 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.98.61:32915(127.25.98.61:32915)] handling channelInactive
08:20:10.345 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.98.61:32915(127.25.98.61:32915)] cleaning up while in state READY due to: connection closed
08:20:10.356 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.98.60:46441(127.25.98.60:46441)] handling channelInactive
08:20:10.356 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.98.60:46441(127.25.98.60:46441)] cleaning up while in state READY due to: connection closed
08:20:10.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:10Z chronyd exiting
.08:20:10.404 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:10.405 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:10.405 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:10.423 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1465939472349802762
08:20:10.424 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:10.424 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:10.426 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:10.426 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:10.426 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:10.427 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:10.429 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:10.429 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:10.430 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:10.430 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:10.431 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
08:20:10.506 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:10.507 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
08:20:10.508 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:10.509 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:10.511 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:10.512 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:10.529 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:10.530 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:10.530 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:10.555 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.556 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.557 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.557 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.558 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.558 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:10.775 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:10.775 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: null will be shutdown
08:20:10.777 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@ca2f8a4 created in the thread with id: 107
08:20:10.779 [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
08:20:10.780 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543
08:20:10.891 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
08:20:10.912 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:10.936 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
08:20:10.938 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
08:20:10.967 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:10.968 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:10.969 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:10.969 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:10.969 [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)
08:20:10.969 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [42331]...
08:20:10.969 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:10.969 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:10.970 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
08:20:10.970 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
08:20:11.426 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:11.427 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:11.427 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:11.428 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:11.429 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42331]
08:20:11.429 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42331) in binary transport mode
08:20:11.429 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42331) current connections: 1
08:20:11.431 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:11.431 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:11.431 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:11.434 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42331"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:11.544 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:11.545 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.546186 26382 mini_oidc.cc:150] Starting JWKS server
08:20:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.547842 26382 webserver.cc:533] Webserver started at http://127.0.0.1:43113/ using document root <none> and password file <none>
08:20:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.548059 26382 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.548364 26382 webserver.cc:533] Webserver started at http://127.0.0.1:32845/ using document root <none> and password file <none>
08:20:11.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:11.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:11Z Disabled control of system clock
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.564459 26382 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/logs
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data/info.pb
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.190:38111
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.190
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331 with env {}
08:20:11.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.673908 26395 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:11.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.674315 26395 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:11.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.674371 26395 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.677934 26395 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.678059 26395 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.678104 26395 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.678140 26395 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.678170 26395 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:11.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.678191 26395 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43113/jwks.json
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.682580 26395 master_runner.cc:387] Master server non-default flags:
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/logs
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:11.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.190:38111
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data/info.pb
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.190
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26395
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.683656 26395 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:11.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.684868 26395 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:11.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.690678 26401 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
08:20:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.690668 26402 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
08:20:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.690667 26404 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
08:20:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.690840 26395 server_base.cc:1061] running on GCE node
08:20:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.691681 26395 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:11.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.692925 26395 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:11.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.694108 26395 hybrid_clock.cc:648] HybridClock initialized: now 1786522811694061 us; error 69 us; skew 500 ppm
08:20:11.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.696108 26395 webserver.cc:533] Webserver started at http://127.25.195.190:46721/ using document root <none> and password file <none>
08:20:11.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.696664 26395 fs_manager.cc:362] Metadata directory not provided
08:20:11.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.696799 26395 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:11.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.696971 26395 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:11.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.698544 26395 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data/instance:
08:20:11.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39401dc5e8e144dd8d4364cf223059fd"
08:20:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.698995 26395 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal/instance:
08:20:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39401dc5e8e144dd8d4364cf223059fd"
08:20:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.702462 26395 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:20:11.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.704819 26412 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.705884 26395 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.706058 26395 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39401dc5e8e144dd8d4364cf223059fd"
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.706171 26395 fs_report.cc:389] FS layout report
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data/data
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:11.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:11.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.719928 26395 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:11.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.720762 26395 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:11.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.720990 26395 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:11.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.729089 26395 rpc_server.cc:307] RPC server started. Bound to: 127.25.195.190:38111
08:20:11.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.729100 26476 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.195.190:38111 every 8 connection(s)
08:20:11.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.730278 26395 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/data/info.pb
08:20:11.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.731187 26382 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26395
08:20:11.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.731315 26382 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-0/wal/instance
08:20:11.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.732632 26382 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/logs
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data/info.pb
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.189:45343
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.189
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331 with env {}
08:20:11.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.733716 26477 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:11.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.737622 26477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.748344 26477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.749291 26416 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.195.189:45343: connect: Connection refused (error 111)
08:20:11.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.752456 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.189:45343: Network error: Client connection negotiation failed: client connection to 127.25.195.189:45343: connect: Connection refused (error 111)
08:20:11.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.801738 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } attempt: 1
08:20:11.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.803769 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.189:45343: Network error: Client connection negotiation failed: client connection to 127.25.195.189:45343: connect: Connection refused (error 111)
08:20:11.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.849707 26478 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:11.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.849972 26478 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:11.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.850042 26478 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.853893 26478 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.853958 26478 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.853984 26478 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.854004 26478 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.854023 26478 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.854040 26478 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43113/jwks.json
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.858925 26478 master_runner.cc:387] Master server non-default flags:
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/logs
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.189:45343
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data/info.pb
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.189
08:20:11.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26478
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:11.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.860294 26478 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:11.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.861919 26478 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.870273 26488 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
08:20:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.870282 26491 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
08:20:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.870296 26489 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
08:20:11.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.871100 26478 server_base.cc:1061] running on GCE node
08:20:11.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.871747 26478 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:11.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.871989 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } attempt: 2
08:20:11.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.873059 26478 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:11.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.873783 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.189:45343: Network error: Client connection negotiation failed: client connection to 127.25.195.189:45343: connect: Connection refused (error 111)
08:20:11.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.874250 26478 hybrid_clock.cc:648] HybridClock initialized: now 1786522811874230 us; error 33 us; skew 500 ppm
08:20:11.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.876375 26478 webserver.cc:533] Webserver started at http://127.25.195.189:42923/ using document root <none> and password file <none>
08:20:11.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.877028 26478 fs_manager.cc:362] Metadata directory not provided
08:20:11.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.877094 26478 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:11.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.877271 26478 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.878844 26478 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data/instance:
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a1b958c4d1034773a20af5d3d1f4c46e"
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.879279 26478 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal/instance:
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a1b958c4d1034773a20af5d3d1f4c46e"
08:20:11.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.882881 26478 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:20:11.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.885237 26497 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.886377 26478 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.886479 26478 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a1b958c4d1034773a20af5d3d1f4c46e"
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:11 on dist-test-slave-cbsf"
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.886550 26478 fs_report.cc:389] FS layout report
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data/data
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.899740 26478 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.900369 26478 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.900514 26478 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:11.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.907994 26478 rpc_server.cc:307] RPC server started. Bound to: 127.25.195.189:45343
08:20:11.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.908035 26554 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.195.189:45343 every 8 connection(s)
08:20:11.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.909139 26478 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/data/info.pb
08:20:11.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.911945 26382 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26478
08:20:11.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.912055 26382 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-1/wal/instance
08:20:11.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.912181 26555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:11.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.912824 26382 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/logs
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data/info.pb
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.188:39399
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.188
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:11.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331 with env {}
08:20:11.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.916211 26555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.929347 26555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.937237 26555 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.938046 26500 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:11.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.938953 26555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:11.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.964993 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } attempt: 3
08:20:11.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.969805 26477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } has no permanent_uuid. Determining permanent_uuid...
08:20:11.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.971225 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:11.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:11.988191 26555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 1
08:20:11.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:11.989889 26555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:12.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.002429 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 1
08:20:12.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.004177 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:12.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.036310 26556 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:12.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.036556 26556 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:12.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.036600 26556 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040177 26556 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040238 26556 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040259 26556 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040277 26556 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040294 26556 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.040308 26556 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43113/jwks.json
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.044377 26556 master_runner.cc:387] Master server non-default flags:
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/logs
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.195.148:41835
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data
08:20:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42331
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.195.190:38111,127.25.195.189:45343,127.25.195.188:39399
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.195.188:39399
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43113/jwks.json
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data/info.pb
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.195.188
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26556
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.045562 26556 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:12.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.046743 26556 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.052666 26566 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
08:20:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.052675 26565 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
08:20:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.052649 26568 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
08:20:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.052979 26556 server_base.cc:1061] running on GCE node
08:20:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.053704 26556 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:12.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.054562 26556 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:12.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.055759 26556 hybrid_clock.cc:648] HybridClock initialized: now 1786522812055738 us; error 33 us; skew 500 ppm
08:20:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.057690 26556 webserver.cc:533] Webserver started at http://127.25.195.188:36827/ using document root <none> and password file <none>
08:20:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.058091 26555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 2
08:20:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.058384 26556 fs_manager.cc:362] Metadata directory not provided
08:20:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.058454 26556 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.058622 26556 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:12.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.059696 26555 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.060421 26556 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data/instance:
08:20:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2102d6d82cc84e24bf0b53c2b5dc9183"
08:20:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:12 on dist-test-slave-cbsf"
08:20:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.060941 26556 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal/instance:
08:20:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2102d6d82cc84e24bf0b53c2b5dc9183"
08:20:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:12 on dist-test-slave-cbsf"
08:20:12.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.064545 26556 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.001s
08:20:12.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.066865 26575 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.067981 26556 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.068136 26556 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2102d6d82cc84e24bf0b53c2b5dc9183"
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:12 on dist-test-slave-cbsf"
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.068281 26556 fs_report.cc:389] FS layout report
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data/data
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:12.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:12.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:12.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.079382 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 2
08:20:12.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.081017 26477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.195.188:39399: Network error: Client connection negotiation failed: client connection to 127.25.195.188:39399: connect: Connection refused (error 111)
08:20:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.095449 26556 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.096215 26556 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.096428 26556 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:12.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.104053 26556 rpc_server.cc:307] RPC server started. Bound to: 127.25.195.188:39399
08:20:12.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.104075 26637 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.195.188:39399 every 8 connection(s)
08:20:12.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.105268 26556 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/data/info.pb
08:20:12.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.108270 26638 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:12.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.110397 26382 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26556
08:20:12.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.110491 26382 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster180972405661262891/master-2/wal/instance
08:20:12.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.112056 26638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } has no permanent_uuid. Determining permanent_uuid...
08:20:12.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.121268 26638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } has no permanent_uuid. Determining permanent_uuid...
08:20:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.125773 26638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } has no permanent_uuid. Determining permanent_uuid...
08:20:12.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.132313 26638 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: Bootstrap starting.
08:20:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.134931 26638 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: Neither blocks nor log segments found. Creating new log.
08:20:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.135744 26638 log.cc:826] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: Log is configured to *not* fsync() on all Append() calls
08:20:12.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.136260 26382 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:12.137 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:12.137 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:12.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.137723 26638 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: No bootstrap required, opened a new log
08:20:12.138 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.195.190"
      port: 38111
    }
    bound_http_address {
      host: "127.25.195.190"
      port: 46721
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.195.189"
      port: 45343
    }
    bound_http_address {
      host: "127.25.195.189"
      port: 42923
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.195.188"
      port: 39399
    }
    bound_http_address {
      host: "127.25.195.188"
      port: 36827
    }
  }
}

08:20:12.140 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:12.140 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:12.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.141562 26638 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.141791 26638 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:12.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.141858 26638 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2102d6d82cc84e24bf0b53c2b5dc9183, State: Initialized, Role: FOLLOWER
08:20:12.142 [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)	
08:20:12.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.142367 26638 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.142912 26644 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.143172 26644 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.143700 26638 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: configured and running, proceeding with master startup.
08:20:12.144 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:12.144 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:12.144 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: null will be shutdown
08:20:12.145 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 created in the thread with id: 128
08:20:12.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.149745 26662 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:12.150 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb
08:20:12.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.150111 26662 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:12.150 [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=	
08:20:12.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.148278 26556 master_runner.cc:187] Error getting master registration for 127.25.195.190:38111: OK, instance_id { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" instance_seqno: 1786522811726783 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:12.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.150636 26556 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:12.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.150918 26659 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:12.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.151350 26555 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 3
08:20:12.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.159219 26555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: Bootstrap starting.
08:20:12.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.162412 26555 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: Neither blocks nor log segments found. Creating new log.
08:20:12.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.163364 26555 log.cc:826] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: Log is configured to *not* fsync() on all Append() calls
08:20:12.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.165619 26555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: No bootstrap required, opened a new log
08:20:12.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.171262 26555 raft_consensus.cc:359] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.171767 26555 raft_consensus.cc:385] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:12.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.171988 26555 raft_consensus.cc:740] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1b958c4d1034773a20af5d3d1f4c46e, State: Initialized, Role: FOLLOWER
08:20:12.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.172919 26555 consensus_queue.cc:260] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.174516 26555 sys_catalog.cc:565] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: configured and running, proceeding with master startup.
08:20:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.178112 26666 sys_catalog.cc:455] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.178423 26666 sys_catalog.cc:458] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.180740 26477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } attempt: 3
08:20:12.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.185366 26684 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:12.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.185448 26684 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:12.186 [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=	
08:20:12.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.186671 26680 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:12.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.179493 26478 master_runner.cc:187] Error getting master registration for 127.25.195.190:38111: OK, instance_id { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" instance_seqno: 1786522811726783 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:12.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.187676 26478 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.192725 26477 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: Bootstrap starting.
08:20:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.195766 26477 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: Neither blocks nor log segments found. Creating new log.
08:20:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.197116 26477 log.cc:826] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: Log is configured to *not* fsync() on all Append() calls
08:20:12.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.199354 26477 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: No bootstrap required, opened a new log
08:20:12.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.203867 26477 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.204289 26477 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:12.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.204499 26477 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39401dc5e8e144dd8d4364cf223059fd, State: Initialized, Role: FOLLOWER
08:20:12.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.205261 26477 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.206840 26477 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: configured and running, proceeding with master startup.
08:20:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.218048 26395 master_runner.cc:264] No leader master found from master 39401dc5e8e144dd8d4364cf223059fd
08:20:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.218142 26395 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.222508 26418 tablet.cc:2406] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.224172 26688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.224303 26688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.244076 26703 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:12.245 [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=	
08:20:12.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.246382 26699 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:12.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.256760 26703 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.332268 26666 raft_consensus.cc:493] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.332485 26666 raft_consensus.cc:515] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.333670 26666 leader_election.cc:290] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39401dc5e8e144dd8d4364cf223059fd (127.25.195.190:38111), 2102d6d82cc84e24bf0b53c2b5dc9183 (127.25.195.188:39399)
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.334630 26444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39401dc5e8e144dd8d4364cf223059fd" is_pre_election: true
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.334738 26607 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" is_pre_election: true
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.334959 26444 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a1b958c4d1034773a20af5d3d1f4c46e in term 0.
08:20:12.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.335006 26607 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a1b958c4d1034773a20af5d3d1f4c46e in term 0.
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.335477 26500 leader_election.cc:304] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [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: 2102d6d82cc84e24bf0b53c2b5dc9183, a1b958c4d1034773a20af5d3d1f4c46e; no voters: 
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.335924 26666 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.335986 26666 raft_consensus.cc:493] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.336027 26666 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 0 FOLLOWER]: Advancing to term 1
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.337622 26666 raft_consensus.cc:515] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.337989 26666 leader_election.cc:290] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [CANDIDATE]: Term 1 election: Requested vote from peers 39401dc5e8e144dd8d4364cf223059fd (127.25.195.190:38111), 2102d6d82cc84e24bf0b53c2b5dc9183 (127.25.195.188:39399)
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.338527 26444 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39401dc5e8e144dd8d4364cf223059fd"
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.338651 26444 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 0 FOLLOWER]: Advancing to term 1
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.340256 26444 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a1b958c4d1034773a20af5d3d1f4c46e in term 1.
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.340816 26607 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183"
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.340950 26607 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 0 FOLLOWER]: Advancing to term 1
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.342039 26607 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a1b958c4d1034773a20af5d3d1f4c46e in term 1.
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.342392 26500 leader_election.cc:304] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [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: 2102d6d82cc84e24bf0b53c2b5dc9183, a1b958c4d1034773a20af5d3d1f4c46e; no voters: 
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.342650 26666 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 1 FOLLOWER]: Leader election won for term 1
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.342891 26666 raft_consensus.cc:697] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [term 1 LEADER]: Becoming Leader. State: Replica: a1b958c4d1034773a20af5d3d1f4c46e, State: Running, Role: LEADER
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.343226 26666 consensus_queue.cc:237] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [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: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } }
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.345079 26666 sys_catalog.cc:455] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a1b958c4d1034773a20af5d3d1f4c46e. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.345201 26666 sys_catalog.cc:458] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: This master's current role is: LEADER
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:12.347837 26583 tablet.cc:2406] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.353081 26709 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:12.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.354314 26709 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:12.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.377379 26607 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [term 1 FOLLOWER]: Refusing update from remote peer a1b958c4d1034773a20af5d3d1f4c46e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:12.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.378237 26444 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [term 1 FOLLOWER]: Refusing update from remote peer a1b958c4d1034773a20af5d3d1f4c46e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:12.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.379545 26666 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [LEADER]: Connected to new peer: Peer: permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:12.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.379963 26666 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.384829 26688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: SysCatalogTable state changed. Reason: New leader a1b958c4d1034773a20af5d3d1f4c46e. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.384956 26688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.388746 26644 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a1b958c4d1034773a20af5d3d1f4c46e. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.388875 26644 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.401854 26666 sys_catalog.cc:455] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.402019 26666 sys_catalog.cc:458] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: This master's current role is: LEADER
08:20:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.402200 26644 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.402333 26644 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183 [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.400854 26707 sys_catalog.cc:455] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.403342 26707 sys_catalog.cc:458] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e [sys.catalog]: This master's current role is: LEADER
08:20:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.403803 26688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39401dc5e8e144dd8d4364cf223059fd" member_type: VOTER last_known_addr { host: "127.25.195.190" port: 38111 } } peers { permanent_uuid: "a1b958c4d1034773a20af5d3d1f4c46e" member_type: VOTER last_known_addr { host: "127.25.195.189" port: 45343 } } peers { permanent_uuid: "2102d6d82cc84e24bf0b53c2b5dc9183" member_type: VOTER last_known_addr { host: "127.25.195.188" port: 39399 } } }
08:20:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.403921 26688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd [sys.catalog]: This master's current role is: FOLLOWER
08:20:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.404728 26713 mvcc.cc:204] Tried to move back new op lower bound from 7317597439485988864 to 7317597439361114112. Current Snapshot: MvccSnapshot[applied={T|T < 7317597439485988864}]
08:20:12.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.410565 26709 catalog_manager.cc:1383] Generated new cluster ID: b36bd05fcd15473d9e6c0bfbf4ef6658
08:20:12.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.410663 26709 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:12.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.411114 26711 mvcc.cc:204] Tried to move back new op lower bound from 7317597439485988864 to 7317597439361114112. Current Snapshot: MvccSnapshot[applied={T|T < 7317597439485988864}]
08:20:12.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.439007 26709 catalog_manager.cc:1406] Generated new certificate authority record
08:20:12.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.440338 26709 catalog_manager.cc:1540] Loading token signing keys...
08:20:12.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.461267 26709 catalog_manager.cc:6092] T 00000000000000000000000000000000 P a1b958c4d1034773a20af5d3d1f4c46e: Generated new TSK 0
08:20:12.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.462292 26709 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:12.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.463219 26709 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:12.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:12.467734 26709 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:12.716 [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.
08:20:12.723 [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.
08:20:12.723 [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.
08:20:12.801 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:20:12.807 [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/hive1465939472349802762/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)
08:20:12.809 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1465939472349802762/external-warehouse/legacy_table
08:20:12.905 [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	
08:20:12.939 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:12.945 [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	
08:20:12.968 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:20:13.036 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:20:13.036 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:20:13.135 [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	
08:20:13.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.151973 26662 catalog_manager.cc:1295] Loaded cluster ID: b36bd05fcd15473d9e6c0bfbf4ef6658
08:20:13.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.152071 26662 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: loading cluster ID for follower catalog manager: success
08:20:13.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.156210 26662 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: acquiring CA information for follower catalog manager: success
08:20:13.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.158279 26662 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2102d6d82cc84e24bf0b53c2b5dc9183: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:13.160 [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=	
08:20:13.161 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
08:20:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:13.161401 26659 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:13.189 [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=	
08:20:13.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:13.190490 26680 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:13.203 [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	
08:20:13.213 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:13.215 [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	
08:20:13.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.258474 26703 catalog_manager.cc:1295] Loaded cluster ID: b36bd05fcd15473d9e6c0bfbf4ef6658
08:20:13.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.258560 26703 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: loading cluster ID for follower catalog manager: success
08:20:13.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.262094 26703 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: acquiring CA information for follower catalog manager: success
08:20:13.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.263700 26703 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 39401dc5e8e144dd8d4364cf223059fd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:13.264 [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=	
08:20:13.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:13.265246 26699 client.h:372] Failed to connect to Hive Metastore (localhost:42331): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:13.332 [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.
08:20:13.475 [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.
08:20:13.520 [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.
08:20:13.636 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:13.637 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:13.638 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:13.638 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 will be shutdown
08:20:13.638 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.638296 26382 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26395
08:20:13.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.657040 26382 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26478
08:20:13.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:13.669270 26382 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26556
08:20:13.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:13Z chronyd exiting
.08:20:13.736 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:13.736 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:13.737 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:13.771 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive843738116446672411
08:20:13.773 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:13.773 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:13.776 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:13.777 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:13.777 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:13.778 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:13.781 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:13.782 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:13.783 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:13.783 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:13.784 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
08:20:13.864 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:13.864 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
08:20:13.865 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:13.867 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:13.868 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:13.869 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:13.885 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:13.886 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:13.886 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:13.908 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:13.909 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:13.909 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:13.909 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:13.910 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:13.910 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:14.127 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:14.127 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216, with PersistenceManager: null will be shutdown
08:20:14.127 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9dbeacb created in the thread with id: 138
08:20:14.155 [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
08:20:14.163 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216
08:20:14.277 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
08:20:14.297 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:14.329 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
08:20:14.331 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
08:20:14.366 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:14.366 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:14.367 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:14.367 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:14.368 [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)
08:20:14.368 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [34851]...
08:20:14.368 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:14.368 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:14.368 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
08:20:14.368 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
08:20:14.775 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:14.775 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:14.776 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:14.779 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:14.779 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34851]
08:20:14.779 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34851) in binary transport mode
08:20:14.780 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34851) current connections: 1
08:20:14.782 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:14.782 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:14.782 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:14.789 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34851"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:14.898 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:14.898 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:14.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:14.899912 26758 mini_oidc.cc:150] Starting JWKS server
08:20:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:14.901607 26758 webserver.cc:533] Webserver started at http://127.0.0.1:42045/ using document root <none> and password file <none>
08:20:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:14.901827 26758 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:14.902065 26758 webserver.cc:533] Webserver started at http://127.0.0.1:41463/ using document root <none> and password file <none>
08:20:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:14.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:14Z Disabled control of system clock
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:14.918339 26758 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/logs
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data/info.pb
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.190:35521
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.190
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851 with env {}
08:20:15.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.029788 26772 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:15.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.030077 26772 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:15.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.030144 26772 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:15.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033710 26772 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033802 26772 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033836 26772 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033861 26772 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033885 26772 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.033905 26772 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42045/jwks.json
08:20:15.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.038722 26772 master_runner.cc:387] Master server non-default flags:
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/logs
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.190:35521
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data/info.pb
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.190
08:20:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26772
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.040292 26772 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:15.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.041597 26772 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.047367 26778 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
08:20:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.047555 26781 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
08:20:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.047647 26772 server_base.cc:1061] running on GCE node
08:20:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.047363 26779 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
08:20:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.048375 26772 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.049459 26772 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:15.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.050644 26772 hybrid_clock.cc:648] HybridClock initialized: now 1786522815050648 us; error 91 us; skew 500 ppm
08:20:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.052651 26772 webserver.cc:533] Webserver started at http://127.26.33.190:45745/ using document root <none> and password file <none>
08:20:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.053287 26772 fs_manager.cc:362] Metadata directory not provided
08:20:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.053347 26772 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.053519 26772 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.055199 26772 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data/instance:
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdffe815cd5049f096bf32f78b2ab8f3"
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.055660 26772 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal/instance:
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdffe815cd5049f096bf32f78b2ab8f3"
08:20:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.059208 26772 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.003s
08:20:15.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.061581 26787 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:15.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.062692 26772 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:20:15.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.062798 26772 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdffe815cd5049f096bf32f78b2ab8f3"
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.062871 26772 fs_report.cc:389] FS layout report
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data/data
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:15.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.075150 26772 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:15.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.075825 26772 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:15.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.075991 26772 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:15.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.084601 26772 rpc_server.cc:307] RPC server started. Bound to: 127.26.33.190:35521
08:20:15.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.084666 26848 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.33.190:35521 every 8 connection(s)
08:20:15.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.085757 26772 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/data/info.pb
08:20:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.088655 26849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.092052 26849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.095243 26758 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26772
08:20:15.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.095414 26758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-0/wal/instance
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.097173 26758 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/logs
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data/info.pb
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:15.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.189:44651
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.189
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851 with env {}
08:20:15.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.103506 26849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.104388 26790 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.33.189:44651: connect: Connection refused (error 111)
08:20:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.105508 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.189:44651: Network error: Client connection negotiation failed: client connection to 127.26.33.189:44651: connect: Connection refused (error 111)
08:20:15.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.154829 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } attempt: 1
08:20:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.157011 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.189:44651: Network error: Client connection negotiation failed: client connection to 127.26.33.189:44651: connect: Connection refused (error 111)
08:20:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.209554 26852 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.209868 26852 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.209931 26852 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:15.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213642 26852 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213755 26852 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213788 26852 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213814 26852 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213842 26852 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.213862 26852 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42045/jwks.json
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.218326 26852 master_runner.cc:387] Master server non-default flags:
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/logs
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data
08:20:15.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.189:44651
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data/info.pb
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.189
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26852
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:15.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:15.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.219910 26852 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:15.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.221293 26852 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.225234 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } attempt: 2
08:20:15.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.227273 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.189:44651: Network error: Client connection negotiation failed: client connection to 127.26.33.189:44651: connect: Connection refused (error 111)
08:20:15.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.227541 26859 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
08:20:15.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.227530 26861 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
08:20:15.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.227615 26864 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
08:20:15.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.227762 26852 server_base.cc:1061] running on GCE node
08:20:15.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.228288 26852 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:15.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.229318 26852 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:15.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.230509 26852 hybrid_clock.cc:648] HybridClock initialized: now 1786522815230471 us; error 49 us; skew 500 ppm
08:20:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.232417 26852 webserver.cc:533] Webserver started at http://127.26.33.189:44345/ using document root <none> and password file <none>
08:20:15.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.233057 26852 fs_manager.cc:362] Metadata directory not provided
08:20:15.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.233143 26852 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:15.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.233378 26852 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.234972 26852 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data/instance:
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39c8aec051e14e059442cea6242db810"
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.235522 26852 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal/instance:
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39c8aec051e14e059442cea6242db810"
08:20:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.238979 26852 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:20:15.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.241242 26872 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.242168 26852 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.242300 26852 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39c8aec051e14e059442cea6242db810"
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.242408 26852 fs_report.cc:389] FS layout report
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data/data
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:15.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.265429 26852 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.266222 26852 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.266433 26852 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:15.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.274102 26852 rpc_server.cc:307] RPC server started. Bound to: 127.26.33.189:44651
08:20:15.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.274133 26931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.33.189:44651 every 8 connection(s)
08:20:15.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.275179 26852 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/data/info.pb
08:20:15.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.278164 26932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:15.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.281781 26932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.284353 26758 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26852
08:20:15.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.284467 26758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-1/wal/instance
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.285297 26758 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:15.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/logs
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data/info.pb
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.188:45281
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.188
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851 with env {}
08:20:15.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.291543 26932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.298688 26932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.299731 26875 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.300820 26932 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.318466 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } attempt: 3
08:20:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.323432 26849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.324971 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.350091 26932 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 1
08:20:15.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.351929 26932 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.356163 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 1
08:20:15.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.357672 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.405280 26934 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:15.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.405524 26934 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:15.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.405617 26934 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.409941 26934 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.410020 26934 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.410044 26934 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.410066 26934 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.410087 26934 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.410105 26934 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42045/jwks.json
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.414327 26934 master_runner.cc:387] Master server non-default flags:
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/logs
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.33.148:41599
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:15.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34851
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.33.190:35521,127.26.33.189:44651,127.26.33.188:45281
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.33.188:45281
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42045/jwks.json
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data/info.pb
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.33.188
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26934
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.415663 26934 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:15.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.417233 26934 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:15.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.420146 26932 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 2
08:20:15.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.421928 26932 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.423647 26946 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
08:20:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.423674 26942 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
08:20:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.423696 26943 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
08:20:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.424201 26934 server_base.cc:1061] running on GCE node
08:20:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.424840 26934 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:15.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.425778 26934 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:15.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.427006 26934 hybrid_clock.cc:648] HybridClock initialized: now 1786522815426989 us; error 34 us; skew 500 ppm
08:20:15.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.429231 26934 webserver.cc:533] Webserver started at http://127.26.33.188:33261/ using document root <none> and password file <none>
08:20:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.429893 26934 fs_manager.cc:362] Metadata directory not provided
08:20:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.429982 26934 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.430259 26934 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.431973 26934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data/instance:
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "606cfcdea818487b9bc14467fe0eb8f9"
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.432628 26934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal/instance:
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "606cfcdea818487b9bc14467fe0eb8f9"
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.432847 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 2
08:20:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.434346 26849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.33.188:45281: Network error: Client connection negotiation failed: client connection to 127.26.33.188:45281: connect: Connection refused (error 111)
08:20:15.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.436645 26934 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
08:20:15.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.438916 26952 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.439976 26934 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.440124 26934 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "606cfcdea818487b9bc14467fe0eb8f9"
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:15 on dist-test-slave-cbsf"
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.440284 26934 fs_report.cc:389] FS layout report
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data/data
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.450227 26934 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.450767 26934 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.450913 26934 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.458204 27017 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.33.188:45281 every 8 connection(s)
08:20:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.458211 26934 rpc_server.cc:307] RPC server started. Bound to: 127.26.33.188:45281
08:20:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.459295 26934 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/data/info.pb
08:20:15.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.462124 27018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:15.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.462653 26758 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 26934
08:20:15.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.462766 26758 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster355955284074555475/master-2/wal/instance
08:20:15.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.467077 27018 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.475878 27018 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.481109 27018 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } has no permanent_uuid. Determining permanent_uuid...
08:20:15.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.489202 27018 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: Bootstrap starting.
08:20:15.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.490794 26758 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:15.491 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:15.491 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:15.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.492511 27018 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: Neither blocks nor log segments found. Creating new log.
08:20:15.492 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.33.190"
      port: 35521
    }
    bound_http_address {
      host: "127.26.33.190"
      port: 45745
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.33.189"
      port: 44651
    }
    bound_http_address {
      host: "127.26.33.189"
      port: 44345
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.33.188"
      port: 45281
    }
    bound_http_address {
      host: "127.26.33.188"
      port: 33261
    }
  }
}

08:20:15.493 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.493724 27018 log.cc:826] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: Log is configured to *not* fsync() on all Append() calls
08:20:15.493 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:15.495 [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=e4faaf9f-4669-4113-b380-9f9b91fa09e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.33.189:44651,127.26.33.188:45281,127.26.33.190:35521}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.495932 27018 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: No bootstrap required, opened a new log
08:20:15.497 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:15.497 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:15.497 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: null will be shutdown
08:20:15.498 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce created in the thread with id: 159
08:20:15.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.499506 27018 raft_consensus.cc:359] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.499950 27018 raft_consensus.cc:385] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:15.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.500034 27018 raft_consensus.cc:740] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 606cfcdea818487b9bc14467fe0eb8f9, State: Initialized, Role: FOLLOWER
08:20:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.500554 27018 consensus_queue.cc:260] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.502099 27018 sys_catalog.cc:565] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: configured and running, proceeding with master startup.
08:20:15.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.503311 27023 sys_catalog.cc:455] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.503 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9
08:20:15.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.505405 27023 sys_catalog.cc:458] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.509248 26934 master_runner.cc:187] Error getting master registration for 127.26.33.190:35521: OK, instance_id { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" instance_seqno: 1786522815082305 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.511698 26934 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:15.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.513110 26932 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 3
08:20:15.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.518430 27039 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:15.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.518793 27039 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:15.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.522202 26932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: Bootstrap starting.
08:20:15.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.525483 26932 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: Neither blocks nor log segments found. Creating new log.
08:20:15.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.526561 26932 log.cc:826] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: Log is configured to *not* fsync() on all Append() calls
08:20:15.529 [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=	
08:20:15.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.530346 27035 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:15.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.533499 26849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } attempt: 3
08:20:15.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.534765 26932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: No bootstrap required, opened a new log
08:20:15.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.539255 26932 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.539672 26932 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:15.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.539913 26932 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39c8aec051e14e059442cea6242db810, State: Initialized, Role: FOLLOWER
08:20:15.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.540676 26932 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.542393 26932 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: configured and running, proceeding with master startup.
08:20:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.542456 26849 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: Bootstrap starting.
08:20:15.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.545251 26849 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: Neither blocks nor log segments found. Creating new log.
08:20:15.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.546299 26849 log.cc:826] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: Log is configured to *not* fsync() on all Append() calls
08:20:15.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.547626 26852 master_runner.cc:187] Error getting master registration for 127.26.33.190:35521: OK, instance_id { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" instance_seqno: 1786522815082305 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:15.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.550259 26852 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:15.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.557190 27059 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:15.557 [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=	
08:20:15.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.558631 26849 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: No bootstrap required, opened a new log
08:20:15.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.560986 27059 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:15.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.557716 27044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.561131 27044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.558182 27056 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:15.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.563112 26849 raft_consensus.cc:359] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.563489 26849 raft_consensus.cc:385] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:15.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.563712 26849 raft_consensus.cc:740] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdffe815cd5049f096bf32f78b2ab8f3, State: Initialized, Role: FOLLOWER
08:20:15.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.564392 26849 consensus_queue.cc:260] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.565907 26849 sys_catalog.cc:565] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: configured and running, proceeding with master startup.
08:20:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.577446 26794 tablet.cc:2406] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.577564 26772 master_runner.cc:264] No leader master found from master bdffe815cd5049f096bf32f78b2ab8f3
08:20:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.577633 26772 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:15.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.584240 27081 catalog_manager.cc:1594] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:15.585 [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=	
08:20:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.592749 27081 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.585945 27077 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:15.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.594102 27064 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.594415 27064 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.650170 27023 raft_consensus.cc:493] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.650455 27023 raft_consensus.cc:515] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.651739 27023 leader_election.cc:290] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdffe815cd5049f096bf32f78b2ab8f3 (127.26.33.190:35521), 39c8aec051e14e059442cea6242db810 (127.26.33.189:44651)
08:20:15.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.653637 26819 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "606cfcdea818487b9bc14467fe0eb8f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" is_pre_election: true
08:20:15.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.653934 26819 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 606cfcdea818487b9bc14467fe0eb8f9 in term 0.
08:20:15.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.654369 26903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "606cfcdea818487b9bc14467fe0eb8f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39c8aec051e14e059442cea6242db810" is_pre_election: true
08:20:15.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.654613 26903 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 606cfcdea818487b9bc14467fe0eb8f9 in term 0.
08:20:15.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.655143 26955 leader_election.cc:304] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [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: 39c8aec051e14e059442cea6242db810, 606cfcdea818487b9bc14467fe0eb8f9; no voters: 
08:20:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.656271 27023 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.656353 27023 raft_consensus.cc:493] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.656401 27023 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 0 FOLLOWER]: Advancing to term 1
08:20:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.657764 27023 raft_consensus.cc:515] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.658478 26819 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "606cfcdea818487b9bc14467fe0eb8f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdffe815cd5049f096bf32f78b2ab8f3"
08:20:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.658602 26819 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 0 FOLLOWER]: Advancing to term 1
08:20:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.659827 26819 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 606cfcdea818487b9bc14467fe0eb8f9 in term 1.
08:20:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.660203 26954 leader_election.cc:304] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [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: 606cfcdea818487b9bc14467fe0eb8f9, bdffe815cd5049f096bf32f78b2ab8f3; no voters: 
08:20:15.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.661695 26903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "606cfcdea818487b9bc14467fe0eb8f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39c8aec051e14e059442cea6242db810"
08:20:15.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.661823 26903 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 0 FOLLOWER]: Advancing to term 1
08:20:15.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.663079 26903 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 606cfcdea818487b9bc14467fe0eb8f9 in term 1.
08:20:15.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.663771 27023 leader_election.cc:290] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [CANDIDATE]: Term 1 election: Requested vote from peers bdffe815cd5049f096bf32f78b2ab8f3 (127.26.33.190:35521), 39c8aec051e14e059442cea6242db810 (127.26.33.189:44651)
08:20:15.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.663959 27023 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 1 FOLLOWER]: Leader election won for term 1
08:20:15.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.664041 27023 raft_consensus.cc:697] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [term 1 LEADER]: Becoming Leader. State: Replica: 606cfcdea818487b9bc14467fe0eb8f9, State: Running, Role: LEADER
08:20:15.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.664357 27023 consensus_queue.cc:237] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [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: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } }
08:20:15.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.668529 27085 sys_catalog.cc:455] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 606cfcdea818487b9bc14467fe0eb8f9. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.668855 27085 sys_catalog.cc:458] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: This master's current role is: LEADER
08:20:15.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.680507 27089 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:15.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.681917 27089 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:15.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.699422 26903 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [term 1 FOLLOWER]: Refusing update from remote peer 606cfcdea818487b9bc14467fe0eb8f9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:15.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.699402 26819 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [term 1 FOLLOWER]: Refusing update from remote peer 606cfcdea818487b9bc14467fe0eb8f9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:15.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.700124 27023 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:15.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.700624 27023 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:15.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:15.704816 26958 tablet.cc:2406] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.710347 27044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 606cfcdea818487b9bc14467fe0eb8f9. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.710508 27044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.711999 27064 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 606cfcdea818487b9bc14467fe0eb8f9. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.712121 27064 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.721668 27085 sys_catalog.cc:455] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.721837 27085 sys_catalog.cc:458] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: This master's current role is: LEADER
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.721966 27085 sys_catalog.cc:455] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.722045 27085 sys_catalog.cc:458] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9 [sys.catalog]: This master's current role is: LEADER
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.722219 27064 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.722325 27064 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.722853 27090 mvcc.cc:204] Tried to move back new op lower bound from 7317597453095170048 to 7317597452966957056. Current Snapshot: MvccSnapshot[applied={T|T < 7317597453095170048}]
08:20:15.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.723421 27093 mvcc.cc:204] Tried to move back new op lower bound from 7317597453095170048 to 7317597452966957056. Current Snapshot: MvccSnapshot[applied={T|T < 7317597453095170048}]
08:20:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.723989 27044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "606cfcdea818487b9bc14467fe0eb8f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdffe815cd5049f096bf32f78b2ab8f3" member_type: VOTER last_known_addr { host: "127.26.33.190" port: 35521 } } peers { permanent_uuid: "39c8aec051e14e059442cea6242db810" member_type: VOTER last_known_addr { host: "127.26.33.189" port: 44651 } } peers { permanent_uuid: "606cfcdea818487b9bc14467fe0eb8f9" member_type: VOTER last_known_addr { host: "127.26.33.188" port: 45281 } } }
08:20:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.724113 27044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810 [sys.catalog]: This master's current role is: FOLLOWER
08:20:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.724524 27092 mvcc.cc:204] Tried to move back new op lower bound from 7317597453095170048 to 7317597452966957056. Current Snapshot: MvccSnapshot[applied={T|T < 7317597453095170048}]
08:20:15.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.731292 27089 catalog_manager.cc:1383] Generated new cluster ID: 8c224b23d32146e89d042e3e05266083
08:20:15.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.731376 27089 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:15.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.797127 27089 catalog_manager.cc:1406] Generated new certificate authority record
08:20:15.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.798380 27089 catalog_manager.cc:1540] Loading token signing keys...
08:20:15.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.847325 27089 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 606cfcdea818487b9bc14467fe0eb8f9: Generated new TSK 0
08:20:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.848439 27089 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:15.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.849323 27089 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:15.849972 27089 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:15.954 [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.
08:20:15.960 [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.
08:20:15.960 [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.
08:20:16.015 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:16.020 [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/hive843738116446672411/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=e4faaf9f-4669-4113-b380-9f9b91fa09e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.33.189:44651,127.26.33.188:45281,127.26.33.190:35521}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:16.022 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive843738116446672411/external-warehouse/table
08:20:16.104 [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	
08:20:16.134 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:16.136 [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)	
08:20:16.138 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:20:16.140 [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/hive843738116446672411/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)
08:20:16.142 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive843738116446672411/external-warehouse/legacy_table
08:20:16.158 [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	
08:20:16.167 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:16.168 [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	
08:20:16.179 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.221 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.221 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.241 [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	
08:20:16.261 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.273 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.273 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.282 [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.
08:20:16.283 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:16.284 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.33.189:44651(127.26.33.189:44651)] connecting to peer
08:20:16.286 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.33.188:45281(127.26.33.188:45281)] connecting to peer
08:20:16.289 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.33.189:44651(127.26.33.189:44651)] Successfully connected to peer
08:20:16.293 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.33.190:35521(127.26.33.190:35521)] connecting to peer
08:20:16.295 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.33.188:45281(127.26.33.188:45281)] Successfully connected to peer
08:20:16.301 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.33.190:35521(127.26.33.190:35521)] Successfully connected to peer
08:20:16.304 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.33.188
08:20:16.307 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.33.189
08:20:16.320 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:16.331 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.33.190
08:20:16.339 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x438b81a8, L:/127.0.0.1:43354 - R:/127.26.33.188:45281] using SASL/PLAIN
08:20:16.346 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:16.347 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:16.348 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:16.350 [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	
08:20:16.350 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:16.354 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xa39cf198, L:/127.0.0.1:40040 - R:/127.26.33.189:44651] using SASL/PLAIN
08:20:16.359 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:16.363 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x69ab4983, L:/127.0.0.1:50910 - R:/127.26.33.190:35521] using SASL/PLAIN
08:20:16.369 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.392 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.393 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.404 [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	
08:20:16.424 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.452 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.452 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.465 [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	
08:20:16.475 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.502 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.503 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.509 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:16.511 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:16.512 [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	
08:20:16.523 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.532 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:16.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:16.533522 27035 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:16.538 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.538 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.543 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:16.544 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:16.545 [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	
08:20:16.557 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.562625 27059 catalog_manager.cc:1295] Loaded cluster ID: 8c224b23d32146e89d042e3e05266083
08:20:16.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.562728 27059 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: loading cluster ID for follower catalog manager: success
08:20:16.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.566664 27059 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: acquiring CA information for follower catalog manager: success
08:20:16.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.568621 27059 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 39c8aec051e14e059442cea6242db810: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:16.570 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.571 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.573 [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=	
08:20:16.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:16.574110 27056 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:16.576 [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	
08:20:16.587 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.594777 27081 catalog_manager.cc:1295] Loaded cluster ID: 8c224b23d32146e89d042e3e05266083
08:20:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.594897 27081 catalog_manager.cc:1588] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: loading cluster ID for follower catalog manager: success
08:20:16.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.597483 27081 catalog_manager.cc:1610] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: acquiring CA information for follower catalog manager: success
08:20:16.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:16.598990 27081 catalog_manager.cc:1638] T 00000000000000000000000000000000 P bdffe815cd5049f096bf32f78b2ab8f3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:16.600 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.600 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.601 [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=	
08:20:16.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:16.601858 27077 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:16.615 [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	
08:20:16.626 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.638 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.638 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.641 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:16.642 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:16.644 [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	
08:20:16.655 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.666 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.666 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.673 [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	
08:20:16.684 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.695 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.696 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.703 [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	
08:20:16.712 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.722 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.722 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.730 [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	
08:20:16.741 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.751 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.752 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.838 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:16.841 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:16.843 [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	
08:20:16.870 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.890 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.890 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.903 [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	
08:20:16.915 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.926 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.926 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.936 [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	
08:20:16.947 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:16.958 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:16.958 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:16.965 [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	
08:20:16.974 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:16.975 [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	
08:20:17.102 [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.
08:20:17.248 [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.
08:20:17.286 [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.
08:20:17.392 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive843738116446672411/warehouse/default/table
08:20:17.394 [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)	
08:20:17.396 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:17.398 [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/hive843738116446672411/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)
08:20:17.399 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive843738116446672411/external-warehouse/table specified for non-external table:table
08:20:17.400 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:17.400 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:17.423 [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	
08:20:17.443 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:17.445 [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	
08:20:17.455 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:17.472 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:17.472 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:17.477 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:17.478 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:17.480 [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	
08:20:17.489 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:17.499 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:17.499 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:17.502 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:20:17.503 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:20:17.504 [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	
08:20:17.513 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:17.523 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:17.523 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:17.528 [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	
08:20:17.535 [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=	
08:20:17.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:17.536414 27035 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:17.537 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:20:17.545 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:20:17.545 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:20:17.552 [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	
08:20:17.559 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:17.560 [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	
08:20:17.577 [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=	
08:20:17.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:17.577751 27056 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:17.607 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:17.609 [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=e4faaf9f-4669-4113-b380-9f9b91fa09e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.33.189:44651,127.26.33.188:45281,127.26.33.190:35521}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:17.611 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:17.613 [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/hive843738116446672411/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=e4faaf9f-4669-4113-b380-9f9b91fa09e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.33.189:44651,127.26.33.188:45281,127.26.33.190:35521}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:17.613 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:17.614154 27077 client.h:372] Failed to connect to Hive Metastore (localhost:34851): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:17.614 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive843738116446672411/external-warehouse/table
08:20:17.636 [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	
08:20:17.643 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:17.644 [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	
08:20:17.652 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:17.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:17.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:17.666 [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	
08:20:17.673 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:17.675 [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	
08:20:17.708 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:17.708 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:17.708 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce will be shutdown
08:20:17.708 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:17.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:17.708909 26758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26772
08:20:17.731 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.33.190:35521(127.26.33.190:35521)] handling channelInactive
08:20:17.732 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.33.190:35521(127.26.33.190:35521)] cleaning up while in state READY due to: connection closed
08:20:17.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:17.731838 26758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26852
08:20:17.745 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.33.189:44651(127.26.33.189:44651)] handling channelInactive
08:20:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:17.745649 26758 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 26934
08:20:17.746 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.33.189:44651(127.26.33.189:44651)] cleaning up while in state READY due to: connection closed
08:20:17.756 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.33.188:45281(127.26.33.188:45281)] handling channelInactive
08:20:17.756 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.33.188:45281(127.26.33.188:45281)] cleaning up while in state READY due to: connection closed
08:20:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:17Z chronyd exiting
.08:20:17.806 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:17.807 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:17.807 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:17.832 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16325408334766488543
08:20:17.833 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:17.833 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:17.835 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:17.835 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:17.835 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:17.836 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:17.837 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:17.837 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:17.838 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:17.839 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:17.840 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
08:20:17.889 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:17.889 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
08:20:17.890 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:17.891 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:17.893 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:17.893 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:17.905 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:17.905 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:17.905 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:17.921 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.922 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.922 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.922 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.923 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.923 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:18.105 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:18.105 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48a9fc82, with PersistenceManager: null will be shutdown
08:20:18.105 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48a9fc82, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4a7b1e85 created in the thread with id: 178
08:20:18.107 [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
08:20:18.107 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48a9fc82
08:20:18.206 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
08:20:18.222 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:18.244 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
08:20:18.246 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
08:20:18.270 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:18.270 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:18.270 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:18.271 [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)
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [42339]...
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
08:20:18.271 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
08:20:18.835 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:18.836 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:18.836 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:18.839 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:18.839 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42339]
08:20:18.839 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42339) in binary transport mode
08:20:18.840 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42339) current connections: 1
08:20:18.842 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:18.842 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:18.842 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:18.846 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42339"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:18.955 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:18.955 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:18.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:18.956437 27147 mini_oidc.cc:150] Starting JWKS server
08:20:18.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:18.958022 27147 webserver.cc:533] Webserver started at http://127.0.0.1:34995/ using document root <none> and password file <none>
08:20:18.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:18.958163 27147 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:18.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:18.958421 27147 webserver.cc:533] Webserver started at http://127.0.0.1:46715/ using document root <none> and password file <none>
08:20:18.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:18Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:18.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:18Z Disabled control of system clock
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:18.974004 27147 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/logs
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data/info.pb
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.254:43677
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.254
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
08:20:19.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.088229 27159 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:19.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.088532 27159 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:19.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.088606 27159 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092199 27159 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092306 27159 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092356 27159 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092387 27159 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092425 27159 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:19.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.092449 27159 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34995/jwks.json
08:20:19.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.096633 27159 master_runner.cc:387] Master server non-default flags:
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/logs
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.254:43677
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data/info.pb
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.254
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27159
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:19.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.098223 27159 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:19.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.099650 27159 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:19.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.105602 27166 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
08:20:19.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.105618 27169 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
08:20:19.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.105599 27167 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
08:20:19.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.105967 27159 server_base.cc:1061] running on GCE node
08:20:19.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.106722 27159 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:19.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.107682 27159 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:19.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.108832 27159 hybrid_clock.cc:648] HybridClock initialized: now 1786522819108845 us; error 89 us; skew 500 ppm
08:20:19.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.110898 27159 webserver.cc:533] Webserver started at http://127.26.130.254:41409/ using document root <none> and password file <none>
08:20:19.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.111522 27159 fs_manager.cc:362] Metadata directory not provided
08:20:19.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.111586 27159 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:19.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.111758 27159 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:19.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.113534 27159 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data/instance:
08:20:19.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a98e654f78684b4bb0b0c68d5177ec74"
08:20:19.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.114040 27159 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal/instance:
08:20:19.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a98e654f78684b4bb0b0c68d5177ec74"
08:20:19.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.117637 27159 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
08:20:19.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.120039 27177 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.121251 27159 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.121361 27159 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a98e654f78684b4bb0b0c68d5177ec74"
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.121443 27159 fs_report.cc:389] FS layout report
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data/data
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:19.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:19.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.130331 27159 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:19.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.130898 27159 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:19.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.131038 27159 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:19.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.138338 27236 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.130.254:43677 every 8 connection(s)
08:20:19.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.138350 27159 rpc_server.cc:307] RPC server started. Bound to: 127.26.130.254:43677
08:20:19.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.139454 27159 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/data/info.pb
08:20:19.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.140331 27147 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27159
08:20:19.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.140496 27147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-0/wal/instance
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.142278 27147 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/logs
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data/info.pb
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.253:43943
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.253
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
08:20:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.142904 27237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:19.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.147460 27237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.159570 27237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.160507 27179 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.130.253:43943: connect: Connection refused (error 111)
08:20:19.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.161571 27237 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.253:43943: Network error: Client connection negotiation failed: client connection to 127.26.130.253:43943: connect: Connection refused (error 111)
08:20:19.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.210843 27237 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } attempt: 1
08:20:19.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.212754 27237 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.253:43943: Network error: Client connection negotiation failed: client connection to 127.26.130.253:43943: connect: Connection refused (error 111)
08:20:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.253680 27239 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.253907 27239 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.253962 27239 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257370 27239 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257429 27239 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257449 27239 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257467 27239 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257485 27239 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.257499 27239 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34995/jwks.json
08:20:19.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.261591 27239 master_runner.cc:387] Master server non-default flags:
08:20:19.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/logs
08:20:19.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.253:43943
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data/info.pb
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.253
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27239
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:19.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:19.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.262765 27239 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:19.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.264230 27239 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:19.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.270871 27250 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
08:20:19.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.270922 27252 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
08:20:19.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.270892 27248 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
08:20:19.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.271752 27239 server_base.cc:1061] running on GCE node
08:20:19.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.272171 27239 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:19.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.273094 27239 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:19.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.274250 27239 hybrid_clock.cc:648] HybridClock initialized: now 1786522819274237 us; error 36 us; skew 500 ppm
08:20:19.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.276053 27239 webserver.cc:533] Webserver started at http://127.26.130.253:33737/ using document root <none> and password file <none>
08:20:19.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.276561 27239 fs_manager.cc:362] Metadata directory not provided
08:20:19.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.276619 27239 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:19.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.276841 27239 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.278342 27239 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data/instance:
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51c1c0ed70954d679e5338c617fce962"
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.278774 27239 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal/instance:
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51c1c0ed70954d679e5338c617fce962"
08:20:19.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.280956 27237 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } attempt: 2
08:20:19.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.282512 27239 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
08:20:19.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.282513 27237 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.253:43943: Network error: Client connection negotiation failed: client connection to 127.26.130.253:43943: connect: Connection refused (error 111)
08:20:19.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.284669 27258 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:19.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.285787 27239 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.285887 27239 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51c1c0ed70954d679e5338c617fce962"
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.285953 27239 fs_report.cc:389] FS layout report
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data/data
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:19.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.299155 27239 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:19.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.299763 27239 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:19.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.299906 27239 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:19.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.308019 27239 rpc_server.cc:307] RPC server started. Bound to: 127.26.130.253:43943
08:20:19.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.308046 27321 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.130.253:43943 every 8 connection(s)
08:20:19.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.309051 27239 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/data/info.pb
08:20:19.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.309937 27147 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27239
08:20:19.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.310027 27147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-1/wal/instance
08:20:19.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.310667 27147 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:19.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/logs
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data/info.pb
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.252:43617
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.252
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:19.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
08:20:19.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.312873 27322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:19.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.318035 27322 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.331439 27322 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.338508 27322 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.339452 27259 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.340456 27322 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.252:43617: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.373696 27237 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } attempt: 3
08:20:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.378783 27237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.380476 27237 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.252:43617: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.389864 27322 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } attempt: 1
08:20:19.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.391650 27322 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.252:43617: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.411712 27237 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } attempt: 1
08:20:19.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.413516 27237 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.252:43617: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.431308 27323 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:19.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.431564 27323 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:19.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.431617 27323 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435225 27323 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435292 27323 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435313 27323 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435333 27323 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435351 27323 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.435366 27323 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34995/jwks.json
08:20:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.439640 27323 master_runner.cc:387] Master server non-default flags:
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/logs
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.130.212:42455
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.130.254:43677,127.26.130.253:43943,127.26.130.252:43617
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.130.252:43617
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34995/jwks.json
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data/info.pb
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.130.252
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27323
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:19.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.440863 27323 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:19.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.441972 27323 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:19.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.447443 27334 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
08:20:19.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.447441 27336 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
08:20:19.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.447544 27333 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
08:20:19.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.447875 27323 server_base.cc:1061] running on GCE node
08:20:19.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.448367 27323 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:19.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.449262 27323 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:19.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.450425 27323 hybrid_clock.cc:648] HybridClock initialized: now 1786522819450431 us; error 56 us; skew 500 ppm
08:20:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.452162 27323 webserver.cc:533] Webserver started at http://127.26.130.252:41823/ using document root <none> and password file <none>
08:20:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.452657 27323 fs_manager.cc:362] Metadata directory not provided
08:20:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.452775 27323 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:19.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.452944 27323 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.454401 27323 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data/instance:
08:20:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "664710f1450a40aa8476b567870e2f2a"
08:20:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.454888 27323 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal/instance:
08:20:19.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "664710f1450a40aa8476b567870e2f2a"
08:20:19.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.458199 27323 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
08:20:19.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.460039 27322 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } attempt: 2
08:20:19.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.461141 27342 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.461851 27322 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.130.252:43617: Network error: Client connection negotiation failed: client connection to 127.26.130.252:43617: connect: Connection refused (error 111)
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.462419 27323 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.462564 27323 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "664710f1450a40aa8476b567870e2f2a"
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:19 on dist-test-slave-cbsf"
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.462677 27323 fs_report.cc:389] FS layout report
08:20:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data/data
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:19.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:19.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.476994 27323 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:19.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.477725 27323 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:19.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.477926 27323 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:19.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.484956 27323 rpc_server.cc:307] RPC server started. Bound to: 127.26.130.252:43617
08:20:19.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.484999 27405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.130.252:43617 every 8 connection(s)
08:20:19.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.486066 27323 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/data/info.pb
08:20:19.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.488756 27237 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } attempt: 2
08:20:19.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.489002 27147 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27323
08:20:19.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.489102 27147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster10608111134711653909/master-2/wal/instance
08:20:19.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.489099 27406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.493943 27406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.501209 27406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.502002 27237 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74: Bootstrap starting.
08:20:19.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.505096 27237 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74: Neither blocks nor log segments found. Creating new log.
08:20:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.506017 27237 log.cc:826] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74: Log is configured to *not* fsync() on all Append() calls
08:20:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.506494 27406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } has no permanent_uuid. Determining permanent_uuid...
08:20:19.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.509336 27237 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74: No bootstrap required, opened a new log
08:20:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.513484 27406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a: Bootstrap starting.
08:20:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.513854 27237 raft_consensus.cc:359] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } }
08:20:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.514032 27237 raft_consensus.cc:385] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.514091 27237 raft_consensus.cc:740] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a98e654f78684b4bb0b0c68d5177ec74, State: Initialized, Role: FOLLOWER
08:20:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.514552 27237 consensus_queue.cc:260] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [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: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } }
08:20:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.516108 27237 sys_catalog.cc:565] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [sys.catalog]: configured and running, proceeding with master startup.
08:20:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.516130 27406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a: Neither blocks nor log segments found. Creating new log.
08:20:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.516109 27147 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:19.517 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.517017 27406 log.cc:826] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a: Log is configured to *not* fsync() on all Append() calls
08:20:19.517 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:19.518 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.130.254"
      port: 43677
    }
    bound_http_address {
      host: "127.26.130.254"
      port: 41409
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.130.253"
      port: 43943
    }
    bound_http_address {
      host: "127.26.130.253"
      port: 33737
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.130.252"
      port: 43617
    }
    bound_http_address {
      host: "127.26.130.252"
      port: 41823
    }
  }
}

08:20:19.519 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:19.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.521153 27413 sys_catalog.cc:455] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [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: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } } }
08:20:19.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.521440 27413 sys_catalog.cc:458] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74 [sys.catalog]: This master's current role is: FOLLOWER
08:20:19.521 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.522426 27429 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a98e654f78684b4bb0b0c68d5177ec74: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.522535 27429 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:19.522 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.523131 27406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a: No bootstrap required, opened a new log
08:20:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.523138 27147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27159
08:20:19.526 [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=	
08:20:19.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.528435 27406 raft_consensus.cc:359] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } }
08:20:19.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.528827 27406 raft_consensus.cc:385] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:19.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.528880 27406 raft_consensus.cc:740] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 664710f1450a40aa8476b567870e2f2a, State: Initialized, Role: FOLLOWER
08:20:19.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.529347 27406 consensus_queue.cc:260] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [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: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } }
08:20:19.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.529807 27432 sys_catalog.cc:455] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [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: "a98e654f78684b4bb0b0c68d5177ec74" member_type: VOTER last_known_addr { host: "127.26.130.254" port: 43677 } } peers { permanent_uuid: "51c1c0ed70954d679e5338c617fce962" member_type: VOTER last_known_addr { host: "127.26.130.253" port: 43943 } } peers { permanent_uuid: "664710f1450a40aa8476b567870e2f2a" member_type: VOTER last_known_addr { host: "127.26.130.252" port: 43617 } } }
08:20:19.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.529929 27432 sys_catalog.cc:458] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [sys.catalog]: This master's current role is: FOLLOWER
08:20:19.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.530637 27406 sys_catalog.cc:565] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a [sys.catalog]: configured and running, proceeding with master startup.
08:20:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.537781 27448 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 664710f1450a40aa8476b567870e2f2a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.538282 27448 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:19.538 [ERROR - Metastore-Handler-Pool: Thread-201] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
08:20:19.541 [INFO - Metastore-Handler-Pool: Thread-202] (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=	
08:20:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.542186 27445 client.h:372] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:19.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:19.544847 27343 connection.cc:573] client connection to 127.26.130.254:43677 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:19.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.545131 27323 master_runner.cc:187] Error getting master registration for 127.26.130.254:43677: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
08:20:19.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.547086 27323 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:19.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.547714 27147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27239
08:20:19.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.558102 27147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27323
08:20:19.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:19Z chronyd exiting
.08:20:19.617 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:19.618 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:19.618 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:19.649 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17074966593858428732
08:20:19.650 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:19.650 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:19.652 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:19.652 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:19.652 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:19.653 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:19.654 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:19.654 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:19.655 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:19.656 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:19.657 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
08:20:19.717 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:19.718 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
08:20:19.718 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:19.720 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:19.721 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:19.722 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:19.732 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:19.732 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:19.732 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:19.746 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.746 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.747 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.747 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.747 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.748 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:19.906 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:19.906 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: null will be shutdown
08:20:19.906 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50d67036 created in the thread with id: 203
08:20:19.908 [WARN - Thread-142] (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
08:20:19.909 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710
08:20:20.006 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
08:20:20.020 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:20.043 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
08:20:20.045 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
08:20:20.071 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:20.071 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:20.072 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:20.072 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:20.073 [WARN - Thread-142] (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)
08:20:20.073 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [38761]...
08:20:20.073 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:20.073 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:20.073 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
08:20:20.073 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
08:20:20.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:20.652 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:20.652 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:20.654 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:20.654 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38761]
08:20:20.654 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38761) in binary transport mode
08:20:20.655 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38761) current connections: 1
08:20:20.656 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-tasklTqw_j/test-tmp
08:20:20.657 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:20:20.657 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-tasklTqw_j/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:20.660 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:20.766 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:20.767 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.768100 27479 mini_oidc.cc:150] Starting JWKS server
08:20:20.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.769935 27479 webserver.cc:533] Webserver started at http://127.0.0.1:38719/ using document root <none> and password file <none>
08:20:20.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.770150 27479 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:20.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.770444 27479 webserver.cc:533] Webserver started at http://127.0.0.1:41363/ using document root <none> and password file <none>
08:20:20.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:20.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:20Z Disabled control of system clock
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.785878 27479 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/logs
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data/info.pb
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.254:43293
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.254
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json with env {}
08:20:20.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.896553 27491 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:20.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.896859 27491 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:20.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.896910 27491 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900236 27491 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900293 27491 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900313 27491 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900331 27491 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900349 27491 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:20.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.900364 27491 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38719/jwks.json
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.904342 27491 master_runner.cc:387] Master server non-default flags:
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/logs
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.254:43293
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data/info.pb
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.254
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27491
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.905726 27491 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.907051 27491 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.912568 27500 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
08:20:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.912580 27496 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
08:20:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.912678 27498 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
08:20:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.912917 27491 server_base.cc:1061] running on GCE node
08:20:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.913681 27491 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.914573 27491 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.915740 27491 hybrid_clock.cc:648] HybridClock initialized: now 1786522820915762 us; error 68 us; skew 500 ppm
08:20:20.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.917637 27491 webserver.cc:533] Webserver started at http://127.26.213.254:46629/ using document root <none> and password file <none>
08:20:20.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.918177 27491 fs_manager.cc:362] Metadata directory not provided
08:20:20.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.918236 27491 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:20.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.918390 27491 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.919883 27491 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data/instance:
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "208c2ba7d5ca45fd8eaca2a10e25612e"
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:20 on dist-test-slave-cbsf"
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.920310 27491 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal/instance:
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "208c2ba7d5ca45fd8eaca2a10e25612e"
08:20:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:20 on dist-test-slave-cbsf"
08:20:20.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.923487 27491 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:20:20.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.925628 27506 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.926684 27491 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.926797 27491 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "208c2ba7d5ca45fd8eaca2a10e25612e"
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:20 on dist-test-slave-cbsf"
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.926868 27491 fs_report.cc:389] FS layout report
08:20:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data/data
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.970625 27491 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:20.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.971341 27491 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:20.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.971498 27491 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:20.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.979421 27576 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.213.254:43293 every 8 connection(s)
08:20:20.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.979430 27491 rpc_server.cc:307] RPC server started. Bound to: 127.26.213.254:43293
08:20:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.980506 27491 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/data/info.pb
08:20:20.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.982672 27479 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27491
08:20:20.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.982802 27479 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-0/wal/instance
08:20:20.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.983433 27580 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.984124 27479 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/logs
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data/info.pb
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:20.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.253:40053
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.253
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:20.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json with env {}
08:20:20.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.987135 27580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.004180 27580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.005169 27507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.213.253:40053: connect: Connection refused (error 111)
08:20:21.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.006063 27580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.253:40053: Network error: Client connection negotiation failed: client connection to 127.26.213.253:40053: connect: Connection refused (error 111)
08:20:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.055315 27580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } attempt: 1
08:20:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.057301 27580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.253:40053: Network error: Client connection negotiation failed: client connection to 127.26.213.253:40053: connect: Connection refused (error 111)
08:20:21.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.097335 27583 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:21.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.097543 27583 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:21.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.097585 27583 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.100943 27583 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.101006 27583 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.101027 27583 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.101044 27583 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.101063 27583 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.101078 27583 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38719/jwks.json
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.105028 27583 master_runner.cc:387] Master server non-default flags:
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/logs
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.253:40053
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data/info.pb
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.253
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27583
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:21.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.106070 27583 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:21.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.107133 27583 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.113044 27593 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
08:20:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.113070 27596 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
08:20:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.113271 27583 server_base.cc:1061] running on GCE node
08:20:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.113044 27592 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
08:20:21.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.113883 27583 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:21.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.114769 27583 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:21.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.115980 27583 hybrid_clock.cc:648] HybridClock initialized: now 1786522821115929 us; error 37 us; skew 500 ppm
08:20:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.117951 27583 webserver.cc:533] Webserver started at http://127.26.213.253:37437/ using document root <none> and password file <none>
08:20:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.118595 27583 fs_manager.cc:362] Metadata directory not provided
08:20:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.118680 27583 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.118886 27583 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.120626 27583 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data/instance:
08:20:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18068962a2504f3c8c7f5ddf61f02b79"
08:20:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.121155 27583 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal/instance:
08:20:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18068962a2504f3c8c7f5ddf61f02b79"
08:20:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.124228 27583 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.001s
08:20:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.125487 27580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } attempt: 2
08:20:21.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.126621 27602 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.127208 27580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.253:40053: Network error: Client connection negotiation failed: client connection to 127.26.213.253:40053: connect: Connection refused (error 111)
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.127650 27583 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.127743 27583 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18068962a2504f3c8c7f5ddf61f02b79"
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.127815 27583 fs_report.cc:389] FS layout report
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data/data
08:20:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:21.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.141535 27583 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.142114 27583 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.142258 27583 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:21.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.149571 27583 rpc_server.cc:307] RPC server started. Bound to: 127.26.213.253:40053
08:20:21.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.149593 27662 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.213.253:40053 every 8 connection(s)
08:20:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.150558 27583 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/data/info.pb
08:20:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.153244 27663 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.156597 27663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.160681 27479 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27583
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.160849 27479 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-1/wal/instance
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.161559 27479 external_mini_cluster.cc:1372] Running /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/logs
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data/info.pb
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.252:41987
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.252
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json with env {}
08:20:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.165866 27663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.171748 27663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.172511 27606 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.173451 27663 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.252:41987: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.218390 27580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } attempt: 3
08:20:21.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.222685 27663 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } attempt: 1
08:20:21.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.223284 27580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.224632 27663 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.252:41987: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.224879 27580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.252:41987: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.256044 27580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } attempt: 1
08:20:21.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.257745 27580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.252:41987: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.276675 27668 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.276978 27668 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.277024 27668 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280416 27668 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280509 27668 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280544 27668 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280573 27668 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280599 27668 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.280614 27668 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38719/jwks.json
08:20:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.284670 27668 master_runner.cc:387] Master server non-default flags:
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/logs
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.213.212:35387
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.213.254:43293,127.26.213.253:40053,127.26.213.252:41987
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.213.252:41987
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38719/jwks.json
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data/info.pb
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.213.252
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27668
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:13 UTC on bdcb31816ec0
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13300
08:20:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.285871 27668 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:21.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.286976 27668 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.292482 27680 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
08:20:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.292482 27677 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
08:20:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.292531 27676 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
08:20:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.292829 27663 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } attempt: 2
08:20:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.293169 27668 server_base.cc:1061] running on GCE node
08:20:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.293754 27668 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.294356 27663 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.213.252:41987: Network error: Client connection negotiation failed: client connection to 127.26.213.252:41987: connect: Connection refused (error 111)
08:20:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.294782 27668 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:21.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.295964 27668 hybrid_clock.cc:648] HybridClock initialized: now 1786522821295938 us; error 33 us; skew 500 ppm
08:20:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.297932 27668 webserver.cc:533] Webserver started at http://127.26.213.252:45621/ using document root <none> and password file <none>
08:20:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.298592 27668 fs_manager.cc:362] Metadata directory not provided
08:20:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.298686 27668 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.298928 27668 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.300645 27668 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data/instance:
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1c2d76c33a24468a152fa623cb13c48"
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.301285 27668 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal/instance:
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1c2d76c33a24468a152fa623cb13c48"
08:20:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.304665 27668 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
08:20:21.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.307060 27687 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.308095 27668 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.308239 27668 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data,/tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1c2d76c33a24468a152fa623cb13c48"
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:21 on dist-test-slave-cbsf"
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.308385 27668 fs_report.cc:389] FS layout report
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data/data
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:21.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.324447 27668 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.325263 27668 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:20:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.325470 27668 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.332966 27580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } attempt: 2
08:20:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.333503 27668 rpc_server.cc:307] RPC server started. Bound to: 127.26.213.252:41987
08:20:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.333523 27748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.213.252:41987 every 8 connection(s)
08:20:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.334708 27668 server_base.cc:1193] Dumped server information to /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/data/info.pb
08:20:21.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.338109 27751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:21.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.339169 27479 external_mini_cluster.cc:1434] Started /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu as pid 27668
08:20:21.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.339300 27479 external_mini_cluster.cc:1448] Reading /tmp/dist-test-tasklTqw_j/test-tmp/mini-kudu-cluster8265344817336852140/master-2/wal/instance
08:20:21.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.341300 27751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.346122 27580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: Bootstrap starting.
08:20:21.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.348067 27751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.348945 27580 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: Neither blocks nor log segments found. Creating new log.
08:20:21.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.349853 27580 log.cc:826] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: Log is configured to *not* fsync() on all Append() calls
08:20:21.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.352072 27580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: No bootstrap required, opened a new log
08:20:21.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.352751 27751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
08:20:21.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.356495 27580 raft_consensus.cc:359] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.356745 27580 raft_consensus.cc:385] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:21.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.356815 27580 raft_consensus.cc:740] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 208c2ba7d5ca45fd8eaca2a10e25612e, State: Initialized, Role: FOLLOWER
08:20:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.357301 27580 consensus_queue.cc:260] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.357801 27756 sys_catalog.cc:455] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.358052 27756 sys_catalog.cc:458] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.358589 27580 sys_catalog.cc:565] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: configured and running, proceeding with master startup.
08:20:21.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.359246 27751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: Bootstrap starting.
08:20:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.363775 27769 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.364049 27769 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.365374 27479 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:21.366 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.364060 27491 master_runner.cc:187] Error getting master registration for 127.26.213.253:40053: OK, instance_id { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" instance_seqno: 1786522821147437 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.366671 27491 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:21.366 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.367090 27751 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: Neither blocks nor log segments found. Creating new log.
08:20:21.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.367933 27751 log.cc:826] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: Log is configured to *not* fsync() on all Append() calls
08:20:21.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.369755 27751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: No bootstrap required, opened a new log
08:20:21.367 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.213.254"
      port: 43293
    }
    bound_http_address {
      host: "127.26.213.254"
      port: 46629
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.213.253"
      port: 40053
    }
    bound_http_address {
      host: "127.26.213.253"
      port: 37437
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.213.252"
      port: 41987
    }
    bound_http_address {
      host: "127.26.213.252"
      port: 45621
    }
  }
}

08:20:21.371 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:21.371 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:21.372 [INFO - Metastore-Handler-Pool: Thread-224] (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=892d96b7-92f6-4f40-b6d4-016298682224, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.213.252:41987,127.26.213.254:43293,127.26.213.253:40053}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:21.375 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:21.375 [INFO - Metastore-Handler-Pool: Thread-224] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:21.375 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: null will be shutdown
08:20:21.376 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@27ef5a56 created in the thread with id: 224
08:20:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.376976 27751 raft_consensus.cc:359] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.377424 27751 raft_consensus.cc:385] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.377667 27751 raft_consensus.cc:740] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b1c2d76c33a24468a152fa623cb13c48, State: Initialized, Role: FOLLOWER
08:20:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.378448 27751 consensus_queue.cc:260] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.380116 27751 sys_catalog.cc:565] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: configured and running, proceeding with master startup.
08:20:21.380 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7
08:20:21.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.383131 27773 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.383430 27773 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.385541 27663 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } attempt: 3
08:20:21.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.387920 27786 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:21.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.388142 27786 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:21.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.387352 27668 master_runner.cc:187] Error getting master registration for 127.26.213.253:40053: OK, instance_id { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" instance_seqno: 1786522821147437 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:21.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.389679 27668 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:21.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.393478 27663 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: Bootstrap starting.
08:20:21.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.402818 27663 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: Neither blocks nor log segments found. Creating new log.
08:20:21.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.404011 27663 log.cc:826] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: Log is configured to *not* fsync() on all Append() calls
08:20:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.406322 27663 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: No bootstrap required, opened a new log
08:20:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.410797 27663 raft_consensus.cc:359] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.411209 27663 raft_consensus.cc:385] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.411412 27663 raft_consensus.cc:740] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18068962a2504f3c8c7f5ddf61f02b79, State: Initialized, Role: FOLLOWER
08:20:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.412118 27663 consensus_queue.cc:260] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.413924 27663 sys_catalog.cc:565] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: configured and running, proceeding with master startup.
08:20:21.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.425941 27583 master_runner.cc:264] No leader master found from master 18068962a2504f3c8c7f5ddf61f02b79
08:20:21.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.426090 27583 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.430280 27806 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.430647 27806 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:21.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.436169 27790 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.436589 27790 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.458885 27756 raft_consensus.cc:493] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.459136 27756 raft_consensus.cc:515] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.460402 27756 leader_election.cc:290] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 18068962a2504f3c8c7f5ddf61f02b79 (127.26.213.253:40053), b1c2d76c33a24468a152fa623cb13c48 (127.26.213.252:41987)
08:20:21.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.461901 27631 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18068962a2504f3c8c7f5ddf61f02b79" is_pre_election: true
08:20:21.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.462214 27631 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 208c2ba7d5ca45fd8eaca2a10e25612e in term 0.
08:20:21.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.462723 27507 leader_election.cc:304] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [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: 18068962a2504f3c8c7f5ddf61f02b79, 208c2ba7d5ca45fd8eaca2a10e25612e; no voters: 
08:20:21.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.463574 27720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1c2d76c33a24468a152fa623cb13c48" is_pre_election: true
08:20:21.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.463861 27720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 208c2ba7d5ca45fd8eaca2a10e25612e in term 0.
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.465009 27756 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.465094 27756 raft_consensus.cc:493] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.465138 27756 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 0 FOLLOWER]: Advancing to term 1
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.466696 27756 raft_consensus.cc:515] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.467468 27631 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18068962a2504f3c8c7f5ddf61f02b79"
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.467623 27631 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 0 FOLLOWER]: Advancing to term 1
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.468825 27631 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 208c2ba7d5ca45fd8eaca2a10e25612e in term 1.
08:20:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.469192 27507 leader_election.cc:304] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [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: 18068962a2504f3c8c7f5ddf61f02b79, 208c2ba7d5ca45fd8eaca2a10e25612e; no voters: 
08:20:21.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.470499 27720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1c2d76c33a24468a152fa623cb13c48"
08:20:21.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.470685 27720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 0 FOLLOWER]: Advancing to term 1
08:20:21.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.471859 27720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 208c2ba7d5ca45fd8eaca2a10e25612e in term 1.
08:20:21.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.472530 27756 leader_election.cc:290] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [CANDIDATE]: Term 1 election: Requested vote from peers 18068962a2504f3c8c7f5ddf61f02b79 (127.26.213.253:40053), b1c2d76c33a24468a152fa623cb13c48 (127.26.213.252:41987)
08:20:21.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.472756 27756 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 1 FOLLOWER]: Leader election won for term 1
08:20:21.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.472832 27756 raft_consensus.cc:697] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [term 1 LEADER]: Becoming Leader. State: Replica: 208c2ba7d5ca45fd8eaca2a10e25612e, State: Running, Role: LEADER
08:20:21.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.472972 27514 tablet.cc:2406] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:21.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.473153 27756 consensus_queue.cc:237] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [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: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } }
08:20:21.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.475472 27756 sys_catalog.cc:455] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 208c2ba7d5ca45fd8eaca2a10e25612e. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.475782 27756 sys_catalog.cc:458] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: This master's current role is: LEADER
08:20:21.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.482436 27811 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:21.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.483762 27811 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:21.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.510424 27720 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [term 1 FOLLOWER]: Refusing update from remote peer 208c2ba7d5ca45fd8eaca2a10e25612e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:21.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.511669 27809 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:21.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.516888 27773 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 208c2ba7d5ca45fd8eaca2a10e25612e. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.517063 27773 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.517603 27631 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [term 1 FOLLOWER]: Refusing update from remote peer 208c2ba7d5ca45fd8eaca2a10e25612e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:21.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.518280 27809 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [LEADER]: Connected to new peer: Peer: permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.523092 27790 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 208c2ba7d5ca45fd8eaca2a10e25612e. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.523228 27790 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.526372 27809 sys_catalog.cc:455] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.526508 27809 sys_catalog.cc:458] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: This master's current role is: LEADER
08:20:21.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.527837 27790 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.527971 27790 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.530404 27816 mvcc.cc:204] Tried to move back new op lower bound from 7317597476850339840 to 7317597476759302144. Current Snapshot: MvccSnapshot[applied={T|T < 7317597476850339840}]
08:20:21.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.532501 27811 catalog_manager.cc:1383] Generated new cluster ID: 645327c696954fc3a15edbbb7363b70d
08:20:21.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.532584 27811 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.537721 27756 sys_catalog.cc:455] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.542490 27773 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208c2ba7d5ca45fd8eaca2a10e25612e" member_type: VOTER last_known_addr { host: "127.26.213.254" port: 43293 } } peers { permanent_uuid: "18068962a2504f3c8c7f5ddf61f02b79" member_type: VOTER last_known_addr { host: "127.26.213.253" port: 40053 } } peers { permanent_uuid: "b1c2d76c33a24468a152fa623cb13c48" member_type: VOTER last_known_addr { host: "127.26.213.252" port: 41987 } } }
08:20:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.542625 27773 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48 [sys.catalog]: This master's current role is: FOLLOWER
08:20:21.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.537869 27756 sys_catalog.cc:458] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e [sys.catalog]: This master's current role is: LEADER
08:20:21.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.552557 27813 mvcc.cc:204] Tried to move back new op lower bound from 7317597476850339840 to 7317597476759302144. Current Snapshot: MvccSnapshot[applied={T|T < 7317597476850339840 or (T in {7317597476850339840})}]
08:20:21.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.562681 27811 catalog_manager.cc:1406] Generated new certificate authority record
08:20:21.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.564085 27811 catalog_manager.cc:1540] Loading token signing keys...
08:20:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.582719 27811 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 208c2ba7d5ca45fd8eaca2a10e25612e: Generated new TSK 0
08:20:21.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:21.583778 27811 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:21.852 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:21.859 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:21.859 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:21.910 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:21.914 [INFO - Metastore-Handler-Pool: Thread-224] (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/hive17074966593858428732/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=892d96b7-92f6-4f40-b6d4-016298682224, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.213.252:41987,127.26.213.254:43293,127.26.213.253:40053}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:21.916 [INFO - Metastore-Handler-Pool: Thread-224] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17074966593858428732/external-warehouse/table
08:20:21.966 [DEBUG - Metastore-Handler-Pool: Thread-224] (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.
08:20:21.967 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:21.969 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.26.213.252:41987(127.26.213.252:41987)] connecting to peer
08:20:21.970 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.26.213.254:43293(127.26.213.254:43293)] connecting to peer
08:20:21.972 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.26.213.253:40053(127.26.213.253:40053)] connecting to peer
08:20:21.973 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.213.252:41987(127.26.213.252:41987)] Successfully connected to peer
08:20:21.976 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.213.253:40053(127.26.213.253:40053)] Successfully connected to peer
08:20:21.977 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.213.252
08:20:21.994 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:21.998 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.213.253
08:20:22.000 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.213.254:43293(127.26.213.254:43293)] Successfully connected to peer
08:20:22.010 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.213.254
08:20:22.014 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:22.020 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x2238a82e, L:/127.0.0.1:41572 - R:/127.26.213.252:41987] using SASL/PLAIN
08:20:22.025 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xf7937b7c, L:/127.0.0.1:58654 - R:/127.26.213.253:40053] using SASL/PLAIN
08:20:22.030 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:22.034 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x092e7e74, L:/127.0.0.1:36684 - R:/127.26.213.254:43293] using SASL/PLAIN
08:20:22.039 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:22.073 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:22.104 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:22.106 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:20:22.114 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:20:22.153 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:473) Updating table stats for table
08:20:22.153 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:20:22.247 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:22.272 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:22.273 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:22.390 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:22.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.389878 27786 catalog_manager.cc:1295] Loaded cluster ID: 645327c696954fc3a15edbbb7363b70d
08:20:22.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.389981 27786 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: loading cluster ID for follower catalog manager: success
08:20:22.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.392343 27786 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: acquiring CA information for follower catalog manager: success
08:20:22.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.393652 27786 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b1c2d76c33a24468a152fa623cb13c48: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:22.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.432492 27806 catalog_manager.cc:1295] Loaded cluster ID: 645327c696954fc3a15edbbb7363b70d
08:20:22.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.432614 27806 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: loading cluster ID for follower catalog manager: success
08:20:22.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.435135 27806 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: acquiring CA information for follower catalog manager: success
08:20:22.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.436959 27806 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 18068962a2504f3c8c7f5ddf61f02b79: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:22.509 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:22.562 [WARN - Metastore-Handler-Pool: Thread-224] (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.
08:20:22.663 [INFO - Metastore-Handler-Pool: Thread-224] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:22.664 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:22.664 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:22.665 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@27ef5a56 will be shutdown
08:20:22.665 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:22.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.665202 27479 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27491
08:20:22.676 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.213.254:43293(127.26.213.254:43293)] handling channelInactive
08:20:22.676 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.213.254:43293(127.26.213.254:43293)] cleaning up while in state READY due to: connection closed
08:20:22.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.677170 27479 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27583
08:20:22.689 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.213.253:40053(127.26.213.253:40053)] handling channelInactive
08:20:22.690 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.213.253:40053(127.26.213.253:40053)] cleaning up while in state READY due to: connection closed
08:20:22.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.691272 27479 external_mini_cluster.cc:1664] Killing /tmp/dist-test-tasklTqw_j/build/debug/bin/kudu with pid 27668
08:20:22.704 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.213.252:41987(127.26.213.252:41987)] handling channelInactive
08:20:22.704 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.213.252:41987(127.26.213.252:41987)] cleaning up while in state READY due to: connection closed
08:20:22.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:22Z chronyd exiting

Time: 25.595

OK (6 tests)

