JUnit version 4.13.2
.02:10:54.156 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:10:54.163 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:10:54.165 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:10:54.272 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive7934781151779661076
02:10:54.426 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:10:54.441 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:10:54.683 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:10:54.711 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:10:54.712 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:10:54.743 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:10:54.755 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:10:54.774 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:10:55.539 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:10:55.543 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:10:55.566 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:10:55.568 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:10:55.581 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:10:55.582 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:10:55.779 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:10:55.780 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:10:55.782 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:10:56.320 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:10:56.320 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
02:10:56.367 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d439447 created in the thread with id: 13
02:10:56.424 [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
02:10:56.668 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:56.670 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:56.671 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:56.672 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:56.673 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:56.674 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:10:57.335 [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
02:10:57.335 [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.140
02:10:57.336 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
02:10:57.690 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:10:57.740 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:10:57.790 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:10:57.794 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:10:57.875 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:10:57.882 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:10:58.173 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:10:58.180 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:10:58.190 [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)
02:10:58.190 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [43085]...
02:10:58.190 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:10:58.190 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:10:58.191 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:10:58.191 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:10:58.298 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:10:58.298 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:10:58.299 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:10:58.312 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:10:58.312 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43085]
02:10:58.313 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43085) in binary transport mode
02:10:58.328 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43085) current connections: 1
02:10:58.405 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:10:58.545 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:10:58.548 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:10:58.552 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:10:58.589 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43085"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:10:58.801 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:10:58.810 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:10:58.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.812844  1741 mini_oidc.cc:150] Starting JWKS server
02:10:58.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.815259  1741 webserver.cc:534] Webserver started at http://127.0.0.1:38647/ using document root <none> and password file <none>
02:10:58.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.815470  1741 mini_oidc.cc:186] Starting OIDC Discovery server
02:10:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.815748  1741 webserver.cc:534] Webserver started at http://127.0.0.1:40057/ using document root <none> and password file <none>
02:10:58.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:10:58Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:10:58.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:10:58Z Disabled control of system clock
02:10:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.834992  1741 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal
02:10:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/logs
02:10:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data/info.pb
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.126:37631
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.126
02:10:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:58.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085 with env {}
02:10:58.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.960348  1752 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:10:58.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.960608  1752 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:10:58.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.960665  1752 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:10:58.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964681  1752 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:10:58.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964769  1752 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:10:58.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964794  1752 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:10:58.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964815  1752 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:10:58.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964838  1752 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:10:58.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.964855  1752 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38647/jwks.json
02:10:58.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.969460  1752 master_runner.cc:387] Master server non-default flags:
02:10:58.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal
02:10:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085
02:10:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.126:37631
02:10:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:10:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data/info.pb
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.126
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1752
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/logs
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:10:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:10:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.970774  1752 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:10:58.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.972275  1752 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:10:58.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.979346  1760 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
02:10:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.979406  1757 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
02:10:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:58.979346  1758 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
02:10:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.980024  1752 server_base.cc:1061] running on GCE node
02:10:58.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.980922  1752 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:10:58.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.982133  1752 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:10:58.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.983321  1752 hybrid_clock.cc:648] HybridClock initialized: now 1783476658983304 us; error 43 us; skew 500 ppm
02:10:58.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.985348  1752 webserver.cc:534] Webserver started at http://127.1.179.126:38005/ using document root <none> and password file <none>
02:10:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.986006  1752 fs_manager.cc:362] Metadata directory not provided
02:10:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.986096  1752 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:10:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.986337  1752 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:10:58.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.988036  1752 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data/instance:
02:10:58.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09cd31ba6bfe40de8cfdae64944f384c"
02:10:58.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:58 on dist-test-slave-z0rp"
02:10:58.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.988600  1752 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal/instance:
02:10:58.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09cd31ba6bfe40de8cfdae64944f384c"
02:10:58.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:58 on dist-test-slave-z0rp"
02:10:58.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.992450  1752 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
02:10:58.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.994836  1766 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.996048  1752 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.996161  1752 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09cd31ba6bfe40de8cfdae64944f384c"
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:58 on dist-test-slave-z0rp"
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:58.996248  1752 fs_report.cc:389] FS layout report
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:10:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data/data
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:10:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:10:58.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:10:58.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:10:58.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:10:58.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:10:58.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:10:58.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:10:59.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.013739  1752 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:10:59.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.014618  1752 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:10:59.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.014796  1752 kserver.cc:163] Server-wide thread pool size limit: 3276
02:10:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.022583  1818 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.179.126:37631 every 8 connection(s)
02:10:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.022589  1752 rpc_server.cc:307] RPC server started. Bound to: 127.1.179.126:37631
02:10:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.023672  1752 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/data/info.pb
02:10:59.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.026693  1819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:10:59.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.029752  1819 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.032361  1741 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 1752
02:10:59.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.032629  1741 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-0/wal/instance
02:10:59.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.034405  1741 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:59.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:59.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:59.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/logs
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data/info.pb
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:10:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:59.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.125:38445
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.125
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:59.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:59.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085 with env {}
02:10:59.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.045416  1819 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.046452  1770 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.179.125:38445: connect: Connection refused (error 111)
02:10:59.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.047742  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.125:38445: Network error: Client connection negotiation failed: client connection to 127.1.179.125:38445: connect: Connection refused (error 111)
02:10:59.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.097055  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } attempt: 1
02:10:59.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.098655  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.125:38445: Network error: Client connection negotiation failed: client connection to 127.1.179.125:38445: connect: Connection refused (error 111)
02:10:59.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.148358  1822 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:10:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.148589  1822 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:10:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.148633  1822 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:10:59.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152470  1822 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:10:59.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152539  1822 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:10:59.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152560  1822 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:10:59.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152578  1822 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:10:59.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152597  1822 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:10:59.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.152611  1822 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38647/jwks.json
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.156934  1822 master_runner.cc:387] Master server non-default flags:
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data
02:10:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.125:38445
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data/info.pb
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.125
02:10:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1822
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/logs
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:10:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:10:59.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:10:59.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:10:59.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.158483  1822 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:10:59.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.159947  1822 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:10:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.165772  1831 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
02:10:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.165767  1829 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
02:10:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.165781  1828 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
02:10:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.166496  1822 server_base.cc:1061] running on GCE node
02:10:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.167090  1822 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:10:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.167609  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } attempt: 2
02:10:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.168249  1822 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:10:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.169049  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.125:38445: Network error: Client connection negotiation failed: client connection to 127.1.179.125:38445: connect: Connection refused (error 111)
02:10:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.169665  1822 hybrid_clock.cc:648] HybridClock initialized: now 1783476659169609 us; error 82 us; skew 500 ppm
02:10:59.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.171810  1822 webserver.cc:534] Webserver started at http://127.1.179.125:38989/ using document root <none> and password file <none>
02:10:59.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.172370  1822 fs_manager.cc:362] Metadata directory not provided
02:10:59.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.172426  1822 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:10:59.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.172580  1822 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:10:59.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.174238  1822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data/instance:
02:10:59.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ea9c0f94a114640bb2636b574dd9663"
02:10:59.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.174670  1822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal/instance:
02:10:59.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ea9c0f94a114640bb2636b574dd9663"
02:10:59.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.177891  1822 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
02:10:59.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.179968  1837 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.180929  1822 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.181087  1822 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ea9c0f94a114640bb2636b574dd9663"
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.181186  1822 fs_report.cc:389] FS layout report
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:10:59.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data/data
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:10:59.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:10:59.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:10:59.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:10:59.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:10:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.211969  1822 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:10:59.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.212817  1822 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:10:59.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.213083  1822 kserver.cc:163] Server-wide thread pool size limit: 3276
02:10:59.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.220857  1889 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.179.125:38445 every 8 connection(s)
02:10:59.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.220861  1822 rpc_server.cc:307] RPC server started. Bound to: 127.1.179.125:38445
02:10:59.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.222159  1822 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/data/info.pb
02:10:59.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.223755  1741 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 1822
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.223847  1741 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-1/wal/instance
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.224412  1741 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data
02:10:59.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/logs
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data/info.pb
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:10:59.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:59.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:59.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.124:41031
02:10:59.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.124
02:10:59.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:59.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:59.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:59.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085 with env {}
02:10:59.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.226963  1890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:10:59.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.231447  1890 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.242043  1890 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.248400  1890 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.249375  1840 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.250671  1890 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.260238  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } attempt: 3
02:10:59.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.264884  1819 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.266342  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.297533  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 1
02:10:59.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.299077  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.299903  1890 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 1
02:10:59.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.301195  1890 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.342437  1891 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:10:59.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.342748  1891 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:10:59.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.342813  1891 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:10:59.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346556  1891 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:10:59.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346655  1891 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:10:59.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346688  1891 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:10:59.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346726  1891 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:10:59.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346753  1891 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:10:59.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.346771  1891 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38647/jwks.json
02:10:59.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.351173  1891 master_runner.cc:387] Master server non-default flags:
02:10:59.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:10:59.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.179.84:38175
02:10:59.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:10:59.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43085
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.179.126:37631,127.1.179.125:38445,127.1.179.124:41031
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.179.124:41031
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:10:59.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38647/jwks.json
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data/info.pb
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.179.124
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1891
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:10:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/logs
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.352856  1891 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:10:59.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.354460  1891 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:10:59.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.360505  1900 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
02:10:59.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.360505  1902 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
02:10:59.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.360565  1891 server_base.cc:1061] running on GCE node
02:10:59.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.360529  1899 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
02:10:59.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.361848  1891 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:10:59.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.363082  1891 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:10:59.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.364488  1891 hybrid_clock.cc:648] HybridClock initialized: now 1783476659364429 us; error 91 us; skew 500 ppm
02:10:59.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.366750  1891 webserver.cc:534] Webserver started at http://127.1.179.124:44165/ using document root <none> and password file <none>
02:10:59.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.367377  1891 fs_manager.cc:362] Metadata directory not provided
02:10:59.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.367465  1891 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:10:59.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.367744  1891 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:10:59.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.369345  1890 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 2
02:10:59.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.369746  1891 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data/instance:
02:10:59.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18c5bba3976c4160a96bf471ac537e7b"
02:10:59.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.370779  1891 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal/instance:
02:10:59.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18c5bba3976c4160a96bf471ac537e7b"
02:10:59.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.370841  1890 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.374471  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 2
02:10:59.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.375927  1819 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.179.124:41031: Network error: Client connection negotiation failed: client connection to 127.1.179.124:41031: connect: Connection refused (error 111)
02:10:59.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.376888  1891 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
02:10:59.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.379573  1908 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.380842  1891 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.381032  1891 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18c5bba3976c4160a96bf471ac537e7b"
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:10:59 on dist-test-slave-z0rp"
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.381160  1891 fs_report.cc:389] FS layout report
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data/data
02:10:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:10:59.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:10:59.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.409742  1891 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:10:59.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.410655  1891 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:10:59.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.410871  1891 kserver.cc:163] Server-wide thread pool size limit: 3276
02:10:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.419910  1891 rpc_server.cc:307] RPC server started. Bound to: 127.1.179.124:41031
02:10:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.419910  1960 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.179.124:41031 every 8 connection(s)
02:10:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.420964  1891 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/data/info.pb
02:10:59.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.422078  1741 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 1891
02:10:59.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.422197  1741 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster14881912109453355630/master-2/wal/instance
02:10:59.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.424045  1961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:10:59.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.428349  1961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.436133  1961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.441332  1961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } has no permanent_uuid. Determining permanent_uuid...
02:10:59.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.450259  1961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: Bootstrap starting.
02:10:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.451795  1741 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:10:59.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.452773  1961 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: Neither blocks nor log segments found. Creating new log.
02:10:59.452 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:10:59.454 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:10:59.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.461902  1961 log.cc:826] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: Log is configured to *not* fsync() on all Append() calls
02:10:59.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.461987  1890 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 3
02:10:59.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.465094  1961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: No bootstrap required, opened a new log
02:10:59.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.469780  1890 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: Bootstrap starting.
02:10:59.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.469659  1961 raft_consensus.cc:359] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.469902  1961 raft_consensus.cc:385] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:10:59.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.469961  1961 raft_consensus.cc:740] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18c5bba3976c4160a96bf471ac537e7b, State: Initialized, Role: FOLLOWER
02:10:59.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.471442  1961 consensus_queue.cc:260] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.472733  1890 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: Neither blocks nor log segments found. Creating new log.
02:10:59.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.473371  1961 sys_catalog.cc:565] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: configured and running, proceeding with master startup.
02:10:59.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.475073  1819 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } attempt: 3
02:10:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.480460  1980 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:10:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.480552  1980 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:10:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.478772  1891 master_runner.cc:187] Error getting master registration for 127.1.179.126:37631: OK, instance_id { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" instance_seqno: 1783476659020435 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:10:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.481139  1891 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:10:59.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.481149  1966 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.485488  1966 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.487617  1890 log.cc:826] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: Log is configured to *not* fsync() on all Append() calls
02:10:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.488969  1819 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: Bootstrap starting.
02:10:59.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.491705  1819 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: Neither blocks nor log segments found. Creating new log.
02:10:59.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.492489  1819 log.cc:826] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: Log is configured to *not* fsync() on all Append() calls
02:10:59.494 [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=	
02:10:59.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.494751  1819 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: No bootstrap required, opened a new log
02:10:59.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.495854  1977 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:10:59.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.498471  1819 raft_consensus.cc:359] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.490 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.179.126"
      port: 37631
    }
    bound_http_address {
      host: "127.1.179.126"
      port: 38005
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.179.125"
      port: 38445
    }
    bound_http_address {
      host: "127.1.179.125"
      port: 38989
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.179.124"
      port: 41031
    }
    bound_http_address {
      host: "127.1.179.124"
      port: 44165
    }
  }
}

02:10:59.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.498651  1819 raft_consensus.cc:385] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:10:59.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.498710  1819 raft_consensus.cc:740] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 09cd31ba6bfe40de8cfdae64944f384c, State: Initialized, Role: FOLLOWER
02:10:59.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.499946  1819 consensus_queue.cc:260] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.501483  1819 sys_catalog.cc:565] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: configured and running, proceeding with master startup.
02:10:59.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.503072  1890 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: No bootstrap required, opened a new log
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.507284  1890 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.507463  1890 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.507529  1890 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ea9c0f94a114640bb2636b574dd9663, State: Initialized, Role: FOLLOWER
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.508040  1890 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.509328  1890 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: configured and running, proceeding with master startup.
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.507764  1752 master_runner.cc:187] Error getting master registration for 127.1.179.125:38445: OK, instance_id { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" instance_seqno: 1783476659218737 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:10:59.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.510025  1752 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:10:59.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.514232  1999 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:10:59.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.514531  1999 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:10:59.514 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:10:59.515 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:10:59.521 [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=	
02:10:59.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.521775  1822 master_runner.cc:264] No leader master found from master 3ea9c0f94a114640bb2636b574dd9663
02:10:59.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.521852  1822 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:10:59.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.516158  1772 tablet.cc:2406] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:10:59.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.522908  1996 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:10:59.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.524399  2000 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.525087  2000 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.525753  1985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.526072  1985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.535 [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=ff74c480-a8f7-47e5-aee8-9a46f62978a4, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:10:59.537 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:10:59.537 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:10:59.538 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: null will be shutdown
02:10:59.539 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@762c114d created in the thread with id: 36
02:10:59.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.542661  2014 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:10:59.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.545132  2014 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:10:59.557 [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=	
02:10:59.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.558694  2011 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:10:59.614 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027
02:10:59.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.662390  1914 tablet.cc:2406] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:10:59.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:10:59.714654  1843 tablet.cc:2406] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:10:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.728966  1966 raft_consensus.cc:493] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:10:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.729208  1966 raft_consensus.cc:515] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.730448  1966 leader_election.cc:290] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 09cd31ba6bfe40de8cfdae64944f384c (127.1.179.126:37631), 3ea9c0f94a114640bb2636b574dd9663 (127.1.179.125:38445)
02:10:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.731055  1793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18c5bba3976c4160a96bf471ac537e7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "09cd31ba6bfe40de8cfdae64944f384c" is_pre_election: true
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.731072  1864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18c5bba3976c4160a96bf471ac537e7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ea9c0f94a114640bb2636b574dd9663" is_pre_election: true
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.731360  1793 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18c5bba3976c4160a96bf471ac537e7b in term 0.
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.731379  1864 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 18c5bba3976c4160a96bf471ac537e7b in term 0.
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.731894  1910 leader_election.cc:304] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [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: 09cd31ba6bfe40de8cfdae64944f384c, 18c5bba3976c4160a96bf471ac537e7b; no voters: 
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.732187  1966 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Leader pre-election won for term 1
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.732260  1966 raft_consensus.cc:493] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:10:59.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.732301  1966 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 0 FOLLOWER]: Advancing to term 1
02:10:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.733626  1966 raft_consensus.cc:515] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.734109  1966 leader_election.cc:290] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [CANDIDATE]: Term 1 election: Requested vote from peers 09cd31ba6bfe40de8cfdae64944f384c (127.1.179.126:37631), 3ea9c0f94a114640bb2636b574dd9663 (127.1.179.125:38445)
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.734822  1793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18c5bba3976c4160a96bf471ac537e7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "09cd31ba6bfe40de8cfdae64944f384c"
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.734954  1793 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 0 FOLLOWER]: Advancing to term 1
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.734948  1864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "18c5bba3976c4160a96bf471ac537e7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ea9c0f94a114640bb2636b574dd9663"
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.735076  1864 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 0 FOLLOWER]: Advancing to term 1
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.736196  1793 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18c5bba3976c4160a96bf471ac537e7b in term 1.
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.736199  1864 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 18c5bba3976c4160a96bf471ac537e7b in term 1.
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.736610  1912 leader_election.cc:304] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [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: 18c5bba3976c4160a96bf471ac537e7b, 3ea9c0f94a114640bb2636b574dd9663; no voters: 
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.736804  1966 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 1 FOLLOWER]: Leader election won for term 1
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.737052  1966 raft_consensus.cc:697] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [term 1 LEADER]: Becoming Leader. State: Replica: 18c5bba3976c4160a96bf471ac537e7b, State: Running, Role: LEADER
02:10:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.737475  1966 consensus_queue.cc:237] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [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: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } }
02:10:59.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.739461  1966 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18c5bba3976c4160a96bf471ac537e7b. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.739598  1966 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: This master's current role is: LEADER
02:10:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.749084  2022 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:10:59.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.750384  2022 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:10:59.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.766736  1864 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [term 1 FOLLOWER]: Refusing update from remote peer 18c5bba3976c4160a96bf471ac537e7b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:10:59.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.767540  1793 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [term 1 FOLLOWER]: Refusing update from remote peer 18c5bba3976c4160a96bf471ac537e7b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:10:59.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.768836  1966 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [LEADER]: Connected to new peer: Peer: permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:10:59.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.769963  2020 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:10:59.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.778813  2000 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18c5bba3976c4160a96bf471ac537e7b. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.778990  2000 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.779546  1985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 18c5bba3976c4160a96bf471ac537e7b. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.779711  1985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.808718  2020 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.808888  2020 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: This master's current role is: LEADER
02:10:59.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.809106  1985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.809244  1985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.810523  1966 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.810634  1966 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b [sys.catalog]: This master's current role is: LEADER
02:10:59.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.811786  2000 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "18c5bba3976c4160a96bf471ac537e7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09cd31ba6bfe40de8cfdae64944f384c" member_type: VOTER last_known_addr { host: "127.1.179.126" port: 37631 } } peers { permanent_uuid: "3ea9c0f94a114640bb2636b574dd9663" member_type: VOTER last_known_addr { host: "127.1.179.125" port: 38445 } } peers { permanent_uuid: "18c5bba3976c4160a96bf471ac537e7b" member_type: VOTER last_known_addr { host: "127.1.179.124" port: 41031 } } }
02:10:59.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.811900  2000 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663 [sys.catalog]: This master's current role is: FOLLOWER
02:10:59.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.812700  2024 mvcc.cc:204] Tried to move back new op lower bound from 7305120398371852288 to 7305120398288084992. Current Snapshot: MvccSnapshot[applied={T|T < 7305120398371852288}]
02:10:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.813930  2025 mvcc.cc:204] Tried to move back new op lower bound from 7305120398371852288 to 7305120398288084992. Current Snapshot: MvccSnapshot[applied={T|T < 7305120398371852288}]
02:10:59.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.818243  2022 catalog_manager.cc:1382] Generated new cluster ID: e6e3b34cbc184e849d28f41ced1f7aae
02:10:59.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.818328  2022 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:10:59.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.856722  2022 catalog_manager.cc:1405] Generated new certificate authority record
02:10:59.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.858280  2022 catalog_manager.cc:1539] Loading token signing keys...
02:10:59.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.873821  2022 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 18c5bba3976c4160a96bf471ac537e7b: Generated new TSK 0
02:10:59.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.875129  2022 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:10:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.876406  2022 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:10:59.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:10:59.877225  2022 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:11:00.254 [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.
02:11:00.268 [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.
02:11:00.268 [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.
02:11:00.472 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:00.489 [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/hive7934781151779661076/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=ff74c480-a8f7-47e5-aee8-9a46f62978a4, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:00.499 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:00.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:00.501497  1977 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:00.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.525807  1999 catalog_manager.cc:1294] Loaded cluster ID: e6e3b34cbc184e849d28f41ced1f7aae
02:11:00.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.525900  1999 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: loading cluster ID for follower catalog manager: success
02:11:00.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.528286  1999 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: acquiring CA information for follower catalog manager: success
02:11:00.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.529661  1999 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 09cd31ba6bfe40de8cfdae64944f384c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:00.531 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:00.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:00.531803  1996 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:00.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.546780  2014 catalog_manager.cc:1294] Loaded cluster ID: e6e3b34cbc184e849d28f41ced1f7aae
02:11:00.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.546881  2014 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: loading cluster ID for follower catalog manager: success
02:11:00.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.549968  2014 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: acquiring CA information for follower catalog manager: success
02:11:00.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:00.551458  2014 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 3ea9c0f94a114640bb2636b574dd9663: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:00.574 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:00.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:00.575263  2011 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:00.583 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7934781151779661076/external-warehouse/table
02:11:00.773 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:00.776 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:11:00.780 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:11:00.881 [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=765e34d0-bda3-4369-97b4-ce1a107806dd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:00.886 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:00.890 [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/hive7934781151779661076/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=765e34d0-bda3-4369-97b4-ce1a107806dd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:00.893 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7934781151779661076/external-warehouse/table
02:11:00.919 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:11:00.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:11:00.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:11:00.933 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3378f067
02:11:00.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:11:00.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:11:00.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:11:00.972 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:11:00.973 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:11:00.974 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:11:00.975 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:11:00.975 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:11:00.976 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:11:00.977 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:11:00.979 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
02:11:00.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:11:00.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:11:00.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:11:00.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:11:00.982 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:11:00.982 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:11:00.984 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:11:00.984 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:11:01.014 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:11:01.073 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:11:01.092 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:11:01.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:11:01.098 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:11:01.107 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:11:01.107 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:11:01.161 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:11:01.161 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:11:01.161 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:11:01.162 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:11:01.180 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:11:01.183 [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.
02:11:01.210 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:01.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.179.124:41031(127.1.179.124:41031)] connecting to peer
02:11:01.394 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 1689 (auto-detected)
02:11:01.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:11:01.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:11:01.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:11:01.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:11:01.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:31:ff:fe:11:bd:71 (auto-detected)
02:11:01.434 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:11:01.434 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:11:01.434 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:11:01.441 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:11:01.446 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.179.126:37631(127.1.179.126:37631)] connecting to peer
02:11:01.448 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.1.179.125:38445(127.1.179.125:38445)] connecting to peer
02:11:01.468 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.179.124:41031(127.1.179.124:41031)] Successfully connected to peer
02:11:01.468 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.179.125:38445(127.1.179.125:38445)] Successfully connected to peer
02:11:01.469 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.179.126:37631(127.1.179.126:37631)] Successfully connected to peer
02:11:01.482 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:11:01.482 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:11:01.482 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6e471685
02:11:01.489 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:11:01.489 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:11:01.489 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:11:01.489 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:11:01.489 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:11:01.511 [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=	
02:11:01.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:01.512221  1977 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:01.534 [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=	
02:11:01.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:01.537683  1996 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:01.579 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.179.125
02:11:01.579 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.179.124
02:11:01.580 [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=	
02:11:01.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:01.580654  2011 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:01.581 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.179.126
02:11:01.800 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:01.800 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:01.803 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:01.823 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x0f2fb6e7, L:/127.0.0.1:53844 - R:/127.1.179.126:37631] using SASL/PLAIN
02:11:01.825 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x431c0b01, L:/127.0.0.1:36382 - R:/127.1.179.124:41031] using SASL/PLAIN
02:11:01.822 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x5f7be596, L:/127.0.0.1:55014 - R:/127.1.179.125:38445] using SASL/PLAIN
02:11:01.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:01.875 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:11:01.876 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:11:01.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=04146be4-344d-4298-aed2-99f42153e6cc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:01.918 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:01.922 [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/hive7934781151779661076/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=04146be4-344d-4298-aed2-99f42153e6cc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:01.924 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7934781151779661076/external-warehouse/table
02:11:02.028 [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	
02:11:02.110 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:02.121 [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	
02:11:02.329 [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.
02:11:02.516 [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=	
02:11:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:02.517274  1977 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:02.540 [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=	
02:11:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:02.541133  1996 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:02.597 [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=	
02:11:02.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:02.598433  2011 client.h:372] Failed to connect to Hive Metastore (localhost:43085): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:02.661 [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.
02:11:02.714 [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.
02:11:02.757 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:02.906 [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=29b0de6c-a2ac-47c4-a2d6-ebb5232ae91a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:02.909 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:02.913 [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/hive7934781151779661076/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=29b0de6c-a2ac-47c4-a2d6-ebb5232ae91a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.179.124:41031,127.1.179.126:37631,127.1.179.125:38445}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:02.915 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7934781151779661076/external-warehouse/table
02:11:02.952 [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	
02:11:02.981 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:02.983 [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	
02:11:03.044 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:03.068 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:03.069 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:03.069205  1741 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 1752
02:11:03.069 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@762c114d will be shutdown
02:11:03.070 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:03.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:03.076510  1741 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 1822
02:11:03.079 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.179.126:37631(127.1.179.126:37631)] handling channelInactive
02:11:03.080 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.179.126:37631(127.1.179.126:37631)] cleaning up while in state READY due to: connection closed
02:11:03.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:03.083181  1741 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 1891
02:11:03.083 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.179.125:38445(127.1.179.125:38445)] handling channelInactive
02:11:03.083 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.179.125:38445(127.1.179.125:38445)] cleaning up while in state READY due to: connection closed
02:11:03.091 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.179.124:41031(127.1.179.124:41031)] handling channelInactive
02:11:03.091 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.179.124:41031(127.1.179.124:41031)] cleaning up while in state READY due to: connection closed
02:11:03.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:03Z chronyd exiting
.02:11:03.137 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:03.137 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:03.137 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:03.163 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive6738852987985632377
02:11:03.165 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:03.165 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:03.169 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:03.170 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:03.170 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:03.175 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:03.179 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:03.179 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:03.180 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:03.180 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:03.182 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
02:11:03.304 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:03.305 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
02:11:03.305 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:03.307 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:03.314 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:03.315 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:03.369 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:03.369 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:03.369 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:03.406 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.407 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.408 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.408 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.409 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.409 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:03.638 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:03.638 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e69efd, with PersistenceManager: null will be shutdown
02:11:03.639 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e69efd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@41ca5e4a created in the thread with id: 65
02:11:03.641 [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
02:11:03.642 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e69efd
02:11:03.768 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
02:11:03.793 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:03.823 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
02:11:03.825 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
02:11:03.861 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:03.862 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:03.862 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:03.862 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:03.863 [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)
02:11:03.863 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [42373]...
02:11:03.863 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:03.863 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:03.863 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
02:11:03.863 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
02:11:04.167 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:04.167 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:04.167 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:04.169 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:04.170 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42373]
02:11:04.170 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42373) in binary transport mode
02:11:04.170 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42373) current connections: 1
02:11:04.172 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:11:04.172 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:04.172 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:04.175 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42373"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:04.279 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:04.279 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:04.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.280826  2085 mini_oidc.cc:150] Starting JWKS server
02:11:04.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.282538  2085 webserver.cc:534] Webserver started at http://127.0.0.1:43273/ using document root <none> and password file <none>
02:11:04.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.282697  2085 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:04.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.282950  2085 webserver.cc:534] Webserver started at http://127.0.0.1:39481/ using document root <none> and password file <none>
02:11:04.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:04Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:04.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:04Z Disabled control of system clock
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.296823  2085 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/logs
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data/info.pb
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.126:33507
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.126
02:11:04.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373 with env {}
02:11:04.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.401619  2096 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:04.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.401849  2096 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:04.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.401893  2096 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:04.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405328  2096 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:04.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405385  2096 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:04.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405406  2096 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:04.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405423  2096 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405442  2096 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.405457  2096 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43273/jwks.json
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.410730  2096 master_runner.cc:387] Master server non-default flags:
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.126:33507
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data/info.pb
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.126
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2096
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/logs
02:11:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.412251  2096 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.413765  2096 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:04.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.419322  2101 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
02:11:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.419338  2104 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
02:11:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.419323  2102 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
02:11:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.419559  2096 server_base.cc:1061] running on GCE node
02:11:04.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.420454  2096 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:04.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.421494  2096 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.422672  2096 hybrid_clock.cc:648] HybridClock initialized: now 1783476664422657 us; error 34 us; skew 500 ppm
02:11:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.424448  2096 webserver.cc:534] Webserver started at http://127.2.9.126:36711/ using document root <none> and password file <none>
02:11:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.425088  2096 fs_manager.cc:362] Metadata directory not provided
02:11:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.425171  2096 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:04.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.425423  2096 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.427027  2096 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data/instance:
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3e0b30ef17a43bcbdbe744659f2d95e"
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.427577  2096 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal/instance:
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3e0b30ef17a43bcbdbe744659f2d95e"
02:11:04.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.430923  2096 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
02:11:04.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.433112  2110 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.434065  2096 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.434198  2096 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3e0b30ef17a43bcbdbe744659f2d95e"
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.434360  2096 fs_report.cc:389] FS layout report
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data/data
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:04.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:04.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:04.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:04.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:04.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:04.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.462567  2096 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:04.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.463392  2096 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:04.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.463621  2096 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.471499  2096 rpc_server.cc:307] RPC server started. Bound to: 127.2.9.126:33507
02:11:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.471521  2162 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.9.126:33507 every 8 connection(s)
02:11:04.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.472637  2096 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/data/info.pb
02:11:04.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.475482  2163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:04.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.478363  2163 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.483110  2085 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2096
02:11:04.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.483311  2085 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-0/wal/instance
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.484760  2085 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/logs
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data/info.pb
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.125:32829
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.125
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373 with env {}
02:11:04.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.493356  2163 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.494148  2111 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.9.125:32829: connect: Connection refused (error 111)
02:11:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.495054  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.125:32829: Network error: Client connection negotiation failed: client connection to 127.2.9.125:32829: connect: Connection refused (error 111)
02:11:04.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.544361  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } attempt: 1
02:11:04.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.546056  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.125:32829: Network error: Client connection negotiation failed: client connection to 127.2.9.125:32829: connect: Connection refused (error 111)
02:11:04.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.588371  2166 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:04.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.588747  2166 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:04.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.588807  2166 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592298  2166 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592365  2166 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592386  2166 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592404  2166 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592422  2166 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:04.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.592437  2166 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43273/jwks.json
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.596428  2166 master_runner.cc:387] Master server non-default flags:
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.125:32829
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data/info.pb
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.125
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2166
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/logs
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:04.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.597504  2166 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:04.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.598536  2166 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.604090  2173 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
02:11:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.604089  2172 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
02:11:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.604085  2175 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
02:11:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.604411  2166 server_base.cc:1061] running on GCE node
02:11:04.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.604960  2166 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:04.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.605894  2166 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:04.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.607102  2166 hybrid_clock.cc:648] HybridClock initialized: now 1783476664607082 us; error 40 us; skew 500 ppm
02:11:04.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.609078  2166 webserver.cc:534] Webserver started at http://127.2.9.125:45023/ using document root <none> and password file <none>
02:11:04.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.609695  2166 fs_manager.cc:362] Metadata directory not provided
02:11:04.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.609791  2166 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:04.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.610038  2166 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:04.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.611646  2166 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data/instance:
02:11:04.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d47294126e2947d094dff9d10c440af8"
02:11:04.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.612228  2166 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal/instance:
02:11:04.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d47294126e2947d094dff9d10c440af8"
02:11:04.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.614269  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } attempt: 2
02:11:04.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.615763  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.125:32829: Network error: Client connection negotiation failed: client connection to 127.2.9.125:32829: connect: Connection refused (error 111)
02:11:04.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.616122  2166 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
02:11:04.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.618507  2181 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:04.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.619591  2166 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:04.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.619724  2166 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal
02:11:04.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d47294126e2947d094dff9d10c440af8"
02:11:04.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.619815  2166 fs_report.cc:389] FS layout report
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data/data
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:04.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:04.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.640475  2166 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:04.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.641517  2166 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:04.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.641760  2166 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:04.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.652788  2233 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.9.125:32829 every 8 connection(s)
02:11:04.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.652815  2166 rpc_server.cc:307] RPC server started. Bound to: 127.2.9.125:32829
02:11:04.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.654544  2166 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/data/info.pb
02:11:04.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.657877  2234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.660794  2234 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.661491  2085 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2166
02:11:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.661619  2085 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-1/wal/instance
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.662400  2085 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/logs
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data/info.pb
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.124:42305
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.124
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373 with env {}
02:11:04.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.673067  2234 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.680117  2234 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.680975  2182 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.681974  2234 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.706938  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } attempt: 3
02:11:04.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.711915  2163 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.713485  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.731243  2234 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 1
02:11:04.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.733027  2234 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.744673  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 1
02:11:04.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.746436  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.775954  2235 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:04.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.776207  2235 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:04.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.776253  2235 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.779871  2235 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.779950  2235 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.779971  2235 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.779989  2235 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.780009  2235 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:04.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.780023  2235 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43273/jwks.json
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.784279  2235 master_runner.cc:387] Master server non-default flags:
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.9.84:33749
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42373
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.9.126:33507,127.2.9.125:32829,127.2.9.124:42305
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:04.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.9.124:42305
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43273/jwks.json
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data/info.pb
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.9.124
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2235
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/logs
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:04.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.785516  2235 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:04.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.786623  2235 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:04.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.792389  2243 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
02:11:04.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.792369  2244 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
02:11:04.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.792521  2235 server_base.cc:1061] running on GCE node
02:11:04.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.792369  2246 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
02:11:04.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.793288  2235 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:04.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.794299  2235 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:04.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.795647  2235 hybrid_clock.cc:648] HybridClock initialized: now 1783476664795627 us; error 37 us; skew 500 ppm
02:11:04.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.797545  2235 webserver.cc:534] Webserver started at http://127.2.9.124:37293/ using document root <none> and password file <none>
02:11:04.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.798193  2235 fs_manager.cc:362] Metadata directory not provided
02:11:04.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.798276  2235 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:04.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.798516  2235 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.800057  2235 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data/instance:
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea7c567cb780482fbe83c04d8c38295a"
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.800595  2235 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal/instance:
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea7c567cb780482fbe83c04d8c38295a"
02:11:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.801219  2234 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 2
02:11:04.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.802748  2234 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.804188  2235 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
02:11:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.806478  2252 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.807546  2235 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.807662  2235 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea7c567cb780482fbe83c04d8c38295a"
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:04 on dist-test-slave-z0rp"
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.807765  2235 fs_report.cc:389] FS layout report
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal
02:11:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data/data
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:04.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.821641  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 2
02:11:04.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.823099  2163 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.9.124:42305: Network error: Client connection negotiation failed: client connection to 127.2.9.124:42305: connect: Connection refused (error 111)
02:11:04.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.831247  2235 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:04.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.831907  2235 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:04.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.832053  2235 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:04.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.839715  2235 rpc_server.cc:307] RPC server started. Bound to: 127.2.9.124:42305
02:11:04.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.839813  2304 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.9.124:42305 every 8 connection(s)
02:11:04.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.840708  2235 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/data/info.pb
02:11:04.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.843775  2305 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:04.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.847002  2305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.849090  2085 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2235
02:11:04.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.849200  2085 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster13689034572790071695/master-2/wal/instance
02:11:04.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.857576  2305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.862493  2305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } has no permanent_uuid. Determining permanent_uuid...
02:11:04.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.869490  2305 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: Bootstrap starting.
02:11:04.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.872216  2305 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: Neither blocks nor log segments found. Creating new log.
02:11:04.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.873113  2305 log.cc:826] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: Log is configured to *not* fsync() on all Append() calls
02:11:04.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.874010  2085 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:04.874 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:04.875 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:04.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.875370  2305 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: No bootstrap required, opened a new log
02:11:04.876 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.9.126"
      port: 33507
    }
    bound_http_address {
      host: "127.2.9.126"
      port: 36711
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.9.125"
      port: 32829
    }
    bound_http_address {
      host: "127.2.9.125"
      port: 45023
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.9.124"
      port: 42305
    }
    bound_http_address {
      host: "127.2.9.124"
      port: 37293
    }
  }
}

02:11:04.877 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:04.878 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:04.879 [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=74a275dd-1d3d-447d-b5c8-e074ade4fbeb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.9.124:42305,127.2.9.126:33507,127.2.9.125:32829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:04.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.879482  2305 raft_consensus.cc:359] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.879873  2305 raft_consensus.cc:385] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:04.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.880048  2305 raft_consensus.cc:740] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea7c567cb780482fbe83c04d8c38295a, State: Initialized, Role: FOLLOWER
02:11:04.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.880715  2305 consensus_queue.cc:260] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.882364  2305 sys_catalog.cc:565] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: configured and running, proceeding with master startup.
02:11:04.883 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:04.883 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:04.883 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: null will be shutdown
02:11:04.884 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c created in the thread with id: 86
02:11:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.888958  2324 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:04.889 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43
02:11:04.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.887562  2235 master_runner.cc:187] Error getting master registration for 127.2.9.126:33507: OK, instance_id { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" instance_seqno: 1783476664469378 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:04.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.890303  2310 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:04.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.891125  2235 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:04.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.891119  2310 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: This master's current role is: FOLLOWER
02:11:04.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.891484  2324 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:04.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.893915  2234 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 3
02:11:04.901 [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=	
02:11:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.902663  2321 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:04.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.902717  2234 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: Bootstrap starting.
02:11:04.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.905248  2234 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: Neither blocks nor log segments found. Creating new log.
02:11:04.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.906013  2234 log.cc:826] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: Log is configured to *not* fsync() on all Append() calls
02:11:04.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.908156  2234 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: No bootstrap required, opened a new log
02:11:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.912817  2234 raft_consensus.cc:359] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.913117  2234 raft_consensus.cc:385] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.913190  2234 raft_consensus.cc:740] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d47294126e2947d094dff9d10c440af8, State: Initialized, Role: FOLLOWER
02:11:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.913786  2234 consensus_queue.cc:260] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.915313  2234 sys_catalog.cc:565] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: configured and running, proceeding with master startup.
02:11:04.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.917310  2329 sys_catalog.cc:455] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:04.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.917620  2329 sys_catalog.cc:458] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: This master's current role is: FOLLOWER
02:11:04.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.919859  2166 master_runner.cc:187] Error getting master registration for 127.2.9.126:33507: OK, instance_id { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" instance_seqno: 1783476664469378 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:04.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.922169  2166 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:04.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.922518  2163 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } attempt: 3
02:11:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.932406  2163 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: Bootstrap starting.
02:11:04.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.935640  2163 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: Neither blocks nor log segments found. Creating new log.
02:11:04.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.936748  2163 log.cc:826] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: Log is configured to *not* fsync() on all Append() calls
02:11:04.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.937455  2343 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:04.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.937553  2343 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:04.942 [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=	
02:11:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:04.943535  2340 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:04.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.983035  2163 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: No bootstrap required, opened a new log
02:11:04.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.987988  2163 raft_consensus.cc:359] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.988458  2163 raft_consensus.cc:385] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:04.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.988655  2163 raft_consensus.cc:740] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3e0b30ef17a43bcbdbe744659f2d95e, State: Initialized, Role: FOLLOWER
02:11:04.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.989416  2163 consensus_queue.cc:260] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:04.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:04.991029  2163 sys_catalog.cc:565] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: configured and running, proceeding with master startup.
02:11:05.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.001212  2347 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.001633  2347 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: This master's current role is: FOLLOWER
02:11:05.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.003067  2096 master_runner.cc:264] No leader master found from master d3e0b30ef17a43bcbdbe744659f2d95e
02:11:05.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.003132  2096 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:05.010 [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=	
02:11:05.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:05.012364  2358 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:05.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:05.015074  2361 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:05.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:05.015479  2361 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:05.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.021127  2329 raft_consensus.cc:493] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:05.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.021324  2329 raft_consensus.cc:515] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:05.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.022444  2329 leader_election.cc:290] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d3e0b30ef17a43bcbdbe744659f2d95e (127.2.9.126:33507), ea7c567cb780482fbe83c04d8c38295a (127.2.9.124:42305)
02:11:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.023844  2137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d47294126e2947d094dff9d10c440af8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" is_pre_election: true
02:11:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.024119  2137 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d47294126e2947d094dff9d10c440af8 in term 0.
02:11:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.024588  2279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d47294126e2947d094dff9d10c440af8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea7c567cb780482fbe83c04d8c38295a" is_pre_election: true
02:11:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.024856  2279 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d47294126e2947d094dff9d10c440af8 in term 0.
02:11:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.025313  2182 leader_election.cc:304] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [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: d3e0b30ef17a43bcbdbe744659f2d95e, d47294126e2947d094dff9d10c440af8; no voters: 
02:11:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.026515  2329 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.026589  2329 raft_consensus.cc:493] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.026631  2329 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 0 FOLLOWER]: Advancing to term 1
02:11:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.027793  2329 raft_consensus.cc:515] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.028178  2329 leader_election.cc:290] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [CANDIDATE]: Term 1 election: Requested vote from peers d3e0b30ef17a43bcbdbe744659f2d95e (127.2.9.126:33507), ea7c567cb780482fbe83c04d8c38295a (127.2.9.124:42305)
02:11:05.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.029238  2279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d47294126e2947d094dff9d10c440af8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea7c567cb780482fbe83c04d8c38295a"
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.029363  2279 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 0 FOLLOWER]: Advancing to term 1
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.030483  2279 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d47294126e2947d094dff9d10c440af8 in term 1.
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.030823  2137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d47294126e2947d094dff9d10c440af8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e"
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.030936  2137 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 0 FOLLOWER]: Advancing to term 1
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.032516  2137 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d47294126e2947d094dff9d10c440af8 in term 1.
02:11:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.033321  2182 leader_election.cc:304] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [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: d3e0b30ef17a43bcbdbe744659f2d95e, d47294126e2947d094dff9d10c440af8; no voters: 
02:11:05.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.033845  2329 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 1 FOLLOWER]: Leader election won for term 1
02:11:05.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.034093  2329 raft_consensus.cc:697] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [term 1 LEADER]: Becoming Leader. State: Replica: d47294126e2947d094dff9d10c440af8, State: Running, Role: LEADER
02:11:05.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.034423  2329 consensus_queue.cc:237] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [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: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } }
02:11:05.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.036599  2329 sys_catalog.cc:455] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d47294126e2947d094dff9d10c440af8. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.036895  2329 sys_catalog.cc:458] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: This master's current role is: LEADER
02:11:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.043464  2366 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:11:05.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.044883  2366 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:11:05.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.052799  2279 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [term 1 FOLLOWER]: Refusing update from remote peer d47294126e2947d094dff9d10c440af8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:05.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.053916  2364 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.058795  2310 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: SysCatalogTable state changed. Reason: New leader d47294126e2947d094dff9d10c440af8. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.058971  2310 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: This master's current role is: FOLLOWER
02:11:05.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.060539  2137 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [term 1 FOLLOWER]: Refusing update from remote peer d47294126e2947d094dff9d10c440af8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:05.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.061419  2364 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:05.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.066567  2347 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: SysCatalogTable state changed. Reason: New leader d47294126e2947d094dff9d10c440af8. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.066730  2347 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: This master's current role is: FOLLOWER
02:11:05.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.071805  2364 sys_catalog.cc:455] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.071962  2364 sys_catalog.cc:458] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: This master's current role is: LEADER
02:11:05.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.073792  2347 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.073948  2347 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e [sys.catalog]: This master's current role is: FOLLOWER
02:11:05.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.074667  2367 mvcc.cc:204] Tried to move back new op lower bound from 7305120420047507456 to 7305120419985702912. Current Snapshot: MvccSnapshot[applied={T|T < 7305120420047507456}]
02:11:05.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.075232  2370 mvcc.cc:204] Tried to move back new op lower bound from 7305120420047507456 to 7305120419985702912. Current Snapshot: MvccSnapshot[applied={T|T < 7305120420047507456}]
02:11:05.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.077495  2329 sys_catalog.cc:455] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.077621  2329 sys_catalog.cc:458] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8 [sys.catalog]: This master's current role is: LEADER
02:11:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.078965  2310 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d47294126e2947d094dff9d10c440af8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3e0b30ef17a43bcbdbe744659f2d95e" member_type: VOTER last_known_addr { host: "127.2.9.126" port: 33507 } } peers { permanent_uuid: "d47294126e2947d094dff9d10c440af8" member_type: VOTER last_known_addr { host: "127.2.9.125" port: 32829 } } peers { permanent_uuid: "ea7c567cb780482fbe83c04d8c38295a" member_type: VOTER last_known_addr { host: "127.2.9.124" port: 42305 } } }
02:11:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.079083  2310 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a [sys.catalog]: This master's current role is: FOLLOWER
02:11:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.081871  2368 mvcc.cc:204] Tried to move back new op lower bound from 7305120420047507456 to 7305120419985702912. Current Snapshot: MvccSnapshot[applied={T|T < 7305120420047507456}]
02:11:05.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.085727  2366 catalog_manager.cc:1382] Generated new cluster ID: d34221d2d3914632b8608cfbf681cf92
02:11:05.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.085812  2366 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:11:05.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.107903  2366 catalog_manager.cc:1405] Generated new certificate authority record
02:11:05.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.109338  2366 catalog_manager.cc:1539] Loading token signing keys...
02:11:05.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.137086  2366 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d47294126e2947d094dff9d10c440af8: Generated new TSK 0
02:11:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.138155  2366 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:11:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.139138  2366 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:11:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.139802  2366 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:11:05.558 [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.
02:11:05.565 [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.
02:11:05.566 [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.
02:11:05.645 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:05.651 [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/hive6738852987985632377/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=74a275dd-1d3d-447d-b5c8-e074ade4fbeb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.9.124:42305,127.2.9.126:33507,127.2.9.125:32829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:05.654 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6738852987985632377/external-warehouse/table
02:11:05.777 [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	
02:11:05.821 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:05.822 [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	
02:11:05.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.893323  2324 catalog_manager.cc:1294] Loaded cluster ID: d34221d2d3914632b8608cfbf681cf92
02:11:05.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.893402  2324 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: loading cluster ID for follower catalog manager: success
02:11:05.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.896497  2324 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: acquiring CA information for follower catalog manager: success
02:11:05.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:05.898190  2324 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ea7c567cb780482fbe83c04d8c38295a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:05.905 [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=	
02:11:05.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:05.906306  2321 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:05.940 [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.
02:11:05.946 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:05.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:05.951678  2340 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:06.017 [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=	
02:11:06.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.017110  2361 catalog_manager.cc:1294] Loaded cluster ID: d34221d2d3914632b8608cfbf681cf92
02:11:06.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.017196  2361 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: loading cluster ID for follower catalog manager: success
02:11:06.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:06.017899  2358 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:06.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.019673  2361 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: acquiring CA information for follower catalog manager: success
02:11:06.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.021478  2361 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d3e0b30ef17a43bcbdbe744659f2d95e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:06.171 [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.
02:11:06.215 [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.
02:11:06.243 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.354 [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.
02:11:06.355 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:06.356 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.9.124:42305(127.2.9.124:42305)] connecting to peer
02:11:06.358 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.9.124:42305(127.2.9.124:42305)] Successfully connected to peer
02:11:06.360 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.9.126:33507(127.2.9.126:33507)] connecting to peer
02:11:06.363 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.9.125:32829(127.2.9.125:32829)] connecting to peer
02:11:06.365 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.9.126:33507(127.2.9.126:33507)] Successfully connected to peer
02:11:06.367 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.9.124
02:11:06.374 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.9.125:32829(127.2.9.125:32829)] Successfully connected to peer
02:11:06.384 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.9.126
02:11:06.386 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.9.125
02:11:06.412 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:06.416 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:06.420 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:06.424 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xb41c66cf, L:/127.0.0.1:42990 - R:/127.2.9.125:32829] using SASL/PLAIN
02:11:06.425 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe03485a6, L:/127.0.0.1:45824 - R:/127.2.9.126:33507] using SASL/PLAIN
02:11:06.427 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd8e2f15b, L:/127.0.0.1:46142 - R:/127.2.9.124:42305] using SASL/PLAIN
02:11:06.431 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:06.438 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:11:06.439 [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	
02:11:06.465 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.466 [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	
02:11:06.512 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.530 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:06.531 [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=74a275dd-1d3d-447d-b5c8-e074ade4fbeb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.9.124:42305,127.2.9.126:33507,127.2.9.125:32829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:06.534 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:06.537 [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/hive6738852987985632377/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=74a275dd-1d3d-447d-b5c8-e074ade4fbeb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.9.124:42305,127.2.9.126:33507,127.2.9.125:32829}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:06.539 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6738852987985632377/external-warehouse/table
02:11:06.574 [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	
02:11:06.586 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.588 [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	
02:11:06.609 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.627 [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)	
02:11:06.629 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:06.632 [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/hive6738852987985632377/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)
02:11:06.633 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive6738852987985632377/external-warehouse/table specified for non-external table:table
02:11:06.634 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6738852987985632377/external-warehouse/table
02:11:06.658 [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	
02:11:06.671 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.672 [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	
02:11:06.693 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.709 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:11:06.711 [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	
02:11:06.724 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.725 [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	
02:11:06.743 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.760 [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)	
02:11:06.762 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:06.765 [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/hive6738852987985632377/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)
02:11:06.766 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive6738852987985632377/external-warehouse/table specified for non-external table:table
02:11:06.767 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6738852987985632377/external-warehouse/table
02:11:06.784 [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	
02:11:06.795 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.796 [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	
02:11:06.819 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.836 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:11:06.837 [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	
02:11:06.849 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.850 [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	
02:11:06.872 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.885 [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)	
02:11:06.888 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:06.890 [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/hive6738852987985632377/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)
02:11:06.893 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6738852987985632377/external-warehouse/table
02:11:06.908 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:06.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:06.908878  2321 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:06.914 [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	
02:11:06.926 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:06.927 [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	
02:11:06.958 [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=	
02:11:06.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:06.958986  2340 client.h:372] Failed to connect to Hive Metastore (localhost:42373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:06.960 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:11:06.975 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:06.975 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:06.975 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c will be shutdown
02:11:06.976 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:06.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.976032  2085 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2096
02:11:06.984 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.9.126:33507(127.2.9.126:33507)] handling channelInactive
02:11:06.984 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.9.126:33507(127.2.9.126:33507)] cleaning up while in state READY due to: connection closed
02:11:06.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.985530  2085 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2166
02:11:06.993 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.9.125:32829(127.2.9.125:32829)] handling channelInactive
02:11:06.993 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.9.125:32829(127.2.9.125:32829)] cleaning up while in state READY due to: connection closed
02:11:06.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:06.992786  2085 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2235
02:11:07.002 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.9.124:42305(127.2.9.124:42305)] handling channelInactive
02:11:07.002 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.9.124:42305(127.2.9.124:42305)] cleaning up while in state READY due to: connection closed
02:11:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:07Z chronyd exiting
.02:11:07.051 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:07.052 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:07.052 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:07.078 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive359414332267404525
02:11:07.079 [INFO - Thread-70] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:07.080 [INFO - Thread-70] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:07.083 [INFO - Thread-70] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:07.083 [INFO - Thread-70] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:07.083 [INFO - Thread-70] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:07.084 [INFO - Thread-70] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:07.086 [INFO - Thread-70] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:07.086 [INFO - Thread-70] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:07.087 [INFO - Thread-70] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:07.088 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:07.090 [INFO - Thread-70] (HikariDataSource.java:80) objectstore - Starting...
02:11:07.191 [INFO - Thread-70] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:07.192 [INFO - Thread-70] (HikariDataSource.java:82) objectstore - Start completed.
02:11:07.192 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:07.194 [INFO - Thread-70] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:07.196 [INFO - Thread-70] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:07.197 [INFO - Thread-70] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:07.214 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:07.214 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:07.215 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:07.243 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.244 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.244 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.244 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.245 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.245 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:07.471 [INFO - Thread-70] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:07.471 [INFO - Thread-70] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a, with PersistenceManager: null will be shutdown
02:11:07.472 [INFO - Thread-70] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@48f24fe9 created in the thread with id: 106
02:11:07.473 [WARN - Thread-70] (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
02:11:07.475 [INFO - Thread-70] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a
02:11:07.625 [INFO - Thread-70] (HMSHandler.java:595) Started creating a default database with name: default
02:11:07.645 [INFO - Thread-70] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:07.675 [INFO - Thread-70] (HMSHandler.java:668) Added admin role in metastore
02:11:07.677 [INFO - Thread-70] (HMSHandler.java:677) Added public role in metastore
02:11:07.710 [INFO - Thread-70] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:07.711 [INFO - Thread-70] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:07.711 [INFO - Thread-70] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:07.711 [INFO - Thread-70] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:07.712 [WARN - Thread-70] (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)
02:11:07.712 [INFO - Thread-70] (HiveMetaStore.java:632) Started the new metaserver on port [36097]...
02:11:07.712 [INFO - Thread-70] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:07.712 [INFO - Thread-70] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:07.712 [INFO - Thread-70] (HiveMetaStore.java:635) TCP keepalive = true
02:11:07.712 [INFO - Thread-70] (HiveMetaStore.java:636) Enable SSL = false
02:11:08.081 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:08.081 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:08.082 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:08.083 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:08.083 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36097]
02:11:08.084 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36097) in binary transport mode
02:11:08.084 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36097) current connections: 1
02:11:08.086 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:11:08.086 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:08.086 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:08.089 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36097"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:08.198 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:08.198 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:08.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.199667  2422 mini_oidc.cc:150] Starting JWKS server
02:11:08.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.201280  2422 webserver.cc:534] Webserver started at http://127.0.0.1:33599/ using document root <none> and password file <none>
02:11:08.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.201434  2422 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:08.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.201643  2422 webserver.cc:534] Webserver started at http://127.0.0.1:45999/ using document root <none> and password file <none>
02:11:08.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:08Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:08.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:08Z Disabled control of system clock
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.215197  2422 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/logs
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data/info.pb
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.190:41355
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.190
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097 with env {}
02:11:08.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.323176  2433 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:08.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.323416  2433 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:08.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.323462  2433 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.326997  2433 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.327069  2433 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.327090  2433 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.327108  2433 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.327126  2433 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.327142  2433 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33599/jwks.json
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.331187  2433 master_runner.cc:387] Master server non-default flags:
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.190:41355
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data/info.pb
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.190
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2433
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/logs
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:08.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.332300  2433 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:08.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.333482  2433 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:08.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.339294  2439 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
02:11:08.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.339213  2441 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
02:11:08.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.339223  2438 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
02:11:08.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.339569  2433 server_base.cc:1061] running on GCE node
02:11:08.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.340421  2433 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:08.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.341547  2433 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:08.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.342820  2433 hybrid_clock.cc:648] HybridClock initialized: now 1783476668342796 us; error 39 us; skew 500 ppm
02:11:08.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.344924  2433 webserver.cc:534] Webserver started at http://127.2.93.190:42891/ using document root <none> and password file <none>
02:11:08.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.345573  2433 fs_manager.cc:362] Metadata directory not provided
02:11:08.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.345662  2433 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:08.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.345916  2433 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:08.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.347551  2433 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data/instance:
02:11:08.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afdfd4937e2749b397658a9540506172"
02:11:08.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.348111  2433 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal/instance:
02:11:08.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afdfd4937e2749b397658a9540506172"
02:11:08.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.351634  2433 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
02:11:08.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.353982  2447 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.355016  2433 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.355154  2433 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afdfd4937e2749b397658a9540506172"
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.355261  2433 fs_report.cc:389] FS layout report
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data/data
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:08.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.365108  2433 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:08.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.365805  2433 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:08.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.365954  2433 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:08.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.372922  2433 rpc_server.cc:307] RPC server started. Bound to: 127.2.93.190:41355
02:11:08.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.373131  2499 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.93.190:41355 every 8 connection(s)
02:11:08.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.374182  2433 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/data/info.pb
02:11:08.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.377823  2500 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:08.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.381069  2500 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.384353  2422 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2433
02:11:08.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.384523  2422 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-0/wal/instance
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.386235  2422 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/logs
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data/info.pb
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:08.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.189:38589
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.189
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097 with env {}
02:11:08.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.393244  2500 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.394253  2448 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.93.189:38589: connect: Connection refused (error 111)
02:11:08.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.395262  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.189:38589: Network error: Client connection negotiation failed: client connection to 127.2.93.189:38589: connect: Connection refused (error 111)
02:11:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.444643  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } attempt: 1
02:11:08.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.446509  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.189:38589: Network error: Client connection negotiation failed: client connection to 127.2.93.189:38589: connect: Connection refused (error 111)
02:11:08.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.497074  2503 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:08.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.497335  2503 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:08.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.497385  2503 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501263  2503 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501358  2503 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501384  2503 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501403  2503 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501425  2503 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:08.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.501441  2503 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33599/jwks.json
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.505918  2503 master_runner.cc:387] Master server non-default flags:
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.189:38589
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data/info.pb
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.189
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2503
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/logs
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:08.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:08.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.507104  2503 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:08.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.508275  2503 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:08.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.514119  2509 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
02:11:08.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.514254  2510 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
02:11:08.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.514287  2512 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
02:11:08.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.514474  2503 server_base.cc:1061] running on GCE node
02:11:08.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.514710  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } attempt: 2
02:11:08.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.516352  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.189:38589: Network error: Client connection negotiation failed: client connection to 127.2.93.189:38589: connect: Connection refused (error 111)
02:11:08.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.517525  2503 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:08.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.518955  2503 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:08.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.520143  2503 hybrid_clock.cc:648] HybridClock initialized: now 1783476668520112 us; error 54 us; skew 500 ppm
02:11:08.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.522068  2503 webserver.cc:534] Webserver started at http://127.2.93.189:43937/ using document root <none> and password file <none>
02:11:08.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.522584  2503 fs_manager.cc:362] Metadata directory not provided
02:11:08.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.522635  2503 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:08.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.522791  2503 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.524308  2503 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data/instance:
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e8e94fd85232413b8e0cd15426e3b261"
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.524753  2503 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal/instance:
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e8e94fd85232413b8e0cd15426e3b261"
02:11:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.527998  2503 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
02:11:08.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.530354  2518 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.531435  2503 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.531535  2503 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e8e94fd85232413b8e0cd15426e3b261"
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.531610  2503 fs_report.cc:389] FS layout report
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data/data
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:08.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:08.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.548601  2503 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:08.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.549382  2503 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:08.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.549539  2503 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:08.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.556843  2570 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.93.189:38589 every 8 connection(s)
02:11:08.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.556867  2503 rpc_server.cc:307] RPC server started. Bound to: 127.2.93.189:38589
02:11:08.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.558348  2503 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/data/info.pb
02:11:08.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.561436  2571 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:08.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.562438  2422 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2503
02:11:08.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.562536  2422 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-1/wal/instance
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.563246  2422 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/logs
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data/info.pb
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.188:38883
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.188
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097 with env {}
02:11:08.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.564782  2571 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.574923  2571 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.581218  2571 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.581996  2520 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.582919  2571 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.607563  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } attempt: 3
02:11:08.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.612517  2500 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.614104  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.632186  2571 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 1
02:11:08.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.634235  2571 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.645323  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 1
02:11:08.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.647136  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.686854  2572 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:08.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.687160  2572 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:08.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.687219  2572 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691277  2572 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691357  2572 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691422  2572 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691461  2572 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691500  2572 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:08.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.691532  2572 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33599/jwks.json
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.696357  2572 master_runner.cc:387] Master server non-default flags:
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.93.148:41465
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36097
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.93.190:41355,127.2.93.189:38589,127.2.93.188:38883
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.93.188:38883
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33599/jwks.json
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data/info.pb
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.93.188
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2572
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/logs
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.697615  2572 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:08.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.698756  2572 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:08.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.702455  2571 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 2
02:11:08.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.704543  2571 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.704810  2580 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
02:11:08.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.704846  2581 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
02:11:08.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.705195  2572 server_base.cc:1061] running on GCE node
02:11:08.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.704807  2583 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
02:11:08.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.705896  2572 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:08.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.707049  2572 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:08.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.708269  2572 hybrid_clock.cc:648] HybridClock initialized: now 1783476668708249 us; error 43 us; skew 500 ppm
02:11:08.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.710419  2572 webserver.cc:534] Webserver started at http://127.2.93.188:39657/ using document root <none> and password file <none>
02:11:08.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.711154  2572 fs_manager.cc:362] Metadata directory not provided
02:11:08.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.711249  2572 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:08.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.711529  2572 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:08.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.713423  2572 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data/instance:
02:11:08.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "566beeb62e4d418aabe4c280809c6710"
02:11:08.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.714025  2572 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal/instance:
02:11:08.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "566beeb62e4d418aabe4c280809c6710"
02:11:08.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.717624  2572 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
02:11:08.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.719776  2589 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:08.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.720733  2572 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.720868  2572 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "566beeb62e4d418aabe4c280809c6710"
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:08 on dist-test-slave-z0rp"
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.720979  2572 fs_report.cc:389] FS layout report
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data/data
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:08.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:08.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.722318  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 2
02:11:08.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.723737  2500 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.93.188:38883: Network error: Client connection negotiation failed: client connection to 127.2.93.188:38883: connect: Connection refused (error 111)
02:11:08.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.738685  2572 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:08.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.739363  2572 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:08.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.739508  2572 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:08.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.747388  2572 rpc_server.cc:307] RPC server started. Bound to: 127.2.93.188:38883
02:11:08.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.747403  2641 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.93.188:38883 every 8 connection(s)
02:11:08.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.748531  2572 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/data/info.pb
02:11:08.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.749981  2422 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2572
02:11:08.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.750169  2422 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster3267021785634481402/master-2/wal/instance
02:11:08.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.752110  2642 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:08.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.756503  2642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.764869  2642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.770478  2642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } has no permanent_uuid. Determining permanent_uuid...
02:11:08.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.778203  2422 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:08.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.778700  2642 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: Bootstrap starting.
02:11:08.779 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:08.779 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:08.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.781714  2642 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: Neither blocks nor log segments found. Creating new log.
02:11:08.780 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.93.190"
      port: 41355
    }
    bound_http_address {
      host: "127.2.93.190"
      port: 42891
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.93.189"
      port: 38589
    }
    bound_http_address {
      host: "127.2.93.189"
      port: 43937
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.93.188"
      port: 38883
    }
    bound_http_address {
      host: "127.2.93.188"
      port: 39657
    }
  }
}

02:11:08.782 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:08.782 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:08.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.783025  2642 log.cc:826] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: Log is configured to *not* fsync() on all Append() calls
02:11:08.784 [INFO - Metastore-Handler-Pool: Thread-127] (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)	
02:11:08.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.785415  2642 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: No bootstrap required, opened a new log
02:11:08.785 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:08.785 [INFO - Metastore-Handler-Pool: Thread-127] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:08.786 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8866cbe, with PersistenceManager: null will be shutdown
02:11:08.786 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8866cbe, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bd941e4 created in the thread with id: 127
02:11:08.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.788926  2642 raft_consensus.cc:359] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.789386  2642 raft_consensus.cc:385] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:08.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.789580  2642 raft_consensus.cc:740] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 566beeb62e4d418aabe4c280809c6710, State: Initialized, Role: FOLLOWER
02:11:08.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.790262  2642 consensus_queue.cc:260] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.791 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8866cbe
02:11:08.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.791800  2642 sys_catalog.cc:565] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: configured and running, proceeding with master startup.
02:11:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.795717  2571 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 3
02:11:08.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.796618  2572 master_runner.cc:187] Error getting master registration for 127.2.93.190:41355: OK, instance_id { permanent_uuid: "afdfd4937e2749b397658a9540506172" instance_seqno: 1783476668371085 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:08.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.799194  2572 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:08.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.801159  2661 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:08.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.801571  2661 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.803774  2571 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: Bootstrap starting.
02:11:08.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.806857  2571 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: Neither blocks nor log segments found. Creating new log.
02:11:08.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.808262  2571 log.cc:826] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: Log is configured to *not* fsync() on all Append() calls
02:11:08.814 [INFO - Metastore-Handler-Pool: Thread-129] (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=	
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.810563  2571 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: No bootstrap required, opened a new log
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.813894  2647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.814059  2647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: This master's current role is: FOLLOWER
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.814621  2571 raft_consensus.cc:359] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.814800  2571 raft_consensus.cc:385] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.814877  2571 raft_consensus.cc:740] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8e94fd85232413b8e0cd15426e3b261, State: Initialized, Role: FOLLOWER
02:11:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.815289  2658 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:08.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.816001  2571 consensus_queue.cc:260] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.817557  2571 sys_catalog.cc:565] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: configured and running, proceeding with master startup.
02:11:08.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.822121  2503 master_runner.cc:187] Error getting master registration for 127.2.93.190:41355: OK, instance_id { permanent_uuid: "afdfd4937e2749b397658a9540506172" instance_seqno: 1783476668371085 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:08.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.824486  2503 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:08.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.824566  2500 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } attempt: 3
02:11:08.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.833948  2500 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: Bootstrap starting.
02:11:08.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.837579  2500 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: Neither blocks nor log segments found. Creating new log.
02:11:08.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.838769  2500 log.cc:826] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: Log is configured to *not* fsync() on all Append() calls
02:11:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.841270  2665 sys_catalog.cc:455] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.841567  2500 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: No bootstrap required, opened a new log
02:11:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.841747  2665 sys_catalog.cc:458] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: This master's current role is: FOLLOWER
02:11:08.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.845893  2500 raft_consensus.cc:359] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.846122  2500 raft_consensus.cc:385] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:08.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.846187  2500 raft_consensus.cc:740] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afdfd4937e2749b397658a9540506172, State: Initialized, Role: FOLLOWER
02:11:08.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.846844  2500 consensus_queue.cc:260] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:08.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.848450  2500 sys_catalog.cc:565] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: configured and running, proceeding with master startup.
02:11:08.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.853744  2682 sys_catalog.cc:455] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:08.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.854146  2682 sys_catalog.cc:458] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: This master's current role is: FOLLOWER
02:11:08.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.858124  2680 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:08.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.858448  2680 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:08.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.858855  2433 master_runner.cc:264] No leader master found from master afdfd4937e2749b397658a9540506172
02:11:08.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:08.858916  2433 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:08.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.867354  2453 tablet.cc:2406] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:08.868 [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=	
02:11:08.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.869202  2677 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:08.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.875725  2696 catalog_manager.cc:1593] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:08.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.875849  2696 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:08.876 [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=	
02:11:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.876821  2693 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:08.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:08.990716  2595 tablet.cc:2406] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:09.050812  2524 tablet.cc:2406] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:09.237 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:09.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.236567  2647 raft_consensus.cc:493] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:09.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.236795  2647 raft_consensus.cc:515] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:09.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.238045  2647 leader_election.cc:290] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afdfd4937e2749b397658a9540506172 (127.2.93.190:41355), e8e94fd85232413b8e0cd15426e3b261 (127.2.93.189:38589)
02:11:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.239534  2466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "566beeb62e4d418aabe4c280809c6710" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afdfd4937e2749b397658a9540506172" is_pre_election: true
02:11:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.239871  2466 raft_consensus.cc:2468] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 566beeb62e4d418aabe4c280809c6710 in term 0.
02:11:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.240316  2545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "566beeb62e4d418aabe4c280809c6710" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8e94fd85232413b8e0cd15426e3b261" is_pre_election: true
02:11:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.240603  2545 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 566beeb62e4d418aabe4c280809c6710 in term 0.
02:11:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.241170  2590 leader_election.cc:304] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [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: 566beeb62e4d418aabe4c280809c6710, e8e94fd85232413b8e0cd15426e3b261; no voters: 
02:11:09.243 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:09.243 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:09.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.242449  2647 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:09.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.242530  2647 raft_consensus.cc:493] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:09.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.242570  2647 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 0 FOLLOWER]: Advancing to term 1
02:11:09.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.243724  2647 raft_consensus.cc:515] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:09.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.244114  2647 leader_election.cc:290] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [CANDIDATE]: Term 1 election: Requested vote from peers afdfd4937e2749b397658a9540506172 (127.2.93.190:41355), e8e94fd85232413b8e0cd15426e3b261 (127.2.93.189:38589)
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.245174  2545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "566beeb62e4d418aabe4c280809c6710" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8e94fd85232413b8e0cd15426e3b261"
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.245304  2545 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 0 FOLLOWER]: Advancing to term 1
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.246441  2545 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 566beeb62e4d418aabe4c280809c6710 in term 1.
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.246833  2590 leader_election.cc:304] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [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: 566beeb62e4d418aabe4c280809c6710, e8e94fd85232413b8e0cd15426e3b261; no voters: 
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.247052  2466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "566beeb62e4d418aabe4c280809c6710" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afdfd4937e2749b397658a9540506172"
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.247170  2466 raft_consensus.cc:3060] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 0 FOLLOWER]: Advancing to term 1
02:11:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.248183  2466 raft_consensus.cc:2468] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 566beeb62e4d418aabe4c280809c6710 in term 1.
02:11:09.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.249084  2647 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 1 FOLLOWER]: Leader election won for term 1
02:11:09.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.249298  2647 raft_consensus.cc:697] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [term 1 LEADER]: Becoming Leader. State: Replica: 566beeb62e4d418aabe4c280809c6710, State: Running, Role: LEADER
02:11:09.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.249612  2647 consensus_queue.cc:237] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [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: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } }
02:11:09.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.258167  2647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 566beeb62e4d418aabe4c280809c6710. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.258572  2647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: This master's current role is: LEADER
02:11:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.271688  2703 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:11:09.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.273221  2703 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:11:09.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.280928  2545 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [term 1 FOLLOWER]: Refusing update from remote peer 566beeb62e4d418aabe4c280809c6710: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:09.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.282066  2701 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.287132  2665 sys_catalog.cc:455] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 566beeb62e4d418aabe4c280809c6710. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.287304  2665 sys_catalog.cc:458] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: This master's current role is: FOLLOWER
02:11:09.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.288157  2466 raft_consensus.cc:1275] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [term 1 FOLLOWER]: Refusing update from remote peer 566beeb62e4d418aabe4c280809c6710: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:09.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.289011  2701 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:09.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.293030  2682 sys_catalog.cc:455] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 566beeb62e4d418aabe4c280809c6710. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.293179  2682 sys_catalog.cc:458] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: This master's current role is: FOLLOWER
02:11:09.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.296669  2701 sys_catalog.cc:455] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.296797  2701 sys_catalog.cc:458] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: This master's current role is: LEADER
02:11:09.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.298326  2665 sys_catalog.cc:455] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.298446  2665 sys_catalog.cc:458] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261 [sys.catalog]: This master's current role is: FOLLOWER
02:11:09.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.299415  2704 mvcc.cc:204] Tried to move back new op lower bound from 7305120437365276672 to 7305120437277155328. Current Snapshot: MvccSnapshot[applied={T|T < 7305120437365276672}]
02:11:09.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.299721  2705 mvcc.cc:204] Tried to move back new op lower bound from 7305120437365276672 to 7305120437277155328. Current Snapshot: MvccSnapshot[applied={T|T < 7305120437365276672}]
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.303256  2703 catalog_manager.cc:1382] Generated new cluster ID: 3c0d77c1dfa34189883a85bd6681fef6
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.303325  2703 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.303998  2647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.304111  2647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710 [sys.catalog]: This master's current role is: LEADER
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.305259  2682 sys_catalog.cc:455] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "566beeb62e4d418aabe4c280809c6710" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "afdfd4937e2749b397658a9540506172" member_type: VOTER last_known_addr { host: "127.2.93.190" port: 41355 } } peers { permanent_uuid: "e8e94fd85232413b8e0cd15426e3b261" member_type: VOTER last_known_addr { host: "127.2.93.189" port: 38589 } } peers { permanent_uuid: "566beeb62e4d418aabe4c280809c6710" member_type: VOTER last_known_addr { host: "127.2.93.188" port: 38883 } } }
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.305362  2682 sys_catalog.cc:458] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172 [sys.catalog]: This master's current role is: FOLLOWER
02:11:09.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.306003  2707 mvcc.cc:204] Tried to move back new op lower bound from 7305120437365276672 to 7305120437277155328. Current Snapshot: MvccSnapshot[applied={T|T < 7305120437365276672}]
02:11:09.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.324116  2703 catalog_manager.cc:1405] Generated new certificate authority record
02:11:09.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.325769  2703 catalog_manager.cc:1539] Loading token signing keys...
02:11:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.346086  2703 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 566beeb62e4d418aabe4c280809c6710: Generated new TSK 0
02:11:09.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.347250  2703 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:11:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.348114  2703 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:11:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.348822  2703 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:11:09.350 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:11:09.355 [INFO - Metastore-Handler-Pool: Thread-127] (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/hive359414332267404525/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)
02:11:09.356 [INFO - Metastore-Handler-Pool: Thread-127] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive359414332267404525/external-warehouse/legacy_table
02:11:09.461 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:11:09.497 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:09.505 [INFO - Metastore-Handler-Pool: Thread-127] (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	
02:11:09.516 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:11:09.581 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:11:09.582 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:11:09.686 [INFO - Metastore-Handler-Pool: Thread-127] (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	
02:11:09.713 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:11:09.757 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:11:09.767 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:09.768 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:11:09.817 [INFO - Metastore-Handler-Pool: Thread-134] (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=	
02:11:09.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:09.818060  2658 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:09.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.860127  2680 catalog_manager.cc:1294] Loaded cluster ID: 3c0d77c1dfa34189883a85bd6681fef6
02:11:09.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.860213  2680 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: loading cluster ID for follower catalog manager: success
02:11:09.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.863086  2680 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: acquiring CA information for follower catalog manager: success
02:11:09.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.864830  2680 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e8e94fd85232413b8e0cd15426e3b261: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:09.875 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:09.876 [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=	
02:11:09.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:09.877388  2677 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:09.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.877422  2696 catalog_manager.cc:1294] Loaded cluster ID: 3c0d77c1dfa34189883a85bd6681fef6
02:11:09.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.877490  2696 catalog_manager.cc:1587] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: loading cluster ID for follower catalog manager: success
02:11:09.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.879963  2696 catalog_manager.cc:1609] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: acquiring CA information for follower catalog manager: success
02:11:09.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:09.882125  2696 catalog_manager.cc:1637] T 00000000000000000000000000000000 P afdfd4937e2749b397658a9540506172: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:09.883 [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=	
02:11:09.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:09.883554  2693 client.h:372] Failed to connect to Hive Metastore (localhost:36097): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:10.022 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:10.060 [WARN - Metastore-Handler-Pool: Thread-127] (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.
02:11:10.180 [INFO - Metastore-Handler-Pool: Thread-127] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:10.182 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:10.182 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:10.182 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8866cbe, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bd941e4 will be shutdown
02:11:10.182 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:10.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:10.182430  2422 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2433
02:11:10.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:10.192801  2422 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2503
02:11:10.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:10.198988  2591 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.93.190:41355: connect: Connection refused (error 111)
02:11:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:10.200341  2422 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2572
02:11:10.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:10Z chronyd exiting
.02:11:10.255 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:10.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:10.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:10.275 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive12796235237894645199
02:11:10.277 [INFO - Thread-94] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:10.277 [INFO - Thread-94] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:10.278 [INFO - Thread-94] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:10.278 [INFO - Thread-94] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:10.279 [INFO - Thread-94] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:10.279 [INFO - Thread-94] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:10.281 [INFO - Thread-94] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:10.282 [INFO - Thread-94] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:10.282 [INFO - Thread-94] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:10.283 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:10.284 [INFO - Thread-94] (HikariDataSource.java:80) objectstore - Starting...
02:11:10.367 [INFO - Thread-94] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:10.367 [INFO - Thread-94] (HikariDataSource.java:82) objectstore - Start completed.
02:11:10.368 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:10.369 [INFO - Thread-94] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:10.371 [INFO - Thread-94] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:10.371 [INFO - Thread-94] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:10.384 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:10.385 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:10.385 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:10.406 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.407 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.407 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.408 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.408 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.408 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:10.582 [INFO - Thread-94] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:10.584 [INFO - Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203715f5, with PersistenceManager: null will be shutdown
02:11:10.584 [INFO - Thread-94] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203715f5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d085468 created in the thread with id: 137
02:11:10.587 [WARN - Thread-94] (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
02:11:10.590 [INFO - Thread-94] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203715f5
02:11:10.684 [INFO - Thread-94] (HMSHandler.java:595) Started creating a default database with name: default
02:11:10.701 [INFO - Thread-94] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:10.721 [INFO - Thread-94] (HMSHandler.java:668) Added admin role in metastore
02:11:10.723 [INFO - Thread-94] (HMSHandler.java:677) Added public role in metastore
02:11:10.753 [INFO - Thread-94] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:10.753 [INFO - Thread-94] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:10.754 [INFO - Thread-94] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:10.754 [INFO - Thread-94] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:10.755 [WARN - Thread-94] (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)
02:11:10.755 [INFO - Thread-94] (HiveMetaStore.java:632) Started the new metaserver on port [33065]...
02:11:10.755 [INFO - Thread-94] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:10.755 [INFO - Thread-94] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:10.755 [INFO - Thread-94] (HiveMetaStore.java:635) TCP keepalive = true
02:11:10.755 [INFO - Thread-94] (HiveMetaStore.java:636) Enable SSL = false
02:11:11.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:11.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:11.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:11.280 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:11.280 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33065]
02:11:11.280 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33065) in binary transport mode
02:11:11.281 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33065) current connections: 1
02:11:11.282 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:11:11.283 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:11.283 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:11.286 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33065"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:11.395 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:11.395 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:11.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.397125  2743 mini_oidc.cc:150] Starting JWKS server
02:11:11.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.398847  2743 webserver.cc:534] Webserver started at http://127.0.0.1:35243/ using document root <none> and password file <none>
02:11:11.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.399000  2743 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:11.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.399262  2743 webserver.cc:534] Webserver started at http://127.0.0.1:41083/ using document root <none> and password file <none>
02:11:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:11Z Disabled control of system clock
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.415120  2743 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/logs
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data/info.pb
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:11.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.254:35807
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.254
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065 with env {}
02:11:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.523377  2754 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.523669  2754 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.523731  2754 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527345  2754 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527446  2754 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527482  2754 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527504  2754 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527529  2754 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.527547  2754 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35243/jwks.json
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.531723  2754 master_runner.cc:387] Master server non-default flags:
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.254:35807
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data/info.pb
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.254
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2754
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/logs
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:11.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.533246  2754 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.534435  2754 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.540145  2760 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
02:11:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.540112  2759 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
02:11:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.540297  2754 server_base.cc:1061] running on GCE node
02:11:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.540131  2762 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
02:11:11.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.541217  2754 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:11.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.542259  2754 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:11.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.543444  2754 hybrid_clock.cc:648] HybridClock initialized: now 1783476671543424 us; error 33 us; skew 500 ppm
02:11:11.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.545349  2754 webserver.cc:534] Webserver started at http://127.2.173.254:33369/ using document root <none> and password file <none>
02:11:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.545955  2754 fs_manager.cc:362] Metadata directory not provided
02:11:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.546044  2754 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.546286  2754 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.547885  2754 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data/instance:
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7788b01338264c16855123583add8837"
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.548432  2754 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal/instance:
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7788b01338264c16855123583add8837"
02:11:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.551934  2754 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
02:11:11.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.554239  2768 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.555173  2754 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.555310  2754 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7788b01338264c16855123583add8837"
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.555408  2754 fs_report.cc:389] FS layout report
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data/data
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:11.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:11.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.567056  2754 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:11.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.567853  2754 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:11.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.568071  2754 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:11.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.575758  2754 rpc_server.cc:307] RPC server started. Bound to: 127.2.173.254:35807
02:11:11.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.575771  2820 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.173.254:35807 every 8 connection(s)
02:11:11.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.576890  2754 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/data/info.pb
02:11:11.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.580029  2821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:11.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.581473  2743 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2754
02:11:11.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.581605  2743 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-0/wal/instance
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.582887  2743 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/logs
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data/info.pb
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.253:32821
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.253
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065 with env {}
02:11:11.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.583438  2821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.599689  2821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.600675  2770 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.173.253:32821: connect: Connection refused (error 111)
02:11:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.601814  2821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.253:32821: Network error: Client connection negotiation failed: client connection to 127.2.173.253:32821: connect: Connection refused (error 111)
02:11:11.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.651081  2821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } attempt: 1
02:11:11.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.652829  2821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.253:32821: Network error: Client connection negotiation failed: client connection to 127.2.173.253:32821: connect: Connection refused (error 111)
02:11:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.691164  2822 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.691406  2822 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:11.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.691449  2822 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694803  2822 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694870  2822 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694892  2822 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694911  2822 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694929  2822 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:11.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.694944  2822 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35243/jwks.json
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.699020  2822 master_runner.cc:387] Master server non-default flags:
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.253:32821
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data/info.pb
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.253
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2822
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/logs
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:11.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.700112  2822 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:11.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.701228  2822 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.707043  2822 server_base.cc:1061] running on GCE node
02:11:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.706993  2833 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
02:11:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.706992  2830 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
02:11:11.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.706993  2831 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
02:11:11.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.708009  2822 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:11.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.708945  2822 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:11.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.710144  2822 hybrid_clock.cc:648] HybridClock initialized: now 1783476671710129 us; error 37 us; skew 500 ppm
02:11:11.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.711946  2822 webserver.cc:534] Webserver started at http://127.2.173.253:32967/ using document root <none> and password file <none>
02:11:11.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.712472  2822 fs_manager.cc:362] Metadata directory not provided
02:11:11.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.712523  2822 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:11.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.712677  2822 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.714247  2822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data/instance:
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3948bfe70c240cea99de56a937ebc69"
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.714669  2822 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal/instance:
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3948bfe70c240cea99de56a937ebc69"
02:11:11.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.718161  2822 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
02:11:11.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.720324  2839 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:11.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.721071  2821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } attempt: 2
02:11:11.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.721508  2822 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:11.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.721633  2822 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal
02:11:11.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3948bfe70c240cea99de56a937ebc69"
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.721730  2822 fs_report.cc:389] FS layout report
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data/data
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:11.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:11.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.723271  2821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.253:32821: Network error: Client connection negotiation failed: client connection to 127.2.173.253:32821: connect: Connection refused (error 111)
02:11:11.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.735092  2822 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:11.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.735754  2822 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:11.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.735906  2822 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:11.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.743741  2822 rpc_server.cc:307] RPC server started. Bound to: 127.2.173.253:32821
02:11:11.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.743755  2891 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.173.253:32821 every 8 connection(s)
02:11:11.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.744766  2822 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/data/info.pb
02:11:11.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.747953  2892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:11.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.748559  2743 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2822
02:11:11.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.748651  2743 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-1/wal/instance
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.749265  2743 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/logs
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data/info.pb
02:11:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.252:41637
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.252
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065 with env {}
02:11:11.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.751884  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.763273  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.769963  2892 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.770920  2840 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.771950  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.252:41637: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.814477  2821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } attempt: 3
02:11:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.819703  2821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.821220  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } attempt: 1
02:11:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.821843  2821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.252:41637: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.822839  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.252:41637: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.853073  2821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } attempt: 1
02:11:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.854743  2821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.252:41637: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.866514  2893 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:11.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.866765  2893 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:11.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.866820  2893 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870293  2893 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870362  2893 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870383  2893 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870401  2893 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870420  2893 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.870435  2893 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35243/jwks.json
02:11:11.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.874508  2893 master_runner.cc:387] Master server non-default flags:
02:11:11.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.173.212:45947
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33065
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.173.254:35807,127.2.173.253:32821,127.2.173.252:41637
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.173.252:41637
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35243/jwks.json
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data/info.pb
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.173.252
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2893
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/logs
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.875916  2893 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:11.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.877377  2893 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:11.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.883512  2904 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
02:11:11.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.883512  2901 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
02:11:11.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.883512  2902 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
02:11:11.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.883774  2893 server_base.cc:1061] running on GCE node
02:11:11.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.884692  2893 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:11.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.885746  2893 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.886951  2893 hybrid_clock.cc:648] HybridClock initialized: now 1783476671886922 us; error 48 us; skew 500 ppm
02:11:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.888916  2893 webserver.cc:534] Webserver started at http://127.2.173.252:33201/ using document root <none> and password file <none>
02:11:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.889599  2893 fs_manager.cc:362] Metadata directory not provided
02:11:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.889698  2893 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:11.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.889959  2893 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:11.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.891031  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } attempt: 2
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.891893  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data/instance:
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3a00156453c4c2096d0d51c7f4e2e2c"
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.892515  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal/instance:
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3a00156453c4c2096d0d51c7f4e2e2c"
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.892560  2892 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.173.252:41637: Network error: Client connection negotiation failed: client connection to 127.2.173.252:41637: connect: Connection refused (error 111)
02:11:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.896243  2893 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.004s
02:11:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.898654  2910 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.899669  2893 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.899822  2893 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3a00156453c4c2096d0d51c7f4e2e2c"
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:11 on dist-test-slave-z0rp"
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.899966  2893 fs_report.cc:389] FS layout report
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data/data
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:11.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:11.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.920215  2893 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.921110  2893 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.921329  2893 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:11.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.929246  2893 rpc_server.cc:307] RPC server started. Bound to: 127.2.173.252:41637
02:11:11.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.929258  2962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.173.252:41637 every 8 connection(s)
02:11:11.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.929941  2821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } attempt: 2
02:11:11.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.930531  2893 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/data/info.pb
02:11:11.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.934998  2963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:11.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.937180  2743 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 2893
02:11:11.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.937292  2743 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster5915471814207448270/master-2/wal/instance
02:11:11.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.939572  2963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.942109  2821 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: Bootstrap starting.
02:11:11.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.944811  2821 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: Neither blocks nor log segments found. Creating new log.
02:11:11.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.945914  2821 log.cc:826] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: Log is configured to *not* fsync() on all Append() calls
02:11:11.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.947706  2963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.947983  2821 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: No bootstrap required, opened a new log
02:11:11.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.951930  2821 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:11.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.952394  2821 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:11.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.952483  2821 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7788b01338264c16855123583add8837, State: Initialized, Role: FOLLOWER
02:11:11.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.952976  2821 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.953704  2963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } has no permanent_uuid. Determining permanent_uuid...
02:11:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.953730  2968 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.953881  2968 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: This master's current role is: FOLLOWER
02:11:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.954564  2821 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: configured and running, proceeding with master startup.
02:11:11.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.961169  2963 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: Bootstrap starting.
02:11:11.961 [INFO - Metastore-Handler-Pool: Thread-160] (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=	
02:11:11.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.960418  2754 master_runner.cc:187] Error getting master registration for 127.2.173.253:32821: OK, instance_id { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" instance_seqno: 1783476671741502 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:11.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.962744  2754 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:11.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.963155  2979 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:11.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.963972  2963 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: Neither blocks nor log segments found. Creating new log.
02:11:11.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.964833  2963 log.cc:826] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: Log is configured to *not* fsync() on all Append() calls
02:11:11.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.966359  2743 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:11.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.966827  2963 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: No bootstrap required, opened a new log
02:11:11.967 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:11.967 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:11.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.967502  2982 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:11.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.967803  2982 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:11.968 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.173.254"
      port: 35807
    }
    bound_http_address {
      host: "127.2.173.254"
      port: 33369
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.173.253"
      port: 32821
    }
    bound_http_address {
      host: "127.2.173.253"
      port: 32967
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.173.252"
      port: 41637
    }
    bound_http_address {
      host: "127.2.173.252"
      port: 33201
    }
  }
}

02:11:11.969 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:11.969 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:11.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.970078  2963 raft_consensus.cc:359] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:11.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.970285  2963 raft_consensus.cc:385] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:11.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.970341  2963 raft_consensus.cc:740] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3a00156453c4c2096d0d51c7f4e2e2c, State: Initialized, Role: FOLLOWER
02:11:11.970 [INFO - Metastore-Handler-Pool: Thread-158] (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=ce198731-f0ab-4ebb-8ae9-6a7e9d1323f9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.173.253:32821,127.2.173.252:41637,127.2.173.254:35807}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:11.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.970798  2963 consensus_queue.cc:260] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:11.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.971560  2986 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:11.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.971856  2986 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: This master's current role is: FOLLOWER
02:11:11.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.972219  2963 sys_catalog.cc:565] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: configured and running, proceeding with master startup.
02:11:11.973 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:11.973 [INFO - Metastore-Handler-Pool: Thread-158] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:11.973 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11aa0a2, with PersistenceManager: null will be shutdown
02:11:11.974 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11aa0a2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d5f4c41 created in the thread with id: 158
02:11:11.980 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11aa0a2
02:11:11.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.983618  3000 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:11.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:11.984004  3000 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:11.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.982235  2893 master_runner.cc:187] Error getting master registration for 127.2.173.253:32821: OK, instance_id { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" instance_seqno: 1783476671741502 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:11.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.984710  2893 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:11.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.984797  2892 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } attempt: 3
02:11:11.996 [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=	
02:11:11.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.993517  2892 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: Bootstrap starting.
02:11:11.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.996636  2892 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: Neither blocks nor log segments found. Creating new log.
02:11:11.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.997558  2892 log.cc:826] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: Log is configured to *not* fsync() on all Append() calls
02:11:12.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:11.999897  2892 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: No bootstrap required, opened a new log
02:11:12.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.001402  2997 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:12.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.004273  2892 raft_consensus.cc:359] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:12.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.004693  2892 raft_consensus.cc:385] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.004961  2892 raft_consensus.cc:740] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a3948bfe70c240cea99de56a937ebc69, State: Initialized, Role: FOLLOWER
02:11:12.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.005796  2892 consensus_queue.cc:260] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:12.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.007750  2892 sys_catalog.cc:565] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: configured and running, proceeding with master startup.
02:11:12.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.017908  2822 master_runner.cc:264] No leader master found from master a3948bfe70c240cea99de56a937ebc69
02:11:12.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.018003  2822 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:12.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.024257  3018 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:12.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.024761  3018 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:12.026 [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=	
02:11:12.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.027789  3015 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.045615  3004 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.046206  3004 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: This master's current role is: FOLLOWER
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.055878  2968 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.056079  2968 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.057242  2968 leader_election.cc:290] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a3948bfe70c240cea99de56a937ebc69 (127.2.173.253:32821), d3a00156453c4c2096d0d51c7f4e2e2c (127.2.173.252:41637)
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.058576  2866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7788b01338264c16855123583add8837" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3948bfe70c240cea99de56a937ebc69" is_pre_election: true
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.058892  2866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7788b01338264c16855123583add8837 in term 0.
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.059607  2937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7788b01338264c16855123583add8837" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" is_pre_election: true
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.059902  2937 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7788b01338264c16855123583add8837 in term 0.
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.060453  2769 leader_election.cc:304] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [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: 7788b01338264c16855123583add8837, d3a00156453c4c2096d0d51c7f4e2e2c; no voters: 
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.061197  2968 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.061280  2968 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.061337  2968 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 0 FOLLOWER]: Advancing to term 1
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.062526  2968 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.062922  2968 leader_election.cc:290] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [CANDIDATE]: Term 1 election: Requested vote from peers a3948bfe70c240cea99de56a937ebc69 (127.2.173.253:32821), d3a00156453c4c2096d0d51c7f4e2e2c (127.2.173.252:41637)
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.063730  2866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7788b01338264c16855123583add8837" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3948bfe70c240cea99de56a937ebc69"
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.063858  2866 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 0 FOLLOWER]: Advancing to term 1
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.065151  2937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7788b01338264c16855123583add8837" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c"
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.065279  2937 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 0 FOLLOWER]: Advancing to term 1
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.066421  2937 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7788b01338264c16855123583add8837 in term 1.
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.066828  2769 leader_election.cc:304] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [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: 7788b01338264c16855123583add8837, d3a00156453c4c2096d0d51c7f4e2e2c; no voters: 
02:11:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.067070  2866 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7788b01338264c16855123583add8837 in term 1.
02:11:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.067585  2968 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 1 FOLLOWER]: Leader election won for term 1
02:11:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.067806  2968 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [term 1 LEADER]: Becoming Leader. State: Replica: 7788b01338264c16855123583add8837, State: Running, Role: LEADER
02:11:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.068152  2968 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [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: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } }
02:11:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.069612  2774 tablet.cc:2406] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.073194  2968 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7788b01338264c16855123583add8837. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.073575  2968 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: This master's current role is: LEADER
02:11:12.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.081362  3023 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:11:12.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.082782  3023 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:11:12.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.101037  2937 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [term 1 FOLLOWER]: Refusing update from remote peer 7788b01338264c16855123583add8837: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:12.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.102113  3021 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:12.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.107287  2986 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7788b01338264c16855123583add8837. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.107447  2986 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: This master's current role is: FOLLOWER
02:11:12.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.108914  2866 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [term 1 FOLLOWER]: Refusing update from remote peer 7788b01338264c16855123583add8837: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:12.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.109567  2968 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:12.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.114203  3004 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7788b01338264c16855123583add8837. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.114359  3004 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: This master's current role is: FOLLOWER
02:11:12.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.121929  3021 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.122082  3021 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: This master's current role is: LEADER
02:11:12.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.123819  3004 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.123950  3004 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69 [sys.catalog]: This master's current role is: FOLLOWER
02:11:12.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.124606  3024 mvcc.cc:204] Tried to move back new op lower bound from 7305120448916660224 to 7305120448795086848. Current Snapshot: MvccSnapshot[applied={T|T < 7305120448916660224}]
02:11:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.125859  2968 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.125976  2968 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837 [sys.catalog]: This master's current role is: LEADER
02:11:12.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.127457  2986 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7788b01338264c16855123583add8837" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7788b01338264c16855123583add8837" member_type: VOTER last_known_addr { host: "127.2.173.254" port: 35807 } } peers { permanent_uuid: "a3948bfe70c240cea99de56a937ebc69" member_type: VOTER last_known_addr { host: "127.2.173.253" port: 32821 } } peers { permanent_uuid: "d3a00156453c4c2096d0d51c7f4e2e2c" member_type: VOTER last_known_addr { host: "127.2.173.252" port: 41637 } } }
02:11:12.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.127573  2986 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c [sys.catalog]: This master's current role is: FOLLOWER
02:11:12.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.133116  3027 mvcc.cc:204] Tried to move back new op lower bound from 7305120448916660224 to 7305120448795086848. Current Snapshot: MvccSnapshot[applied={T|T < 7305120448916660224}]
02:11:12.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.133490  3025 mvcc.cc:204] Tried to move back new op lower bound from 7305120448916660224 to 7305120448795086848. Current Snapshot: MvccSnapshot[applied={T|T < 7305120448916660224}]
02:11:12.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.139046  3023 catalog_manager.cc:1382] Generated new cluster ID: feed0442fc1942e19c4d171e68c8e07e
02:11:12.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.139132  3023 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:11:12.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.170009  3023 catalog_manager.cc:1405] Generated new certificate authority record
02:11:12.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.171520  3023 catalog_manager.cc:1539] Loading token signing keys...
02:11:12.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.207306  3023 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7788b01338264c16855123583add8837: Generated new TSK 0
02:11:12.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.208485  3023 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:11:12.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.209432  3023 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:11:12.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.210120  3023 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:11:12.449 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:12.454 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:12.454 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:12.522 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:12.527 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive12796235237894645199/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=ce198731-f0ab-4ebb-8ae9-6a7e9d1323f9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.173.253:32821,127.2.173.252:41637,127.2.173.254:35807}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:12.528 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12796235237894645199/external-warehouse/table
02:11:12.617 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:12.651 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:12.652 [INFO - Metastore-Handler-Pool: Thread-158] (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)	
02:11:12.654 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:11:12.657 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive12796235237894645199/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)
02:11:12.658 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12796235237894645199/external-warehouse/legacy_table
02:11:12.674 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:11:12.683 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:12.685 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:12.695 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:12.730 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:12.730 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:12.749 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:12.773 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:12.782 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:12.782 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:12.791 [DEBUG - Metastore-Handler-Pool: Thread-158] (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.
02:11:12.792 [DEBUG - Metastore-Handler-Pool: Thread-158] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:12.794 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.2.173.253:32821(127.2.173.253:32821)] connecting to peer
02:11:12.795 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.2.173.252:41637(127.2.173.252:41637)] connecting to peer
02:11:12.796 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.2.173.254:35807(127.2.173.254:35807)] connecting to peer
02:11:12.797 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.173.253:32821(127.2.173.253:32821)] Successfully connected to peer
02:11:12.799 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.173.252:41637(127.2.173.252:41637)] Successfully connected to peer
02:11:12.801 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.173.254:35807(127.2.173.254:35807)] Successfully connected to peer
02:11:12.811 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.173.252
02:11:12.818 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.173.253
02:11:12.820 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.173.254
02:11:12.859 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:12.865 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8c488887, L:/127.0.0.1:58874 - R:/127.2.173.252:41637] using SASL/PLAIN
02:11:12.871 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:12.865 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:12.878 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x3cccfbd2, L:/127.0.0.1:49942 - R:/127.2.173.254:35807] using SASL/PLAIN
02:11:12.882 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x834eaceb, L:/127.0.0.1:56394 - R:/127.2.173.253:32821] using SASL/PLAIN
02:11:12.885 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:12.885 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:12.887 [ERROR - Metastore-Handler-Pool: Thread-158] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:11:12.888 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:12.899 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:12.925 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:12.926 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:12.933 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:12.972 [INFO - Metastore-Handler-Pool: Thread-170] (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=	
02:11:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:12.973201  2979 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:12.978 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.986059  3000 catalog_manager.cc:1294] Loaded cluster ID: feed0442fc1942e19c4d171e68c8e07e
02:11:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.986224  3000 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: loading cluster ID for follower catalog manager: success
02:11:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.988605  3000 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: acquiring CA information for follower catalog manager: success
02:11:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:12.989992  3000 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d3a00156453c4c2096d0d51c7f4e2e2c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:13.005 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.005 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.009 [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=	
02:11:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:13.010254  2997 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:13.011 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.020 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:13.026479  3018 catalog_manager.cc:1294] Loaded cluster ID: feed0442fc1942e19c4d171e68c8e07e
02:11:13.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:13.026589  3018 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: loading cluster ID for follower catalog manager: success
02:11:13.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:13.029009  3018 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: acquiring CA information for follower catalog manager: success
02:11:13.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:13.030642  3018 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a3948bfe70c240cea99de56a937ebc69: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:13.031 [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=	
02:11:13.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:13.031719  3015 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:13.032 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.032 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.038 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:13.039 [ERROR - Metastore-Handler-Pool: Thread-158] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

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

02:11:13.330 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.355 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.372 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.372 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.383 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.391 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.400 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.400 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.407 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.414 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.422 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.422 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.428 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:13.436 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:13.437 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:13.552 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:13.682 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:13.719 [WARN - Metastore-Handler-Pool: Thread-158] (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.
02:11:13.825 [WARN - Metastore-Handler-Pool: Thread-158] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive12796235237894645199/warehouse/default/table
02:11:13.826 [INFO - Metastore-Handler-Pool: Thread-158] (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)	
02:11:13.828 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:13.830 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive12796235237894645199/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)
02:11:13.830 [WARN - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:2452) Location: file:/tmp/hive12796235237894645199/external-warehouse/table specified for non-external table:table
02:11:13.832 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.832 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.847 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:13.864 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:13.866 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.874 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.886 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.887 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.890 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:13.891 [ERROR - Metastore-Handler-Pool: Thread-158] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:11:13.915 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:13.924 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:13.933 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:13.933 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:13.938 [INFO - Metastore-Handler-Pool: Thread-158] (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	
02:11:13.945 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:11:13.953 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:11:13.953 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:11:13.960 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:13.968 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:13.969 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:13.976 [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=	
02:11:13.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:13.976933  2979 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:14.014 [INFO - Metastore-Handler-Pool: Thread-158] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:14.016 [INFO - Metastore-Handler-Pool: Thread-158] (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=ce198731-f0ab-4ebb-8ae9-6a7e9d1323f9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.173.253:32821,127.2.173.252:41637,127.2.173.254:35807}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:14.018 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:14.019 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive12796235237894645199/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=ce198731-f0ab-4ebb-8ae9-6a7e9d1323f9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.173.253:32821,127.2.173.252:41637,127.2.173.254:35807}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:14.020 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12796235237894645199/external-warehouse/table
02:11:14.024 [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=	
02:11:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.025398  2997 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:14.035 [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=	
02:11:14.036 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:14.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.036087  3015 client.h:372] Failed to connect to Hive Metastore (localhost:33065): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:14.043 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:14.044 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:14.052 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:14.060 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:14.060 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:14.066 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:14.072 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:14.073 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:14.104 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:14.104 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:14.104 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11aa0a2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d5f4c41 will be shutdown
02:11:14.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.104676  2743 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2754
02:11:14.104 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:14.112 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.173.254:35807(127.2.173.254:35807)] handling channelInactive
02:11:14.112 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.173.254:35807(127.2.173.254:35807)] cleaning up while in state READY due to: connection closed
02:11:14.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.113068  2743 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2822
02:11:14.120 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.173.253:32821(127.2.173.253:32821)] handling channelInactive
02:11:14.120 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.173.253:32821(127.2.173.253:32821)] cleaning up while in state READY due to: connection closed
02:11:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.120138  2743 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 2893
02:11:14.129 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.173.252:41637(127.2.173.252:41637)] handling channelInactive
02:11:14.129 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.173.252:41637(127.2.173.252:41637)] cleaning up while in state READY due to: connection closed
02:11:14.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:14Z chronyd exiting
.02:11:14.177 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:14.177 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:14.177 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:14.197 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive576198739723539247
02:11:14.199 [INFO - Thread-123] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:14.199 [INFO - Thread-123] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:14.200 [INFO - Thread-123] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:14.201 [INFO - Thread-123] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:14.201 [INFO - Thread-123] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:14.201 [INFO - Thread-123] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:14.203 [INFO - Thread-123] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:14.203 [INFO - Thread-123] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:14.204 [INFO - Thread-123] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:14.204 [INFO - Thread-123] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:14.206 [INFO - Thread-123] (HikariDataSource.java:80) objectstore - Starting...
02:11:14.252 [INFO - Thread-123] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:14.253 [INFO - Thread-123] (HikariDataSource.java:82) objectstore - Start completed.
02:11:14.253 [INFO - Thread-123] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:14.254 [INFO - Thread-123] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:14.256 [INFO - Thread-123] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:14.256 [INFO - Thread-123] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:14.266 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:14.266 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:14.266 [INFO - Thread-123] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:14.294 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.294 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.295 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.295 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.295 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.295 [WARN - Thread-123] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:14.446 [INFO - Thread-123] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:14.446 [INFO - Thread-123] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2fa210e5, with PersistenceManager: null will be shutdown
02:11:14.447 [INFO - Thread-123] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2fa210e5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5064b2f1 created in the thread with id: 177
02:11:14.448 [WARN - Thread-123] (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
02:11:14.449 [INFO - Thread-123] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2fa210e5
02:11:14.539 [INFO - Thread-123] (HMSHandler.java:595) Started creating a default database with name: default
02:11:14.557 [INFO - Thread-123] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:14.577 [INFO - Thread-123] (HMSHandler.java:668) Added admin role in metastore
02:11:14.578 [INFO - Thread-123] (HMSHandler.java:677) Added public role in metastore
02:11:14.601 [INFO - Thread-123] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:14.601 [INFO - Thread-123] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:14.602 [WARN - Thread-123] (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)
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:632) Started the new metaserver on port [34955]...
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:635) TCP keepalive = true
02:11:14.602 [INFO - Thread-123] (HiveMetaStore.java:636) Enable SSL = false
02:11:15.200 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:15.200 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:15.200 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:15.202 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:15.202 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34955]
02:11:15.202 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34955) in binary transport mode
02:11:15.203 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34955) current connections: 1
02:11:15.204 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:11:15.204 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:15.204 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:15.207 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34955"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:15.311 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:15.312 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:15.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.313215  3079 mini_oidc.cc:150] Starting JWKS server
02:11:15.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.314810  3079 webserver.cc:534] Webserver started at http://127.0.0.1:33105/ using document root <none> and password file <none>
02:11:15.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.314944  3079 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:15.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.315145  3079 webserver.cc:534] Webserver started at http://127.0.0.1:45791/ using document root <none> and password file <none>
02:11:15.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:15Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:15.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:15Z Disabled control of system clock
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.329493  3079 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/logs
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data/info.pb
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.254:34957
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.254
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955 with env {}
02:11:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.433187  3090 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.433439  3090 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.433486  3090 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437052  3090 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437122  3090 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437144  3090 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437162  3090 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437181  3090 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:15.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.437196  3090 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33105/jwks.json
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.441398  3090 master_runner.cc:387] Master server non-default flags:
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.254:34957
02:11:15.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data/info.pb
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.254
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3090
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/logs
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:15.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.442571  3090 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:15.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.443909  3090 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.449693  3096 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
02:11:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.449688  3095 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
02:11:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.449730  3098 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
02:11:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.450014  3090 server_base.cc:1061] running on GCE node
02:11:15.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.450706  3090 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.451562  3090 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.452705  3090 hybrid_clock.cc:648] HybridClock initialized: now 1783476675452696 us; error 29 us; skew 500 ppm
02:11:15.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.454756  3090 webserver.cc:534] Webserver started at http://127.3.1.254:43573/ using document root <none> and password file <none>
02:11:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.455281  3090 fs_manager.cc:362] Metadata directory not provided
02:11:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.455331  3090 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.455489  3090 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.456956  3090 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data/instance:
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4b68294982b4ebf918c96fa05fb47ef"
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.457466  3090 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal/instance:
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4b68294982b4ebf918c96fa05fb47ef"
02:11:15.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.460696  3090 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
02:11:15.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.462936  3104 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.463987  3090 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.464082  3090 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4b68294982b4ebf918c96fa05fb47ef"
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.464154  3090 fs_report.cc:389] FS layout report
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data/data
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:15.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:15.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.481443  3090 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:15.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.482116  3090 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:15.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.482270  3090 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:15.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.489905  3156 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.1.254:34957 every 8 connection(s)
02:11:15.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.489916  3090 rpc_server.cc:307] RPC server started. Bound to: 127.3.1.254:34957
02:11:15.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.490957  3090 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/data/info.pb
02:11:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.493760  3157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.495226  3079 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3090
02:11:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.495357  3079 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-0/wal/instance
02:11:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.496628  3079 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal
02:11:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data
02:11:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/logs
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data/info.pb
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.253:33169
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.253
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955 with env {}
02:11:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.496891  3157 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.507738  3157 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.508630  3107 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.1.253:33169: connect: Connection refused (error 111)
02:11:15.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.509562  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.253:33169: Network error: Client connection negotiation failed: client connection to 127.3.1.253:33169: connect: Connection refused (error 111)
02:11:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.558838  3157 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } attempt: 1
02:11:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.560597  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.253:33169: Network error: Client connection negotiation failed: client connection to 127.3.1.253:33169: connect: Connection refused (error 111)
02:11:15.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.599300  3158 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:15.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.599532  3158 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:15.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.599577  3158 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603315  3158 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603384  3158 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603406  3158 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603425  3158 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603443  3158 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:15.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.603457  3158 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33105/jwks.json
02:11:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.607594  3158 master_runner.cc:387] Master server non-default flags:
02:11:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.253:33169
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data/info.pb
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.253
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3158
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/logs
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:15.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.608835  3158 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:15.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.610334  3158 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:15.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.616161  3167 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
02:11:15.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.616287  3169 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
02:11:15.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.616433  3158 server_base.cc:1061] running on GCE node
02:11:15.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.616161  3166 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
02:11:15.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.617259  3158 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:15.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.618142  3158 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.619320  3158 hybrid_clock.cc:648] HybridClock initialized: now 1783476675619291 us; error 45 us; skew 500 ppm
02:11:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.621249  3158 webserver.cc:534] Webserver started at http://127.3.1.253:38765/ using document root <none> and password file <none>
02:11:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.621851  3158 fs_manager.cc:362] Metadata directory not provided
02:11:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.621941  3158 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.622181  3158 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.623764  3158 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data/instance:
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87eedc6c8a724fadb6c49e01f916c1eb"
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.624318  3158 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal/instance:
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87eedc6c8a724fadb6c49e01f916c1eb"
02:11:15.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.627707  3158 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
02:11:15.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.628794  3157 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } attempt: 2
02:11:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.630064  3175 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.630281  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.253:33169: Network error: Client connection negotiation failed: client connection to 127.3.1.253:33169: connect: Connection refused (error 111)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.631130  3158 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.631238  3158 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87eedc6c8a724fadb6c49e01f916c1eb"
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.631319  3158 fs_report.cc:389] FS layout report
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data/data
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.652634  3158 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:15.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.653395  3158 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:15.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.653554  3158 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.660888  3158 rpc_server.cc:307] RPC server started. Bound to: 127.3.1.253:33169
02:11:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.660885  3227 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.1.253:33169 every 8 connection(s)
02:11:15.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.662078  3158 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/data/info.pb
02:11:15.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.664932  3228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:15.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.667958  3228 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.672307  3079 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3158
02:11:15.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.672417  3079 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-1/wal/instance
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.673167  3079 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/logs
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data/info.pb
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:15.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.252:41613
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.252
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955 with env {}
02:11:15.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.677933  3228 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.684024  3228 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.684913  3178 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.685887  3228 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.721448  3157 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } attempt: 3
02:11:15.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.725944  3157 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.727187  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.735116  3228 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } attempt: 1
02:11:15.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.736737  3228 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.758388  3157 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } attempt: 1
02:11:15.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.759961  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.781333  3230 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:15.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.781644  3230 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:15.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.781709  3230 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785773  3230 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785856  3230 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785884  3230 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785909  3230 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785934  3230 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.785955  3230 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33105/jwks.json
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.791370  3230 master_runner.cc:387] Master server non-default flags:
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.1.212:43453
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34955
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.1.254:34957,127.3.1.253:33169,127.3.1.252:41613
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.1.252:41613
02:11:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33105/jwks.json
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data/info.pb
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.1.252
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3230
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/logs
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:15.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.792462  3230 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:15.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.793610  3230 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.799033  3238 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
02:11:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.799044  3237 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
02:11:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.799235  3240 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
02:11:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.799288  3230 server_base.cc:1061] running on GCE node
02:11:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.799822  3230 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:15.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.800747  3230 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:15.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.801918  3230 hybrid_clock.cc:648] HybridClock initialized: now 1783476675801901 us; error 36 us; skew 500 ppm
02:11:15.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.804375  3230 webserver.cc:534] Webserver started at http://127.3.1.252:40529/ using document root <none> and password file <none>
02:11:15.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.804919  3228 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } attempt: 2
02:11:15.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.805327  3230 fs_manager.cc:362] Metadata directory not provided
02:11:15.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.805539  3230 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:15.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.805892  3230 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:15.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.806308  3228 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.808086  3230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data/instance:
02:11:15.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53d69c9a290d4ef695a5b58a36ce7040"
02:11:15.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.808866  3230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal/instance:
02:11:15.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53d69c9a290d4ef695a5b58a36ce7040"
02:11:15.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.812368  3230 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.002s
02:11:15.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.814574  3246 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.815610  3230 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
02:11:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.815740  3230 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal
02:11:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53d69c9a290d4ef695a5b58a36ce7040"
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-z0rp"
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.815871  3230 fs_report.cc:389] FS layout report
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data/data
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:15.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.835155  3157 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } attempt: 2
02:11:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.836647  3157 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.1.252:41613: Network error: Client connection negotiation failed: client connection to 127.3.1.252:41613: connect: Connection refused (error 111)
02:11:15.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.845611  3230 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.846243  3230 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.846458  3230 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:15.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.853902  3230 rpc_server.cc:307] RPC server started. Bound to: 127.3.1.252:41613
02:11:15.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.853942  3298 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.1.252:41613 every 8 connection(s)
02:11:15.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.854868  3230 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/data/info.pb
02:11:15.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.857704  3299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:15.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.860532  3299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.861971  3079 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3230
02:11:15.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.862085  3079 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster1826253047668612768/master-2/wal/instance
02:11:15.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.870039  3299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.874969  3299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.881431  3299 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040: Bootstrap starting.
02:11:15.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.884047  3299 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040: Neither blocks nor log segments found. Creating new log.
02:11:15.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.884893  3079 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:15.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.884913  3299 log.cc:826] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040: Log is configured to *not* fsync() on all Append() calls
02:11:15.885 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:15.885 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:15.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.886730  3299 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040: No bootstrap required, opened a new log
02:11:15.886 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.1.254"
      port: 34957
    }
    bound_http_address {
      host: "127.3.1.254"
      port: 43573
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.1.253"
      port: 33169
    }
    bound_http_address {
      host: "127.3.1.253"
      port: 38765
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.1.252"
      port: 41613
    }
    bound_http_address {
      host: "127.3.1.252"
      port: 40529
    }
  }
}

02:11:15.887 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:15.887 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:15.888 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.888365  3079 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3090
02:11:15.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.890218  3299 raft_consensus.cc:359] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4b68294982b4ebf918c96fa05fb47ef" member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } } peers { permanent_uuid: "87eedc6c8a724fadb6c49e01f916c1eb" member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } } peers { permanent_uuid: "53d69c9a290d4ef695a5b58a36ce7040" member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } }
02:11:15.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.890465  3299 raft_consensus.cc:385] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:15.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.890523  3299 raft_consensus.cc:740] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53d69c9a290d4ef695a5b58a36ce7040, State: Initialized, Role: FOLLOWER
02:11:15.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.891027  3299 consensus_queue.cc:260] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [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: "b4b68294982b4ebf918c96fa05fb47ef" member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } } peers { permanent_uuid: "87eedc6c8a724fadb6c49e01f916c1eb" member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } } peers { permanent_uuid: "53d69c9a290d4ef695a5b58a36ce7040" member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } }
02:11:15.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.891568  3304 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [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: "b4b68294982b4ebf918c96fa05fb47ef" member_type: VOTER last_known_addr { host: "127.3.1.254" port: 34957 } } peers { permanent_uuid: "87eedc6c8a724fadb6c49e01f916c1eb" member_type: VOTER last_known_addr { host: "127.3.1.253" port: 33169 } } peers { permanent_uuid: "53d69c9a290d4ef695a5b58a36ce7040" member_type: VOTER last_known_addr { host: "127.3.1.252" port: 41613 } } }
02:11:15.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.891705  3304 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.892467  3299 sys_catalog.cc:565] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040 [sys.catalog]: configured and running, proceeding with master startup.
02:11:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.897365  3079 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3158
02:11:15.898 [INFO - Metastore-Handler-Pool: Thread-200] (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=	
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.897838  3300 negotiation.cc:336] Failed RPC negotiation. Trace:
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:15.896793 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.3.1.254:34957 (local address 127.0.0.1:49000)
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:15.896933 (+   140us) negotiation.cc:107] Waiting for socket to connect
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:15.896950 (+    17us) client_negotiation.cc:175] Beginning negotiation
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:15.897073 (+   123us) client_negotiation.cc:253] Sending NEGOTIATE NegotiatePB request
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:15.897155 (+    82us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.3.1.254:34957: BlockingWrite error: write error: Connection reset by peer (error 104)
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"client-negotiator.queue_time_us":52}
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.899016  3318 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 53d69c9a290d4ef695a5b58a36ce7040: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.899086  3318 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.899228  3315 client.h:372] Failed to connect to Hive Metastore (localhost:34955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:15.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.899689  3230 master_runner.cc:187] Error getting master registration for 127.3.1.254:34957: Network error: Client connection negotiation failed: client connection to 127.3.1.254:34957: BlockingWrite error: write error: Connection reset by peer (error 104), 
02:11:15.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.902719  3230 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:15.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.905473  3079 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3230
02:11:15.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:15Z chronyd exiting
.02:11:15.956 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:15.956 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:15.956 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:15.976 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10924401700313196833
02:11:15.977 [INFO - Thread-140] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:15.977 [INFO - Thread-140] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:15.979 [INFO - Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:15.979 [INFO - Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:15.979 [INFO - Thread-140] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:15.980 [INFO - Thread-140] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:15.981 [INFO - Thread-140] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:15.981 [INFO - Thread-140] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:15.982 [INFO - Thread-140] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:15.982 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:15.984 [INFO - Thread-140] (HikariDataSource.java:80) objectstore - Starting...
02:11:16.043 [INFO - Thread-140] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:16.043 [INFO - Thread-140] (HikariDataSource.java:82) objectstore - Start completed.
02:11:16.044 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:16.045 [INFO - Thread-140] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:16.047 [INFO - Thread-140] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:16.047 [INFO - Thread-140] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:16.058 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:16.059 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:16.059 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:16.084 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.086 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.086 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.086 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.087 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.087 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:16.363 [INFO - Thread-140] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:16.363 [INFO - Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b69098a, with PersistenceManager: null will be shutdown
02:11:16.363 [INFO - Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b69098a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@54d2b250 created in the thread with id: 201
02:11:16.365 [WARN - Thread-140] (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
02:11:16.366 [INFO - Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b69098a
02:11:16.467 [INFO - Thread-140] (HMSHandler.java:595) Started creating a default database with name: default
02:11:16.485 [INFO - Thread-140] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:16.512 [INFO - Thread-140] (HMSHandler.java:668) Added admin role in metastore
02:11:16.514 [INFO - Thread-140] (HMSHandler.java:677) Added public role in metastore
02:11:16.544 [INFO - Thread-140] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:16.545 [INFO - Thread-140] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:16.546 [INFO - Thread-140] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:16.546 [INFO - Thread-140] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:16.546 [WARN - Thread-140] (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)
02:11:16.547 [INFO - Thread-140] (HiveMetaStore.java:632) Started the new metaserver on port [45295]...
02:11:16.547 [INFO - Thread-140] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:16.547 [INFO - Thread-140] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:16.547 [INFO - Thread-140] (HiveMetaStore.java:635) TCP keepalive = true
02:11:16.547 [INFO - Thread-140] (HiveMetaStore.java:636) Enable SSL = false
02:11:16.979 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:16.979 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:16.979 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:16.981 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:16.981 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45295]
02:11:16.981 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45295) in binary transport mode
02:11:16.981 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45295) current connections: 1
02:11:16.983 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXaf9jF/test-tmp
02:11:16.983 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:16.983 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXaf9jF/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:16.986 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:17.089 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:17.090 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:17.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.090991  3344 mini_oidc.cc:150] Starting JWKS server
02:11:17.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.092753  3344 webserver.cc:534] Webserver started at http://127.0.0.1:37531/ using document root <none> and password file <none>
02:11:17.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.092955  3344 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:17.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.093264  3344 webserver.cc:534] Webserver started at http://127.0.0.1:33219/ using document root <none> and password file <none>
02:11:17.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:17.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:17Z Disabled control of system clock
02:11:17.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.107539  3344 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal
02:11:17.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/logs
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data/info.pb
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.62:43373
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.62
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json with env {}
02:11:17.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.210390  3355 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:17.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.210649  3355 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:17.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.210696  3355 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.214967  3355 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.215049  3355 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.215076  3355 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.215097  3355 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.215118  3355 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:17.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.215135  3355 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37531/jwks.json
02:11:17.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.219700  3355 master_runner.cc:387] Master server non-default flags:
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.62:43373
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data/info.pb
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.62
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3355
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/logs
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:17.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.220957  3355 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:17.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.222479  3355 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:17.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.228307  3360 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
02:11:17.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.228317  3361 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
02:11:17.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.228543  3355 server_base.cc:1061] running on GCE node
02:11:17.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.228332  3363 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
02:11:17.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.229180  3355 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:17.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.230134  3355 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:17.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.231318  3355 hybrid_clock.cc:648] HybridClock initialized: now 1783476677231301 us; error 33 us; skew 500 ppm
02:11:17.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.233225  3355 webserver.cc:534] Webserver started at http://127.3.68.62:35007/ using document root <none> and password file <none>
02:11:17.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.233824  3355 fs_manager.cc:362] Metadata directory not provided
02:11:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.233908  3355 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.234143  3355 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.235726  3355 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data/instance:
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9018b19b51da42dd81afe8d0c79b18c3"
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.236279  3355 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal/instance:
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9018b19b51da42dd81afe8d0c79b18c3"
02:11:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.239681  3355 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
02:11:17.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.241856  3369 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:17.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.242828  3355 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.242964  3355 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9018b19b51da42dd81afe8d0c79b18c3"
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.243099  3355 fs_report.cc:389] FS layout report
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data/data
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:17.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:17.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.286882  3355 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:17.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.287701  3355 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:17.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.287932  3355 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:17.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.296016  3355 rpc_server.cc:307] RPC server started. Bound to: 127.3.68.62:43373
02:11:17.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.296016  3421 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.68.62:43373 every 8 connection(s)
02:11:17.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.297391  3355 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/data/info.pb
02:11:17.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.300299  3422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:17.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.303145  3422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.304314  3344 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3355
02:11:17.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.304473  3344 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-0/wal/instance
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.306267  3344 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/logs
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data/info.pb
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.61:38411
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.61
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json with env {}
02:11:17.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.318540  3422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.319499  3370 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.68.61:38411: connect: Connection refused (error 111)
02:11:17.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.320510  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.61:38411: Network error: Client connection negotiation failed: client connection to 127.3.68.61:38411: connect: Connection refused (error 111)
02:11:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.369771  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } attempt: 1
02:11:17.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.371655  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.61:38411: Network error: Client connection negotiation failed: client connection to 127.3.68.61:38411: connect: Connection refused (error 111)
02:11:17.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.412659  3426 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:17.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.412932  3426 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:17.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.412999  3426 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:17.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416564  3426 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:17.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416673  3426 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:17.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416705  3426 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:17.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416731  3426 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:17.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416756  3426 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:17.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.416785  3426 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37531/jwks.json
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.420889  3426 master_runner.cc:387] Master server non-default flags:
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.61:38411
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data/info.pb
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.61
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3426
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/logs
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:17.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.422423  3426 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:17.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.423614  3426 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.429739  3433 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
02:11:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.429734  3435 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
02:11:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.429812  3432 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
02:11:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.430153  3426 server_base.cc:1061] running on GCE node
02:11:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.430629  3426 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:17.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.431584  3426 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:17.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.432777  3426 hybrid_clock.cc:648] HybridClock initialized: now 1783476677432757 us; error 42 us; skew 500 ppm
02:11:17.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.434739  3426 webserver.cc:534] Webserver started at http://127.3.68.61:44313/ using document root <none> and password file <none>
02:11:17.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.435262  3426 fs_manager.cc:362] Metadata directory not provided
02:11:17.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.435317  3426 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:17.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.435474  3426 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.437140  3426 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data/instance:
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36883fd087c540c6964b39ee54ad395f"
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.437587  3426 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal/instance:
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36883fd087c540c6964b39ee54ad395f"
02:11:17.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.439878  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } attempt: 2
02:11:17.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.441139  3426 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
02:11:17.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.441326  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.61:38411: Network error: Client connection negotiation failed: client connection to 127.3.68.61:38411: connect: Connection refused (error 111)
02:11:17.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.443359  3441 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.444394  3426 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.444496  3426 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36883fd087c540c6964b39ee54ad395f"
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.444581  3426 fs_report.cc:389] FS layout report
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data/data
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:17.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.482007  3426 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:17.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.482685  3426 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:17.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.482834  3426 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.490286  3426 rpc_server.cc:307] RPC server started. Bound to: 127.3.68.61:38411
02:11:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.490284  3493 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.68.61:38411 every 8 connection(s)
02:11:17.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.491299  3426 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/data/info.pb
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.492834  3344 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3426
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.492938  3344 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-1/wal/instance
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.493654  3344 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/logs
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data/info.pb
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.60:41893
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.60
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json with env {}
02:11:17.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.494552  3494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:17.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.497610  3494 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.509048  3494 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.515260  3494 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.516266  3445 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.517215  3494 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.532513  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } attempt: 3
02:11:17.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.537503  3422 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.538959  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.566468  3494 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 1
02:11:17.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.568224  3494 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.570158  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 1
02:11:17.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.571678  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.608374  3496 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:17.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.608613  3496 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:17.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.608659  3496 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612072  3496 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612150  3496 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612171  3496 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612190  3496 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612208  3496 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.612223  3496 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37531/jwks.json
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.616396  3496 master_runner.cc:387] Master server non-default flags:
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.68.20:45763
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.68.62:43373,127.3.68.61:38411,127.3.68.60:41893
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:17.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.68.60:41893
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37531/jwks.json
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data/info.pb
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.68.60
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3496
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/logs
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on bdcb31816ec0
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16847
02:11:17.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.617800  3496 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:17.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.619133  3496 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:11:17.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.625037  3505 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
02:11:17.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.625185  3504 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
02:11:17.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.625237  3496 server_base.cc:1061] running on GCE node
02:11:17.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.625180  3507 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
02:11:17.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.626420  3496 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:17.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.627475  3496 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:17.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.628680  3496 hybrid_clock.cc:648] HybridClock initialized: now 1783476677628663 us; error 39 us; skew 500 ppm
02:11:17.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.630769  3496 webserver.cc:534] Webserver started at http://127.3.68.60:43553/ using document root <none> and password file <none>
02:11:17.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.631424  3496 fs_manager.cc:362] Metadata directory not provided
02:11:17.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.631515  3496 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:17.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.631754  3496 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:17.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.633461  3496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data/instance:
02:11:17.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce"
02:11:17.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.634027  3496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal/instance:
02:11:17.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce"
02:11:17.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.636402  3494 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 2
02:11:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.637837  3496 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
02:11:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.637971  3494 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.640012  3513 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.641165  3496 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.641263  3496 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data,/tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce"
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:17 on dist-test-slave-z0rp"
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.641335  3496 fs_report.cc:389] FS layout report
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data/data
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:17.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.646852  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 2
02:11:17.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.648253  3422 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.68.60:41893: Network error: Client connection negotiation failed: client connection to 127.3.68.60:41893: connect: Connection refused (error 111)
02:11:17.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.663652  3496 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:17.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.664639  3496 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:17.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.664839  3496 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.672847  3496 rpc_server.cc:307] RPC server started. Bound to: 127.3.68.60:41893
02:11:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.672852  3565 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.68.60:41893 every 8 connection(s)
02:11:17.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.673930  3496 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/data/info.pb
02:11:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.676802  3566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:17.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.680133  3566 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.681555  3344 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu as pid 3496
02:11:17.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.681661  3344 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXaf9jF/test-tmp/mini-kudu-cluster9668375595529303463/master-2/wal/instance
02:11:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.690587  3566 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.695111  3566 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } has no permanent_uuid. Determining permanent_uuid...
02:11:17.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.701751  3566 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: Bootstrap starting.
02:11:17.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.704612  3566 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: Neither blocks nor log segments found. Creating new log.
02:11:17.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.705359  3344 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:17.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.705531  3566 log.cc:826] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: Log is configured to *not* fsync() on all Append() calls
02:11:17.706 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:17.706 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:17.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.708233  3566 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: No bootstrap required, opened a new log
02:11:17.707 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.68.62"
      port: 43373
    }
    bound_http_address {
      host: "127.3.68.62"
      port: 35007
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.68.61"
      port: 38411
    }
    bound_http_address {
      host: "127.3.68.61"
      port: 44313
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.68.60"
      port: 41893
    }
    bound_http_address {
      host: "127.3.68.60"
      port: 43553
    }
  }
}

02:11:17.709 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:17.710 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:17.711 [INFO - Metastore-Handler-Pool: Thread-222] (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=c576a38e-4d5c-4aca-b734-4b9c48677054, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.68.61:38411,127.3.68.62:43373,127.3.68.60:41893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:17.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.711997  3566 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.712231  3566 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:17.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.712302  3566 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2a5fc3ec8b624b5a9938f5f8012b77ce, State: Initialized, Role: FOLLOWER
02:11:17.713 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.712798  3566 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.713 [INFO - Metastore-Handler-Pool: Thread-222] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:17.713 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@440e669c, with PersistenceManager: null will be shutdown
02:11:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.713397  3572 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.713725  3572 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.713 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@440e669c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bc8cc6f created in the thread with id: 222
02:11:17.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.714280  3566 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: configured and running, proceeding with master startup.
02:11:17.718 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@440e669c
02:11:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.719029  3496 master_runner.cc:187] Error getting master registration for 127.3.68.62:43373: OK, instance_id { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" instance_seqno: 1783476677293579 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.721155  3583 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.721261  3583 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.721334  3496 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:17.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.729102  3494 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 3
02:11:17.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.737294  3494 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: Bootstrap starting.
02:11:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.740290  3494 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: Neither blocks nor log segments found. Creating new log.
02:11:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.741338  3494 log.cc:826] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: Log is configured to *not* fsync() on all Append() calls
02:11:17.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.747428  3422 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } attempt: 3
02:11:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.755941  3494 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: No bootstrap required, opened a new log
02:11:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.756875  3422 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: Bootstrap starting.
02:11:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.759758  3422 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: Neither blocks nor log segments found. Creating new log.
02:11:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.760656  3422 log.cc:826] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: Log is configured to *not* fsync() on all Append() calls
02:11:17.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.761116  3494 raft_consensus.cc:359] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.761487  3494 raft_consensus.cc:385] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:17.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.761675  3494 raft_consensus.cc:740] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36883fd087c540c6964b39ee54ad395f, State: Initialized, Role: FOLLOWER
02:11:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.762358  3494 consensus_queue.cc:260] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.763844  3494 sys_catalog.cc:565] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: configured and running, proceeding with master startup.
02:11:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.767777  3426 master_runner.cc:187] Error getting master registration for 127.3.68.62:43373: OK, instance_id { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" instance_seqno: 1783476677293579 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.770462  3426 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:17.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.773360  3588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.773517  3588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.774500  3422 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: No bootstrap required, opened a new log
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.776106  3599 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.776239  3599 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.778614  3422 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.778820  3422 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.778872  3422 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9018b19b51da42dd81afe8d0c79b18c3, State: Initialized, Role: FOLLOWER
02:11:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.780411  3422 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.782071  3422 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: configured and running, proceeding with master startup.
02:11:17.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.789618  3375 tablet.cc:2406] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.793175  3355 master_runner.cc:264] No leader master found from master 9018b19b51da42dd81afe8d0c79b18c3
02:11:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.793255  3355 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:17.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.797610  3601 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.797935  3601 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.800201  3612 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:17.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.800292  3612 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:17.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.863909  3572 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:17.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.864107  3572 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.865298  3572 leader_election.cc:290] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9018b19b51da42dd81afe8d0c79b18c3 (127.3.68.62:43373), 36883fd087c540c6964b39ee54ad395f (127.3.68.61:38411)
02:11:17.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.867594  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9018b19b51da42dd81afe8d0c79b18c3" is_pre_election: true
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.867908  3396 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2a5fc3ec8b624b5a9938f5f8012b77ce in term 0.
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.868630  3468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36883fd087c540c6964b39ee54ad395f" is_pre_election: true
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.868892  3468 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2a5fc3ec8b624b5a9938f5f8012b77ce in term 0.
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.870020  3514 leader_election.cc:304] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [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: 2a5fc3ec8b624b5a9938f5f8012b77ce, 36883fd087c540c6964b39ee54ad395f; no voters: 
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.871388  3572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.871469  3572 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.871511  3572 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 0 FOLLOWER]: Advancing to term 1
02:11:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.873277  3572 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.874135  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9018b19b51da42dd81afe8d0c79b18c3"
02:11:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.874264  3396 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 0 FOLLOWER]: Advancing to term 1
02:11:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.875434  3396 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2a5fc3ec8b624b5a9938f5f8012b77ce in term 1.
02:11:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.875851  3517 leader_election.cc:304] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [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: 2a5fc3ec8b624b5a9938f5f8012b77ce, 9018b19b51da42dd81afe8d0c79b18c3; no voters: 
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.876672  3572 leader_election.cc:290] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [CANDIDATE]: Term 1 election: Requested vote from peers 9018b19b51da42dd81afe8d0c79b18c3 (127.3.68.62:43373), 36883fd087c540c6964b39ee54ad395f (127.3.68.61:38411)
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.876801  3572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 1 FOLLOWER]: Leader election won for term 1
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.876864  3572 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [term 1 LEADER]: Becoming Leader. State: Replica: 2a5fc3ec8b624b5a9938f5f8012b77ce, State: Running, Role: LEADER
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.877218  3572 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [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: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } }
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.878214  3468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36883fd087c540c6964b39ee54ad395f"
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.878340  3468 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 0 FOLLOWER]: Advancing to term 1
02:11:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.879472  3468 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2a5fc3ec8b624b5a9938f5f8012b77ce in term 1.
02:11:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.881764  3572 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2a5fc3ec8b624b5a9938f5f8012b77ce. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.882041  3572 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: This master's current role is: LEADER
02:11:17.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.894098  3616 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:11:17.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.895502  3616 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:11:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.915695  3468 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [term 1 FOLLOWER]: Refusing update from remote peer 2a5fc3ec8b624b5a9938f5f8012b77ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.915668  3396 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [term 1 FOLLOWER]: Refusing update from remote peer 2a5fc3ec8b624b5a9938f5f8012b77ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.916234  3519 tablet.cc:2406] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.916476  3572 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.916837  3614 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:17.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.920933  3588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2a5fc3ec8b624b5a9938f5f8012b77ce. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.921094  3588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.921254  3601 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2a5fc3ec8b624b5a9938f5f8012b77ce. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.921355  3601 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.934319  3601 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.934468  3601 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.935900  3614 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.936033  3614 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: This master's current role is: LEADER
02:11:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.936139  3617 mvcc.cc:204] Tried to move back new op lower bound from 7305120472733437952 to 7305120472599355392. Current Snapshot: MvccSnapshot[applied={T|T < 7305120472733437952}]
02:11:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.936741  3620 mvcc.cc:204] Tried to move back new op lower bound from 7305120472733437952 to 7305120472599355392. Current Snapshot: MvccSnapshot[applied={T|T < 7305120472733437952}]
02:11:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.938154  3618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.938264  3618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce [sys.catalog]: This master's current role is: LEADER
02:11:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.939486  3588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9018b19b51da42dd81afe8d0c79b18c3" member_type: VOTER last_known_addr { host: "127.3.68.62" port: 43373 } } peers { permanent_uuid: "36883fd087c540c6964b39ee54ad395f" member_type: VOTER last_known_addr { host: "127.3.68.61" port: 38411 } } peers { permanent_uuid: "2a5fc3ec8b624b5a9938f5f8012b77ce" member_type: VOTER last_known_addr { host: "127.3.68.60" port: 41893 } } }
02:11:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.939590  3588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f [sys.catalog]: This master's current role is: FOLLOWER
02:11:17.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.948228  3616 catalog_manager.cc:1382] Generated new cluster ID: 0ad129aeb86a4d52ac11358fff53c905
02:11:17.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:17.948313  3616 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:11:18.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.006443  3616 catalog_manager.cc:1405] Generated new certificate authority record
02:11:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.007881  3616 catalog_manager.cc:1539] Loading token signing keys...
02:11:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.039292  3616 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2a5fc3ec8b624b5a9938f5f8012b77ce: Generated new TSK 0
02:11:18.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.040920  3616 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:11:18.165 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.171 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.171 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.231 [INFO - Metastore-Handler-Pool: Thread-222] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:18.236 [INFO - Metastore-Handler-Pool: Thread-222] (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/hive10924401700313196833/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=c576a38e-4d5c-4aca-b734-4b9c48677054, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.68.61:38411,127.3.68.62:43373,127.3.68.60:41893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:18.237 [INFO - Metastore-Handler-Pool: Thread-222] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10924401700313196833/external-warehouse/table
02:11:18.293 [DEBUG - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.294 [DEBUG - Metastore-Handler-Pool: Thread-222] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:18.298 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.3.68.61:38411(127.3.68.61:38411)] connecting to peer
02:11:18.299 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.3.68.62:43373(127.3.68.62:43373)] connecting to peer
02:11:18.302 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.68.61:38411(127.3.68.61:38411)] Successfully connected to peer
02:11:18.308 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.68.61
02:11:18.309 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.3.68.60:41893(127.3.68.60:41893)] connecting to peer
02:11:18.311 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.68.62:43373(127.3.68.62:43373)] Successfully connected to peer
02:11:18.316 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.3.68.60:41893(127.3.68.60:41893)] Successfully connected to peer
02:11:18.318 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.68.62
02:11:18.331 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:18.332 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:18.336 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x701b199c, L:/127.0.0.1:38846 - R:/127.3.68.62:43373] using SASL/PLAIN
02:11:18.338 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.68.60
02:11:18.349 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbd86c6ca, L:/127.0.0.1:37574 - R:/127.3.68.61:38411] using SASL/PLAIN
02:11:18.352 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:18.357 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xaede04bf, L:/127.0.0.1:53938 - R:/127.3.68.60:41893] using SASL/PLAIN
02:11:18.362 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:18.415 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:18.444 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:18.445 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:18.454 [INFO - Metastore-Handler-Pool: Thread-222] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:18.484 [INFO - Metastore-Handler-Pool: Thread-222] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:18.484 [INFO - Metastore-Handler-Pool: Thread-222] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:18.555 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:18.570 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:18.571 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:18.649 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.776 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.777837  3599 catalog_manager.cc:1294] Loaded cluster ID: 0ad129aeb86a4d52ac11358fff53c905
02:11:18.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.777942  3599 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: loading cluster ID for follower catalog manager: success
02:11:18.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.780447  3599 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: acquiring CA information for follower catalog manager: success
02:11:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.782126  3599 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 36883fd087c540c6964b39ee54ad395f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:18.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.801867  3612 catalog_manager.cc:1294] Loaded cluster ID: 0ad129aeb86a4d52ac11358fff53c905
02:11:18.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.801957  3612 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: loading cluster ID for follower catalog manager: success
02:11:18.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.804378  3612 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: acquiring CA information for follower catalog manager: success
02:11:18.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.805794  3612 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9018b19b51da42dd81afe8d0c79b18c3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:18.813 [WARN - Metastore-Handler-Pool: Thread-222] (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.
02:11:18.914 [INFO - Metastore-Handler-Pool: Thread-222] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:18.915 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:18.915 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:18.915 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@440e669c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bc8cc6f will be shutdown
02:11:18.915 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:18.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.915295  3344 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3355
02:11:18.923 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.68.62:43373(127.3.68.62:43373)] handling channelInactive
02:11:18.923 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.68.62:43373(127.3.68.62:43373)] cleaning up while in state READY due to: connection closed
02:11:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.923481  3344 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3426
02:11:18.932 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.68.61:38411(127.3.68.61:38411)] handling channelInactive
02:11:18.932 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.68.61:38411(127.3.68.61:38411)] cleaning up while in state READY due to: connection closed
02:11:18.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:18.933825  3344 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXaf9jF/build/debug/bin/kudu with pid 3496
02:11:18.943 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.3.68.60:41893(127.3.68.60:41893)] handling channelInactive
02:11:18.943 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.3.68.60:41893(127.3.68.60:41893)] cleaning up while in state READY due to: connection closed
02:11:18.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:18Z chronyd exiting

Time: 24.888

OK (6 tests)

