JUnit version 4.13.2
.23:12:01.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:01.262 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:01.263 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:01.382 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive17774950372972446119
23:12:01.523 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:01.539 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:01.800 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:01.841 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:01.842 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
23:12:01.869 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
23:12:01.882 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:01.902 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
23:12:02.674 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:02.678 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
23:12:02.695 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:02.696 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:02.707 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:02.708 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:02.880 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:02.881 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:02.882 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:03.371 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:03.372 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
23:12:03.401 [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
23:12:03.462 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:03.715 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:03.717 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:03.718 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:03.719 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:03.720 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:03.720 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:04.374 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
23:12:04.374 [WARN - Thread-0] (ObjectStore.java:10774) setMetaStoreSchemaVersion called but recording version is disabled: version = 4.1.0, comment = Set by MetaStore UNKNOWN@10.240.1.2
23:12:04.375 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
23:12:04.729 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
23:12:04.782 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:04.835 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
23:12:04.839 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
23:12:04.920 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:04.927 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:05.286 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:05.295 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:05.306 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:05.307 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [36119]...
23:12:05.307 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:05.308 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:05.308 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
23:12:05.308 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
23:12:05.409 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:05.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:05.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:05.424 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:05.425 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36119]
23:12:05.425 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36119) in binary transport mode
23:12:05.445 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36119) current connections: 1
23:12:05.535 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
23:12:05.668 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:05.672 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:05.675 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:05.711 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36119"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:12:05.905 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:05.914 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:12:05.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:05.916497 28434 mini_oidc.cc:150] Starting JWKS server
23:12:05.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:05.917260 28434 webserver.cc:534] Webserver started at http://127.0.0.1:35271/ using document root <none> and password file <none>
23:12:05.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:05.917369 28434 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:05.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:05.917531 28434 webserver.cc:534] Webserver started at http://127.0.0.1:46441/ using document root <none> and password file <none>
23:12:05.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:05.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Could not open connection to daemon2026-07-07T23:12:05Z Disabled control of system clock
23:12:05.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:05.935634 28434 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal
23:12:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data
23:12:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:05.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/logs
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data/info.pb
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:05.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:05.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.190:44783
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.190
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:05.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:05.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119 with env {}
23:12:06.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.044847 28446 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:06.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.045024 28446 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:06.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.045043 28446 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046837 28446 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046890 28446 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046903 28446 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046916 28446 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046926 28446 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:06.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.046936 28446 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35271/jwks.json
23:12:06.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.048736 28446 master_runner.cc:387] Master server non-default flags:
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data
23:12:06.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:06.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.190:44783
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data/info.pb
23:12:06.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.190
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28446
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:06.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/logs
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.048954 28446 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.049131 28446 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:06.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.052089 28454 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.052347 28452 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.052517 28451 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.054999 28446 server_base.cc:1061] running on GCE node
23:12:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.055356 28446 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.055625 28446 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:06.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.058862 28446 hybrid_clock.cc:648] HybridClock initialized: now 1783465926058838 us; error 33 us; skew 500 ppm
23:12:06.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.060349 28446 webserver.cc:534] Webserver started at http://127.27.196.190:35007/ using document root <none> and password file <none>
23:12:06.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.060565 28446 fs_manager.cc:362] Metadata directory not provided
23:12:06.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.060613 28446 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:06.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.060710 28446 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.061790 28446 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data/instance:
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7527fae16ba4b319e37065ceccc14fa"
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.062134 28446 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal/instance:
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7527fae16ba4b319e37065ceccc14fa"
23:12:06.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.063393 28446 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
23:12:06.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.064023 28460 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:06.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.064496 28446 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
23:12:06.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.064577 28446 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7527fae16ba4b319e37065ceccc14fa"
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.064635 28446 fs_report.cc:389] FS layout report
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data/data
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:06.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:06.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.081938 28446 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:06.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.082324 28446 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:06.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.082448 28446 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:06.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.086738 28446 rpc_server.cc:307] RPC server started. Bound to: 127.27.196.190:44783
23:12:06.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.086782 28512 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.196.190:44783 every 8 connection(s)
23:12:06.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.087141 28446 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/data/info.pb
23:12:06.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.087788 28513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:06.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.089407 28513 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.096000 28434 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28446
23:12:06.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.096112 28434 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-0/wal/instance
23:12:06.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.097150 28434 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:06.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:06.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal
23:12:06.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:06.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/logs
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data/info.pb
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:06.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:06.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.189:41307
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.189
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:06.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119 with env {}
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.098937 28513 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.099457 28463 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.196.189:41307: connect: Connection refused (error 111)
23:12:06.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.100610 28513 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.189:41307: Network error: Client connection negotiation failed: client connection to 127.27.196.189:41307: connect: Connection refused (error 111)
23:12:06.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.149821 28513 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } attempt: 1
23:12:06.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.150638 28513 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.189:41307: Network error: Client connection negotiation failed: client connection to 127.27.196.189:41307: connect: Connection refused (error 111)
23:12:06.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.210713 28516 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:06.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.210952 28516 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:06.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.210980 28516 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:06.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213197 28516 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:06.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213274 28516 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:06.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213294 28516 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:06.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213310 28516 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:06.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213325 28516 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:06.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.213340 28516 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35271/jwks.json
23:12:06.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.215657 28516 master_runner.cc:387] Master server non-default flags:
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data
23:12:06.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.189:41307
23:12:06.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data/info.pb
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.189
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28516
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/logs
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.215958 28516 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.216203 28516 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.218783 28513 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } attempt: 2
23:12:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.219115 28524 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.219404 28516 server_base.cc:1061] running on GCE node
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.219460 28513 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.189:41307: Network error: Client connection negotiation failed: client connection to 127.27.196.189:41307: connect: Connection refused (error 111)
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.219533 28526 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.221624 28523 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.221973 28516 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.222277 28516 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:06.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.223423 28516 hybrid_clock.cc:648] HybridClock initialized: now 1783465926223390 us; error 46 us; skew 500 ppm
23:12:06.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.224538 28516 webserver.cc:534] Webserver started at http://127.27.196.189:41505/ using document root <none> and password file <none>
23:12:06.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.224750 28516 fs_manager.cc:362] Metadata directory not provided
23:12:06.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.224809 28516 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:06.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.224915 28516 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.225898 28516 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data/instance:
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "921c48bc019b4875817ca364d12abc64"
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.226230 28516 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal/instance:
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "921c48bc019b4875817ca364d12abc64"
23:12:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.227591 28516 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
23:12:06.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.228334 28532 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:06.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.228487 28516 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:06.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.228538 28516 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal
23:12:06.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "921c48bc019b4875817ca364d12abc64"
23:12:06.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.228580 28516 fs_report.cc:389] FS layout report
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data/data
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.242815 28516 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.243103 28516 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.243188 28516 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:06.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.247108 28516 rpc_server.cc:307] RPC server started. Bound to: 127.27.196.189:41307
23:12:06.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.247156 28584 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.196.189:41307 every 8 connection(s)
23:12:06.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.247512 28516 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/data/info.pb
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.247996 28434 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28516
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.248064 28434 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-1/wal/instance
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.248247 28585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.248447 28434 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:06.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/logs
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data/info.pb
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:06.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.188:34833
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.188
23:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119 with env {}
23:12:06.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.249917 28585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.255775 28585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.262079 28585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.264739 28535 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.196.188:34833: connect: Connection refused (error 111)
23:12:06.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.265280 28585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.188:34833: Network error: Client connection negotiation failed: client connection to 127.27.196.188:34833: connect: Connection refused (error 111)
23:12:06.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.310636 28513 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } attempt: 3
23:12:06.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.314015 28513 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.314456 28585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } attempt: 1
23:12:06.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.315029 28585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.188:34833: Network error: Client connection negotiation failed: client connection to 127.27.196.188:34833: connect: Connection refused (error 111)
23:12:06.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.315059 28513 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.188:34833: Network error: Client connection negotiation failed: client connection to 127.27.196.188:34833: connect: Connection refused (error 111)
23:12:06.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.330489 28586 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:06.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.330672 28586 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:06.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.330691 28586 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332265 28586 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332316 28586 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332329 28586 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332340 28586 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332351 28586 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:06.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.332360 28586 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35271/jwks.json
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.334046 28586 master_runner.cc:387] Master server non-default flags:
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.196.148:34515
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data
23:12:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36119
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.196.190:44783,127.27.196.189:41307,127.27.196.188:34833
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.196.188:34833
23:12:06.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35271/jwks.json
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:06.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data/info.pb
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.196.188
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28586
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:06.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/logs
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:06.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.334263 28586 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.334470 28586 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.336807 28594 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.336920 28597 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.337142 28595 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:06.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.338322 28586 server_base.cc:1061] running on GCE node
23:12:06.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.338503 28586 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:06.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.338721 28586 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:06.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.339886 28586 hybrid_clock.cc:648] HybridClock initialized: now 1783465926339862 us; error 32 us; skew 500 ppm
23:12:06.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.341408 28586 webserver.cc:534] Webserver started at http://127.27.196.188:43227/ using document root <none> and password file <none>
23:12:06.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.341619 28586 fs_manager.cc:362] Metadata directory not provided
23:12:06.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.341672 28586 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:06.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.341775 28586 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.342861 28586 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data/instance:
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e50dc7bc8824e299dfa02915470ebdd"
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.343257 28586 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal/instance:
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e50dc7bc8824e299dfa02915470ebdd"
23:12:06.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.344754 28586 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
23:12:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.345541 28603 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.345721 28586 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
23:12:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.345793 28586 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal
23:12:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e50dc7bc8824e299dfa02915470ebdd"
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:06 on dist-test-slave-mcs4"
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.345849 28586 fs_report.cc:389] FS layout report
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data/data
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:06.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:06.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:06.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:06.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.346203 28513 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } attempt: 1
23:12:06.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.346926 28513 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.196.188:34833: Network error: Client connection negotiation failed: client connection to 127.27.196.188:34833: connect: Connection refused (error 111)
23:12:06.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.362866 28586 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:06.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.363204 28586 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:06.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.363294 28586 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:06.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.367254 28586 rpc_server.cc:307] RPC server started. Bound to: 127.27.196.188:34833
23:12:06.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.367306 28655 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.196.188:34833 every 8 connection(s)
23:12:06.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.367563 28586 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/data/info.pb
23:12:06.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.368186 28656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:06.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.369665 28656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.373276 28434 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28586
23:12:06.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.373345 28434 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5178682472634125877/master-2/wal/instance
23:12:06.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.374483 28656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.377596 28656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } has no permanent_uuid. Determining permanent_uuid...
23:12:06.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.381075 28656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: Bootstrap starting.
23:12:06.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.381733 28656 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: Neither blocks nor log segments found. Creating new log.
23:12:06.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.382275 28656 log.cc:826] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: Log is configured to *not* fsync() on all Append() calls
23:12:06.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.383204 28656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: No bootstrap required, opened a new log
23:12:06.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.383206 28585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } attempt: 2
23:12:06.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.386283 28434 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:06.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.387027 28585 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: Bootstrap starting.
23:12:06.387 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:06.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.387660 28585 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: Neither blocks nor log segments found. Creating new log.
23:12:06.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.387960 28585 log.cc:826] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: Log is configured to *not* fsync() on all Append() calls
23:12:06.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.389012 28656 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.389156 28656 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:06.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.389189 28656 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e50dc7bc8824e299dfa02915470ebdd, State: Initialized, Role: FOLLOWER
23:12:06.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.389338 28656 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.389 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:06.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.391249 28656 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: configured and running, proceeding with master startup.
23:12:06.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.392509 28585 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: No bootstrap required, opened a new log
23:12:06.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.394761 28585 raft_consensus.cc:359] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.394883 28585 raft_consensus.cc:385] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.394909 28585 raft_consensus.cc:740] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921c48bc019b4875817ca364d12abc64, State: Initialized, Role: FOLLOWER
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.395002 28585 consensus_queue.cc:260] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.395320 28585 sys_catalog.cc:565] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: configured and running, proceeding with master startup.
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.394344 28586 master_runner.cc:187] Error getting master registration for 127.27.196.190:44783: OK, instance_id { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" instance_seqno: 1783465926085778 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.396034 28586 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.400745 28677 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.400813 28677 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.399392 28516 master_runner.cc:187] Error getting master registration for 127.27.196.190:44783: OK, instance_id { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" instance_seqno: 1783465926085778 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.401232 28516 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.401980 28663 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.402092 28663 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.402782 28693 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:06.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.403017 28693 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:06.401 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.196.190"
      port: 44783
    }
    bound_http_address {
      host: "127.27.196.190"
      port: 35007
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.196.189"
      port: 41307
    }
    bound_http_address {
      host: "127.27.196.189"
      port: 41505
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.196.188"
      port: 34833
    }
    bound_http_address {
      host: "127.27.196.188"
      port: 43227
    }
  }
}

23:12:06.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.404206 28679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.404469 28679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.408 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:12:06.408 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:06.413 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:06.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.414542 28674 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:06.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.422066 28513 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } attempt: 2
23:12:06.423 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:06.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.423859 28690 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:06.427 [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=317f3090-6ffe-4177-9cdc-c679db483835, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:06.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.427040 28513 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: Bootstrap starting.
23:12:06.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.427765 28513 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: Neither blocks nor log segments found. Creating new log.
23:12:06.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.428041 28513 log.cc:826] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: Log is configured to *not* fsync() on all Append() calls
23:12:06.430 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:06.430 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:06.431 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: null will be shutdown
23:12:06.432 [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
23:12:06.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.433971 28513 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: No bootstrap required, opened a new log
23:12:06.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.436267 28513 raft_consensus.cc:359] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.436412 28513 raft_consensus.cc:385] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:06.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.436440 28513 raft_consensus.cc:740] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7527fae16ba4b319e37065ceccc14fa, State: Initialized, Role: FOLLOWER
23:12:06.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.436553 28513 consensus_queue.cc:260] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.436879 28513 sys_catalog.cc:565] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: configured and running, proceeding with master startup.
23:12:06.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.442138 28446 master_runner.cc:264] No leader master found from master b7527fae16ba4b319e37065ceccc14fa
23:12:06.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.442216 28446 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:06.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.444471 28712 catalog_manager.cc:1593] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:06.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.444802 28712 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:06.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.446379 28698 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.446676 28698 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.453 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027
23:12:06.454 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:06.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.454666 28709 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:06.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.493752 28538 tablet.cc:2406] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:06.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.585561 28466 tablet.cc:2406] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:06.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.594149 28698 raft_consensus.cc:493] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:06.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.594282 28698 raft_consensus.cc:515] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.594543 28698 leader_election.cc:290] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921c48bc019b4875817ca364d12abc64 (127.27.196.189:41307), 8e50dc7bc8824e299dfa02915470ebdd (127.27.196.188:34833)
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.595667 28559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7527fae16ba4b319e37065ceccc14fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921c48bc019b4875817ca364d12abc64" is_pre_election: true
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.595836 28559 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b7527fae16ba4b319e37065ceccc14fa in term 0.
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.595959 28679 raft_consensus.cc:493] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.595995 28679 raft_consensus.cc:515] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.596199 28679 leader_election.cc:290] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b7527fae16ba4b319e37065ceccc14fa (127.27.196.190:44783), 8e50dc7bc8824e299dfa02915470ebdd (127.27.196.188:34833)
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.596328 28630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7527fae16ba4b319e37065ceccc14fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e50dc7bc8824e299dfa02915470ebdd" is_pre_election: true
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.596459 28630 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b7527fae16ba4b319e37065ceccc14fa in term 0.
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.596983 28487 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "921c48bc019b4875817ca364d12abc64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7527fae16ba4b319e37065ceccc14fa" is_pre_election: true
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597078 28487 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921c48bc019b4875817ca364d12abc64 in term 0.
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597256 28463 leader_election.cc:304] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [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: 921c48bc019b4875817ca364d12abc64, b7527fae16ba4b319e37065ceccc14fa; no voters: 
23:12:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597453 28534 leader_election.cc:304] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [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: 921c48bc019b4875817ca364d12abc64, b7527fae16ba4b319e37065ceccc14fa; no voters: 
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597587 28630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "921c48bc019b4875817ca364d12abc64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e50dc7bc8824e299dfa02915470ebdd" is_pre_election: true
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597651 28630 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921c48bc019b4875817ca364d12abc64 in term 0.
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597851 28679 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597900 28679 raft_consensus.cc:493] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.597918 28679 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 0 FOLLOWER]: Advancing to term 1
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.598801 28679 raft_consensus.cc:515] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.598919 28679 leader_election.cc:290] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [CANDIDATE]: Term 1 election: Requested vote from peers b7527fae16ba4b319e37065ceccc14fa (127.27.196.190:44783), 8e50dc7bc8824e299dfa02915470ebdd (127.27.196.188:34833)
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.599236 28487 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "921c48bc019b4875817ca364d12abc64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7527fae16ba4b319e37065ceccc14fa"
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.599303 28487 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 0 FOLLOWER]: Advancing to term 1
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.599973 28630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "921c48bc019b4875817ca364d12abc64" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e50dc7bc8824e299dfa02915470ebdd"
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.600041 28630 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 0 FOLLOWER]: Advancing to term 1
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.600785 28630 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921c48bc019b4875817ca364d12abc64 in term 1.
23:12:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.600941 28535 leader_election.cc:304] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [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: 8e50dc7bc8824e299dfa02915470ebdd, 921c48bc019b4875817ca364d12abc64; no voters: 
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.603998 28487 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921c48bc019b4875817ca364d12abc64 in term 1.
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.604259 28698 raft_consensus.cc:2764] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.604528 28679 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 1 FOLLOWER]: Leader election won for term 1
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.604682 28679 raft_consensus.cc:697] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [term 1 LEADER]: Becoming Leader. State: Replica: 921c48bc019b4875817ca364d12abc64, State: Running, Role: LEADER
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.604773 28679 consensus_queue.cc:237] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [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: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } }
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.605114 28679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 921c48bc019b4875817ca364d12abc64. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.605187 28679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: This master's current role is: LEADER
23:12:06.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.612085 28718 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:12:06.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.612676 28718 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:12:06.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:06.613878 28609 tablet.cc:2406] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:06.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.620970 28630 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [term 1 FOLLOWER]: Refusing update from remote peer 921c48bc019b4875817ca364d12abc64: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:06.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.621655 28679 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:06.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.622821 28663 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 921c48bc019b4875817ca364d12abc64. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.622915 28663 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.623775 28487 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [term 1 FOLLOWER]: Refusing update from remote peer 921c48bc019b4875817ca364d12abc64: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:06.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.624042 28679 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:06.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.625043 28698 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 921c48bc019b4875817ca364d12abc64. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.625196 28698 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.627667 28716 sys_catalog.cc:455] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.628362 28698 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.628443 28698 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.628969 28716 sys_catalog.cc:458] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: This master's current role is: LEADER
23:12:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.629295 28719 mvcc.cc:204] Tried to move back new op lower bound from 7305076435436318720 to 7305076435373588480. Current Snapshot: MvccSnapshot[applied={T|T < 7305076435436318720}]
23:12:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.629573 28722 mvcc.cc:204] Tried to move back new op lower bound from 7305076435436318720 to 7305076435373588480. Current Snapshot: MvccSnapshot[applied={T|T < 7305076435436318720}]
23:12:06.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.630321 28679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.630401 28679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64 [sys.catalog]: This master's current role is: LEADER
23:12:06.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.631158 28663 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "921c48bc019b4875817ca364d12abc64" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7527fae16ba4b319e37065ceccc14fa" member_type: VOTER last_known_addr { host: "127.27.196.190" port: 44783 } } peers { permanent_uuid: "921c48bc019b4875817ca364d12abc64" member_type: VOTER last_known_addr { host: "127.27.196.189" port: 41307 } } peers { permanent_uuid: "8e50dc7bc8824e299dfa02915470ebdd" member_type: VOTER last_known_addr { host: "127.27.196.188" port: 34833 } } }
23:12:06.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.631246 28663 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd [sys.catalog]: This master's current role is: FOLLOWER
23:12:06.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.632699 28720 mvcc.cc:204] Tried to move back new op lower bound from 7305076435436318720 to 7305076435373588480. Current Snapshot: MvccSnapshot[applied={T|T < 7305076435436318720}]
23:12:06.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.637178 28718 catalog_manager.cc:1382] Generated new cluster ID: e22c6cbc9730416794301c3321911b17
23:12:06.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.637257 28718 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:12:06.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.645642 28718 catalog_manager.cc:1405] Generated new certificate authority record
23:12:06.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.646764 28718 catalog_manager.cc:1539] Loading token signing keys...
23:12:06.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.670181 28718 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 921c48bc019b4875817ca364d12abc64: Generated new TSK 0
23:12:06.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.670814 28718 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:12:06.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.671229 28718 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:12:06.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:06.672029 28718 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:12:07.096 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:07.109 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:07.109 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:07.270 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:07.284 [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/hive17774950372972446119/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=317f3090-6ffe-4177-9cdc-c679db483835, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:07.391 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17774950372972446119/external-warehouse/table
23:12:07.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.401232 28677 catalog_manager.cc:1294] Loaded cluster ID: e22c6cbc9730416794301c3321911b17
23:12:07.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.401314 28677 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: loading cluster ID for follower catalog manager: success
23:12:07.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.402139 28677 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: acquiring CA information for follower catalog manager: success
23:12:07.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.402385 28677 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 8e50dc7bc8824e299dfa02915470ebdd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:07.416 [INFO - Metastore-Handler-Pool: Thread-47] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:07.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:07.417222 28674 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:07.425 [INFO - Metastore-Handler-Pool: Thread-48] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:07.426530 28690 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:07.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.445451 28712 catalog_manager.cc:1294] Loaded cluster ID: e22c6cbc9730416794301c3321911b17
23:12:07.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.445554 28712 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: loading cluster ID for follower catalog manager: success
23:12:07.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.446897 28712 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: acquiring CA information for follower catalog manager: success
23:12:07.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:07.447261 28712 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b7527fae16ba4b319e37065ceccc14fa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:07.457 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:07.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:07.458511 28709 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:07.550 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:12:07.553 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:07.556 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:12:07.652 [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=a4e1d858-f6ed-41e7-bf54-9510e2cf2ae3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:07.656 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:07.660 [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/hive17774950372972446119/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=a4e1d858-f6ed-41e7-bf54-9510e2cf2ae3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:07.665 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17774950372972446119/external-warehouse/table
23:12:07.702 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
23:12:07.709 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
23:12:07.710 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
23:12:07.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3378f067
23:12:07.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
23:12:07.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
23:12:07.749 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
23:12:07.749 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
23:12:07.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
23:12:07.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
23:12:07.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
23:12:07.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
23:12:07.752 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
23:12:07.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
23:12:07.756 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
23:12:07.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
23:12:07.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
23:12:07.758 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:12:07.758 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:12:07.759 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
23:12:07.759 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
23:12:07.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
23:12:07.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
23:12:07.769 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
23:12:07.802 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
23:12:07.814 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
23:12:07.819 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
23:12:07.820 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
23:12:07.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
23:12:07.828 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
23:12:07.891 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
23:12:07.892 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
23:12:07.893 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
23:12:07.893 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
23:12:07.911 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:07.914 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:12:07.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:12:08.120 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.27.196.190:44783(127.27.196.190:44783)] connecting to peer
23:12:08.129 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 28383 (auto-detected)
23:12:08.132 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
23:12:08.132 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
23:12:08.134 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
23:12:08.135 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
23:12:08.136 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:37:ff:fe:a7:cf:03 (auto-detected)
23:12:08.163 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
23:12:08.163 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
23:12:08.163 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:12:08.170 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
23:12:08.176 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.27.196.188:34833(127.27.196.188:34833)] connecting to peer
23:12:08.184 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.27.196.189:41307(127.27.196.189:41307)] connecting to peer
23:12:08.193 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.27.196.188:34833(127.27.196.188:34833)] Successfully connected to peer
23:12:08.195 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.27.196.189:41307(127.27.196.189:41307)] Successfully connected to peer
23:12:08.196 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.196.190:44783(127.27.196.190:44783)] Successfully connected to peer
23:12:08.206 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
23:12:08.206 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
23:12:08.206 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5b7541ed
23:12:08.211 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
23:12:08.211 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
23:12:08.211 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
23:12:08.211 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
23:12:08.211 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
23:12:08.285 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.196.190
23:12:08.285 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.196.189
23:12:08.288 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.196.188
23:12:08.429 [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=	
23:12:08.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:08.429929 28674 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:08.434 [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=	
23:12:08.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:08.434657 28690 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:08.470 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:08.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:08.471379 28709 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:08.547 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:08.547 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:08.550 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:08.573 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xd8006bbf, L:/127.0.0.1:44578 - R:/127.27.196.188:34833] using SASL/PLAIN
23:12:08.583 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x63c3d97b, L:/127.0.0.1:40926 - R:/127.27.196.189:41307] using SASL/PLAIN
23:12:08.577 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9c6e10eb, L:/127.0.0.1:37990 - R:/127.27.196.190:44783] using SASL/PLAIN
23:12:08.631 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:12:08.637 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:08.637 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:08.639 [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=0ca53a26-9e93-418b-99ea-c13893f5b1b5, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:08.643 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:08.648 [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/hive17774950372972446119/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=0ca53a26-9e93-418b-99ea-c13893f5b1b5, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:08.651 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17774950372972446119/external-warehouse/table
23:12:08.672 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:08.673 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:08.674 [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=b18c05d7-7c41-412c-8c4c-36a671f8bbba, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:08.679 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:08.683 [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/hive17774950372972446119/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=b18c05d7-7c41-412c-8c4c-36a671f8bbba, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:08.686 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17774950372972446119/external-warehouse/table
23:12:08.786 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:08.866 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:08.877 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:09.059 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:09.390 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:09.432 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:09.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:09.435460 28674 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:09.437 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:09.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:09.438412 28690 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:09.451 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:09.478 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:09.478979 28709 client.h:372] Failed to connect to Hive Metastore (localhost:36119): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:09.503 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:09.677 [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=0b581bb2-825e-4afc-9cfa-97018f7e22e4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:09.681 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:09.684 [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/hive17774950372972446119/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=0b581bb2-825e-4afc-9cfa-97018f7e22e4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.196.190:44783,127.27.196.188:34833,127.27.196.189:41307}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:09.687 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17774950372972446119/external-warehouse/table
23:12:09.752 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:09.800 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:09.804 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:09.885 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:09.908 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:09.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:09.909103 28434 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28446
23:12:09.910 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:12:09.910 [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
23:12:09.910 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:12:09.920 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.196.190:44783(127.27.196.190:44783)] handling channelInactive
23:12:09.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:09.918668 28434 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28516
23:12:09.921 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.196.190:44783(127.27.196.190:44783)] cleaning up while in state READY due to: connection closed
23:12:09.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:09.925165 28434 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28586
23:12:09.925 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.27.196.189:41307(127.27.196.189:41307)] handling channelInactive
23:12:09.925 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.27.196.189:41307(127.27.196.189:41307)] cleaning up while in state READY due to: connection closed
23:12:09.932 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.27.196.188:34833(127.27.196.188:34833)] handling channelInactive
23:12:09.932 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.27.196.188:34833(127.27.196.188:34833)] cleaning up while in state READY due to: connection closed
23:12:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:09Z chronyd exiting
.23:12:09.974 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:09.974 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:09.975 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:10.001 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive11207936450934677771
23:12:10.003 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:10.003 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:10.007 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:10.008 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:10.008 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:12:10.014 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:12:10.018 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:12:10.018 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:12:10.019 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:12:10.020 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:10.022 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
23:12:10.114 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:10.114 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
23:12:10.115 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:10.117 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:10.119 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:10.119 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:10.144 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:10.145 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:10.145 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:10.180 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.181 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.182 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.182 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.183 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.183 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:10.471 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:10.472 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326, with PersistenceManager: null will be shutdown
23:12:10.473 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25b7c9c created in the thread with id: 65
23:12:10.475 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:10.477 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326
23:12:10.624 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
23:12:10.647 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:10.682 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
23:12:10.684 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
23:12:10.721 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:10.722 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:10.722 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:10.722 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:10.723 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:10.723 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [38907]...
23:12:10.723 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:10.723 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:10.723 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
23:12:10.724 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
23:12:11.004 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:11.005 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:11.005 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:11.008 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:11.008 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38907]
23:12:11.009 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38907) in binary transport mode
23:12:11.009 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38907) current connections: 1
23:12:11.011 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:11.011 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:11.011 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:11.015 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38907"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:12:11.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.091531 28783 mini_oidc.cc:150] Starting JWKS server
23:12:11.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.092139 28783 webserver.cc:534] Webserver started at http://127.0.0.1:46203/ using document root <none> and password file <none>
23:12:11.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.092209 28783 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:11.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.092330 28783 webserver.cc:534] Webserver started at http://127.0.0.1:43769/ using document root <none> and password file <none>
23:12:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:11.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:11Z Disabled control of system clock
23:12:11.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.103559 28783 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal
23:12:11.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/logs
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data/info.pb
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.254:43403
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.254
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907 with env {}
23:12:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.180016 28794 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.180215 28794 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.180236 28794 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.181955 28794 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.182008 28794 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.182026 28794 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.182037 28794 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.182049 28794 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.182058 28794 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46203/jwks.json
23:12:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.183681 28794 master_runner.cc:387] Master server non-default flags:
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.254:43403
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data/info.pb
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.254
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28794
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/logs
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.183889 28794 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:11.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.184132 28794 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:11.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.186470 28802 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.186574 28799 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.186480 28800 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.187512 28794 server_base.cc:1061] running on GCE node
23:12:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.187757 28794 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:11.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.188078 28794 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:11.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.189232 28794 hybrid_clock.cc:648] HybridClock initialized: now 1783465931189213 us; error 37 us; skew 500 ppm
23:12:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.190415 28794 webserver.cc:534] Webserver started at http://127.28.27.254:33905/ using document root <none> and password file <none>
23:12:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.190580 28794 fs_manager.cc:362] Metadata directory not provided
23:12:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.190620 28794 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.190696 28794 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.191483 28794 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data/instance:
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d5f84196c52422ebb1dd9028103c8a7"
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.191746 28794 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal/instance:
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d5f84196c52422ebb1dd9028103c8a7"
23:12:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.192829 28794 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
23:12:11.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.193457 28808 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:11.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.193656 28794 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
23:12:11.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.193732 28794 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d5f84196c52422ebb1dd9028103c8a7"
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.193789 28794 fs_report.cc:389] FS layout report
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data/data
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:11.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.230206 28794 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:11.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.230582 28794 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:11.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.230728 28794 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:11.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.234495 28794 rpc_server.cc:307] RPC server started. Bound to: 127.28.27.254:43403
23:12:11.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.234529 28860 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.27.254:43403 every 8 connection(s)
23:12:11.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.234907 28794 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/data/info.pb
23:12:11.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.235502 28861 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:11.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.236788 28861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.237991 28783 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28794
23:12:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.238063 28783 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-0/wal/instance
23:12:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.238847 28783 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/logs
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data/info.pb
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.253:38707
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.253
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907 with env {}
23:12:11.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.246326 28861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.246749 28812 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.27.253:38707: connect: Connection refused (error 111)
23:12:11.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.247159 28861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.253:38707: Network error: Client connection negotiation failed: client connection to 127.28.27.253:38707: connect: Connection refused (error 111)
23:12:11.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.296362 28861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } attempt: 1
23:12:11.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.297219 28861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.253:38707: Network error: Client connection negotiation failed: client connection to 127.28.27.253:38707: connect: Connection refused (error 111)
23:12:11.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.313740 28864 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:11.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.313942 28864 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:11.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.313973 28864 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:11.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315675 28864 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315740 28864 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315760 28864 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315778 28864 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315793 28864 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:11.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.315807 28864 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46203/jwks.json
23:12:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.317584 28864 master_runner.cc:387] Master server non-default flags:
23:12:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.253:38707
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data/info.pb
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.253
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28864
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/logs
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.317848 28864 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.318109 28864 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.320586 28871 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.320642 28870 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.320708 28864 server_base.cc:1061] running on GCE node
23:12:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.320592 28873 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.320974 28864 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:11.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.321201 28864 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:11.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.322329 28864 hybrid_clock.cc:648] HybridClock initialized: now 1783465931322315 us; error 32 us; skew 500 ppm
23:12:11.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.323311 28864 webserver.cc:534] Webserver started at http://127.28.27.253:35205/ using document root <none> and password file <none>
23:12:11.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.323457 28864 fs_manager.cc:362] Metadata directory not provided
23:12:11.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.323488 28864 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:11.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.323555 28864 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.324401 28864 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data/instance:
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c14f45b0d834ed2a65854af8a437fcf"
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.324663 28864 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal/instance:
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c14f45b0d834ed2a65854af8a437fcf"
23:12:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.325686 28864 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.326299 28879 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.326432 28864 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.326478 28864 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c14f45b0d834ed2a65854af8a437fcf"
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.326519 28864 fs_report.cc:389] FS layout report
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data/data
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:11.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:11.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:11.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:11.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.344533 28864 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:11.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.344838 28864 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:11.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.344923 28864 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.348809 28864 rpc_server.cc:307] RPC server started. Bound to: 127.28.27.253:38707
23:12:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.348834 28931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.27.253:38707 every 8 connection(s)
23:12:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.349229 28864 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/data/info.pb
23:12:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.349820 28932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.351033 28932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.353477 28783 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28864
23:12:11.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.353544 28783 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-1/wal/instance
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.353930 28783 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/logs
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data/info.pb
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.252:44955
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.252
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907 with env {}
23:12:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.355650 28932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.359062 28932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.359858 28880 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.27.252:44955: connect: Connection refused (error 111)
23:12:11.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.360302 28932 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.252:44955: Network error: Client connection negotiation failed: client connection to 127.28.27.252:44955: connect: Connection refused (error 111)
23:12:11.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.365393 28861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } attempt: 2
23:12:11.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.368587 28861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.369227 28861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.252:44955: Network error: Client connection negotiation failed: client connection to 127.28.27.252:44955: connect: Connection refused (error 111)
23:12:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.409495 28932 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } attempt: 1
23:12:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.410341 28932 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.252:44955: Network error: Client connection negotiation failed: client connection to 127.28.27.252:44955: connect: Connection refused (error 111)
23:12:11.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.412390 28861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } attempt: 1
23:12:11.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.413218 28861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.27.252:44955: Network error: Client connection negotiation failed: client connection to 127.28.27.252:44955: connect: Connection refused (error 111)
23:12:11.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.431110 28934 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:11.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.431341 28934 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:11.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.431371 28934 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433108 28934 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433166 28934 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433184 28934 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433202 28934 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433216 28934 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:11.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.433230 28934 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46203/jwks.json
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.435029 28934 master_runner.cc:387] Master server non-default flags:
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.27.212:38065
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38907
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.27.254:43403,127.28.27.253:38707,127.28.27.252:44955
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.27.252:44955
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:11.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46203/jwks.json
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data/info.pb
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.27.252
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28934
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/logs
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.435307 28934 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:11.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.435587 28934 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.438272 28944 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.438239 28942 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.438360 28934 server_base.cc:1061] running on GCE node
23:12:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.438519 28941 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:11.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.438727 28934 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.439002 28934 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.440140 28934 hybrid_clock.cc:648] HybridClock initialized: now 1783465931440115 us; error 41 us; skew 500 ppm
23:12:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.441179 28934 webserver.cc:534] Webserver started at http://127.28.27.252:36947/ using document root <none> and password file <none>
23:12:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.441330 28934 fs_manager.cc:362] Metadata directory not provided
23:12:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.441360 28934 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.441428 28934 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.442245 28934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data/instance:
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8395421096b4cd1adb42a72fea672b5"
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.442498 28934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal/instance:
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8395421096b4cd1adb42a72fea672b5"
23:12:11.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.443583 28934 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.444196 28950 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.444366 28934 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.444442 28934 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8395421096b4cd1adb42a72fea672b5"
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:11 on dist-test-slave-mcs4"
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.444504 28934 fs_report.cc:389] FS layout report
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data/data
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:11.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:11.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:11.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.454663 28934 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:11.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.455016 28934 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:11.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.455144 28934 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:11.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.459817 28934 rpc_server.cc:307] RPC server started. Bound to: 127.28.27.252:44955
23:12:11.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.459853 29002 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.27.252:44955 every 8 connection(s)
23:12:11.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.460397 28934 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/data/info.pb
23:12:11.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.460371 28861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } attempt: 2
23:12:11.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.461107 29003 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:11.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.463096 29003 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.466375 28861 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: Bootstrap starting.
23:12:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.467062 28861 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: Neither blocks nor log segments found. Creating new log.
23:12:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.467269 28861 log.cc:826] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: Log is configured to *not* fsync() on all Append() calls
23:12:11.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.467837 29003 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.468065 28861 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: No bootstrap required, opened a new log
23:12:11.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.468303 28783 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 28934
23:12:11.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.468381 28783 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster5687029017526342540/master-2/wal/instance
23:12:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.470225 28861 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.470567 28861 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.470646 28861 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d5f84196c52422ebb1dd9028103c8a7, State: Initialized, Role: FOLLOWER
23:12:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.470777 28861 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.471112 28861 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: configured and running, proceeding with master startup.
23:12:11.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.471328 29003 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } has no permanent_uuid. Determining permanent_uuid...
23:12:11.474 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:11.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.475530 29020 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:11.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.474164 28794 master_runner.cc:187] Error getting master registration for 127.28.27.253:38707: OK, instance_id { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" instance_seqno: 1783465931347723 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.475841 28794 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.475957 29008 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.476032 29008 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.476115 29003 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: Bootstrap starting.
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.476775 29003 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: Neither blocks nor log segments found. Creating new log.
23:12:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.476919 29023 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:11.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.476960 29023 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:11.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.477322 29003 log.cc:826] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: Log is configured to *not* fsync() on all Append() calls
23:12:11.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.478415 29003 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: No bootstrap required, opened a new log
23:12:11.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.478509 28932 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } attempt: 2
23:12:11.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.480248 29003 raft_consensus.cc:359] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.480556 29003 raft_consensus.cc:385] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:11.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.480726 29003 raft_consensus.cc:740] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8395421096b4cd1adb42a72fea672b5, State: Initialized, Role: FOLLOWER
23:12:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.480988 29003 consensus_queue.cc:260] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.481357 28814 tablet.cc:2406] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.481600 29003 sys_catalog.cc:565] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: configured and running, proceeding with master startup.
23:12:11.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.483428 28932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: Bootstrap starting.
23:12:11.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.484162 28932 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: Neither blocks nor log segments found. Creating new log.
23:12:11.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.484390 28932 log.cc:826] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: Log is configured to *not* fsync() on all Append() calls
23:12:11.485 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:11.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.485842 28783 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:11.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.485913 29038 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:11.486 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:11.486 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:11.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.487262 28932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: No bootstrap required, opened a new log
23:12:11.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.488682 28932 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.488799 28932 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.488826 28932 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c14f45b0d834ed2a65854af8a437fcf, State: Initialized, Role: FOLLOWER
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.488857 29027 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.488948 29027 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.489607 29041 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:11.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.489828 29041 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:11.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.490116 28932 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.489 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.27.254"
      port: 43403
    }
    bound_http_address {
      host: "127.28.27.254"
      port: 33905
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.27.253"
      port: 38707
    }
    bound_http_address {
      host: "127.28.27.253"
      port: 35205
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.27.252"
      port: 44955
    }
    bound_http_address {
      host: "127.28.27.252"
      port: 36947
    }
  }
}

23:12:11.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.490648 28932 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: configured and running, proceeding with master startup.
23:12:11.490 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:12:11.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.490124 28934 master_runner.cc:187] Error getting master registration for 127.28.27.253:38707: OK, instance_id { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" instance_seqno: 1783465931347723 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.491827 28934 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.493017 29059 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.494520 29059 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:11.495 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:11.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.495759 28864 master_runner.cc:264] No leader master found from master 0c14f45b0d834ed2a65854af8a437fcf
23:12:11.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.495805 28864 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:11.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:11.496021 29056 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:11.496 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.496409 29027 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.496495 29027 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.496701 29027 leader_election.cc:290] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d5f84196c52422ebb1dd9028103c8a7 (127.28.27.254:43403), 0c14f45b0d834ed2a65854af8a437fcf (127.28.27.253:38707)
23:12:11.497 [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=22ebb73e-b2c9-4e98-8d40-664aa3f392bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.27.253:38707,127.28.27.252:44955,127.28.27.254:43403}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:11.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.496984 28835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8395421096b4cd1adb42a72fea672b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d5f84196c52422ebb1dd9028103c8a7" is_pre_election: true
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.497105 28835 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8395421096b4cd1adb42a72fea672b5 in term 0.
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.497301 28952 leader_election.cc:304] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [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: 9d5f84196c52422ebb1dd9028103c8a7, a8395421096b4cd1adb42a72fea672b5; no voters: 
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.497844 28906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8395421096b4cd1adb42a72fea672b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c14f45b0d834ed2a65854af8a437fcf" is_pre_election: true
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.498008 28906 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8395421096b4cd1adb42a72fea672b5 in term 0.
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.498221 29027 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.498283 29027 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.498306 29027 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 0 FOLLOWER]: Advancing to term 1
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.499327 29027 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.499449 29027 leader_election.cc:290] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [CANDIDATE]: Term 1 election: Requested vote from peers 9d5f84196c52422ebb1dd9028103c8a7 (127.28.27.254:43403), 0c14f45b0d834ed2a65854af8a437fcf (127.28.27.253:38707)
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.499722 28906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8395421096b4cd1adb42a72fea672b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c14f45b0d834ed2a65854af8a437fcf"
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.499785 28906 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 0 FOLLOWER]: Advancing to term 1
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.500658 28906 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8395421096b4cd1adb42a72fea672b5 in term 1.
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.500770 28835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8395421096b4cd1adb42a72fea672b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d5f84196c52422ebb1dd9028103c8a7"
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.500850 28835 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 0 FOLLOWER]: Advancing to term 1
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.501585 28835 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8395421096b4cd1adb42a72fea672b5 in term 1.
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.501750 28952 leader_election.cc:304] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [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: 9d5f84196c52422ebb1dd9028103c8a7, a8395421096b4cd1adb42a72fea672b5; no voters: 
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.501929 29027 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 1 FOLLOWER]: Leader election won for term 1
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.502084 29027 raft_consensus.cc:697] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [term 1 LEADER]: Becoming Leader. State: Replica: a8395421096b4cd1adb42a72fea672b5, State: Running, Role: LEADER
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.502179 29027 consensus_queue.cc:237] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [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: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } }
23:12:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.502518 29027 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8395421096b4cd1adb42a72fea672b5. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.502585 29027 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: This master's current role is: LEADER
23:12:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.503851 29064 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:12:11.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.504065 29064 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:12:11.506 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:11.506 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:11.508 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@326697e0, with PersistenceManager: null will be shutdown
23:12:11.511 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@326697e0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c045108 created in the thread with id: 86
23:12:11.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.516957 28906 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [term 1 FOLLOWER]: Refusing update from remote peer a8395421096b4cd1adb42a72fea672b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:11.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.517244 29027 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:11.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.519243 28835 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [term 1 FOLLOWER]: Refusing update from remote peer a8395421096b4cd1adb42a72fea672b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:11.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.519491 29027 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:11.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.520567 29008 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8395421096b4cd1adb42a72fea672b5. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.520649 29008 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.522800 29062 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.522891 29062 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: This master's current role is: LEADER
23:12:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.523550 29008 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.523649 29008 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7 [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.524194 29065 mvcc.cc:204] Tried to move back new op lower bound from 7305076455490412544 to 7305076455433498624. Current Snapshot: MvccSnapshot[applied={T|T < 7305076455490412544}]
23:12:11.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.524421 29069 mvcc.cc:204] Tried to move back new op lower bound from 7305076455490412544 to 7305076455433498624. Current Snapshot: MvccSnapshot[applied={T|T < 7305076455490412544}]
23:12:11.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.524945 29027 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.525019 29027 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5 [sys.catalog]: This master's current role is: LEADER
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.525897 29067 mvcc.cc:204] Tried to move back new op lower bound from 7305076455490412544 to 7305076455433498624. Current Snapshot: MvccSnapshot[applied={T|T < 7305076455490412544}]
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526139 29066 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526351 29066 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526513 29066 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8395421096b4cd1adb42a72fea672b5. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526683 29066 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526830 29066 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a8395421096b4cd1adb42a72fea672b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d5f84196c52422ebb1dd9028103c8a7" member_type: VOTER last_known_addr { host: "127.28.27.254" port: 43403 } } peers { permanent_uuid: "0c14f45b0d834ed2a65854af8a437fcf" member_type: VOTER last_known_addr { host: "127.28.27.253" port: 38707 } } peers { permanent_uuid: "a8395421096b4cd1adb42a72fea672b5" member_type: VOTER last_known_addr { host: "127.28.27.252" port: 44955 } } }
23:12:11.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.526994 29066 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf [sys.catalog]: This master's current role is: FOLLOWER
23:12:11.529 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@326697e0
23:12:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.528246 29064 catalog_manager.cc:1382] Generated new cluster ID: e4d83895968e46f2a45308183967a344
23:12:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.528296 29064 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:12:11.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.571121 29064 catalog_manager.cc:1405] Generated new certificate authority record
23:12:11.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.572245 29064 catalog_manager.cc:1539] Loading token signing keys...
23:12:11.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.596482 29064 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a8395421096b4cd1adb42a72fea672b5: Generated new TSK 0
23:12:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.597012 29064 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:12:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.597308 29064 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:12:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:11.597489 29064 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:12:11.967 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:11.973 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:11.973 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:12.047 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:12.054 [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/hive11207936450934677771/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=22ebb73e-b2c9-4e98-8d40-664aa3f392bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.27.253:38707,127.28.27.252:44955,127.28.27.254:43403}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:12.056 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11207936450934677771/external-warehouse/table
23:12:12.197 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:12.245 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:12.247 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:12.360 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:12.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.477536 29023 catalog_manager.cc:1294] Loaded cluster ID: e4d83895968e46f2a45308183967a344
23:12:12.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.477617 29023 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: loading cluster ID for follower catalog manager: success
23:12:12.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.478941 29023 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: acquiring CA information for follower catalog manager: success
23:12:12.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.479261 29023 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9d5f84196c52422ebb1dd9028103c8a7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:12.481 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:12.481827 29020 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:12.487 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:12.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:12.488344 29038 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:12.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.495072 29059 catalog_manager.cc:1294] Loaded cluster ID: e4d83895968e46f2a45308183967a344
23:12:12.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.495177 29059 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: loading cluster ID for follower catalog manager: success
23:12:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.496559 29059 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: acquiring CA information for follower catalog manager: success
23:12:12.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:12.496894 29059 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 0c14f45b0d834ed2a65854af8a437fcf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:12.506 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:12.507159 29056 client.h:372] Failed to connect to Hive Metastore (localhost:38907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:12.569 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:12.613 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:12.642 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:12.758 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:12:12.759 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:12:12.760 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.27.253:38707(127.28.27.253:38707)] connecting to peer
23:12:12.762 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.27.252:44955(127.28.27.252:44955)] connecting to peer
23:12:12.763 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.27.253:38707(127.28.27.253:38707)] Successfully connected to peer
23:12:12.764 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.27.254:43403(127.28.27.254:43403)] connecting to peer
23:12:12.765 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.27.252:44955(127.28.27.252:44955)] Successfully connected to peer
23:12:12.774 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.27.253
23:12:12.775 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.27.252
23:12:12.776 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.27.254:43403(127.28.27.254:43403)] Successfully connected to peer
23:12:12.793 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.27.254
23:12:12.813 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:12.819 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xda2ae493, L:/127.0.0.1:37460 - R:/127.28.27.254:43403] using SASL/PLAIN
23:12:12.828 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:12.832 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:12.839 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3cbda25d, L:/127.0.0.1:40210 - R:/127.28.27.252:44955] using SASL/PLAIN
23:12:12.840 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6611eeb8, L:/127.0.0.1:46746 - R:/127.28.27.253:38707] using SASL/PLAIN
23:12:12.843 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:12:12.850 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:12.852 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:12.880 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:12.881 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:12.927 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:12.944 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:12:12.946 [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=22ebb73e-b2c9-4e98-8d40-664aa3f392bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.27.253:38707,127.28.27.252:44955,127.28.27.254:43403}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:12.949 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:12.952 [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/hive11207936450934677771/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=22ebb73e-b2c9-4e98-8d40-664aa3f392bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.27.253:38707,127.28.27.252:44955,127.28.27.254:43403}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:12.954 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11207936450934677771/external-warehouse/table
23:12:12.994 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:13.010 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:13.011 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:13.033 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:13.052 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:13.054 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:13.057 [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/hive11207936450934677771/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:13.058 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive11207936450934677771/external-warehouse/table specified for non-external table:table
23:12:13.059 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11207936450934677771/external-warehouse/table
23:12:13.085 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:13.097 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:13.098 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:13.129 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:13.146 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:12:13.288 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:13.300 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:13.301 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:13.317 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:13.334 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:13.337 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:13.338 [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/hive11207936450934677771/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:13.341 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11207936450934677771/external-warehouse/table
23:12:13.358 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:13.369 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:13.370 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:13.401 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:12:13.417 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:13.417 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:12:13.417 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@326697e0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c045108 will be shutdown
23:12:13.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:13.417507 28783 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28794
23:12:13.418 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:12:13.424 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.27.254:43403(127.28.27.254:43403)] handling channelInactive
23:12:13.424 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.27.254:43403(127.28.27.254:43403)] cleaning up while in state READY due to: connection closed
23:12:13.428 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.27.253:38707(127.28.27.253:38707)] handling channelInactive
23:12:13.428 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.27.253:38707(127.28.27.253:38707)] cleaning up while in state READY due to: connection closed
23:12:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:13.424038 28783 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28864
23:12:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:13.429570 28783 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 28934
23:12:13.434 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.27.252:44955(127.28.27.252:44955)] handling channelInactive
23:12:13.434 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.27.252:44955(127.28.27.252:44955)] cleaning up while in state READY due to: connection closed
23:12:13.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:13Z chronyd exiting
.23:12:13.475 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:13.475 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:13.476 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:13.504 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive17294972894742798087
23:12:13.505 [INFO - Thread-68] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:13.505 [INFO - Thread-68] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:13.507 [INFO - Thread-68] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:13.507 [INFO - Thread-68] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:13.507 [INFO - Thread-68] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:12:13.508 [INFO - Thread-68] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:12:13.510 [INFO - Thread-68] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:12:13.510 [INFO - Thread-68] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:12:13.511 [INFO - Thread-68] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:12:13.511 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:13.513 [INFO - Thread-68] (HikariDataSource.java:80) objectstore - Starting...
23:12:13.598 [INFO - Thread-68] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:13.598 [INFO - Thread-68] (HikariDataSource.java:82) objectstore - Start completed.
23:12:13.599 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:13.601 [INFO - Thread-68] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:13.603 [INFO - Thread-68] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:13.604 [INFO - Thread-68] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:13.623 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:13.623 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:13.624 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:13.655 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.656 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.657 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.657 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.658 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.658 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:13.903 [INFO - Thread-68] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:13.903 [INFO - Thread-68] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: null will be shutdown
23:12:13.904 [INFO - Thread-68] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@46dca1d1 created in the thread with id: 104
23:12:13.905 [WARN - Thread-68] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:13.906 [INFO - Thread-68] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626
23:12:14.027 [INFO - Thread-68] (HMSHandler.java:595) Started creating a default database with name: default
23:12:14.048 [INFO - Thread-68] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:14.079 [INFO - Thread-68] (HMSHandler.java:668) Added admin role in metastore
23:12:14.081 [INFO - Thread-68] (HMSHandler.java:677) Added public role in metastore
23:12:14.110 [INFO - Thread-68] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:14.110 [INFO - Thread-68] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:14.111 [INFO - Thread-68] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:14.111 [INFO - Thread-68] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:14.112 [WARN - Thread-68] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:14.112 [INFO - Thread-68] (HiveMetaStore.java:632) Started the new metaserver on port [36799]...
23:12:14.112 [INFO - Thread-68] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:14.112 [INFO - Thread-68] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:14.112 [INFO - Thread-68] (HiveMetaStore.java:635) TCP keepalive = true
23:12:14.112 [INFO - Thread-68] (HiveMetaStore.java:636) Enable SSL = false
23:12:14.506 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:14.506 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:14.507 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:14.508 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:14.508 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36799]
23:12:14.508 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36799) in binary transport mode
23:12:14.509 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36799) current connections: 1
23:12:14.510 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:14.510 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:14.511 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:14.513 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36799"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:12:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.587798 29122 mini_oidc.cc:150] Starting JWKS server
23:12:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.588335 29122 webserver.cc:534] Webserver started at http://127.0.0.1:40721/ using document root <none> and password file <none>
23:12:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.588399 29122 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.588510 29122 webserver.cc:534] Webserver started at http://127.0.0.1:42209/ using document root <none> and password file <none>
23:12:14.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:14.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:14Z Disabled control of system clock
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.597553 29122 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/logs
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data/info.pb
23:12:14.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.190:34373
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.190
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799 with env {}
23:12:14.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.672031 29133 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:14.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.672223 29133 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:14.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.672252 29133 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.673897 29133 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.673951 29133 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.673969 29133 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.673991 29133 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.674012 29133 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.674026 29133 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40721/jwks.json
23:12:14.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.675722 29133 master_runner.cc:387] Master server non-default flags:
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.190:34373
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data/info.pb
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.190
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29133
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:14.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/logs
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.675989 29133 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:14.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.676282 29133 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.678879 29139 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.678898 29133 server_base.cc:1061] running on GCE node
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.678966 29141 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.679086 29138 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.679296 29133 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.679572 29133 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.680719 29133 hybrid_clock.cc:648] HybridClock initialized: now 1783465934680692 us; error 38 us; skew 500 ppm
23:12:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.681800 29133 webserver.cc:534] Webserver started at http://127.28.112.190:42273/ using document root <none> and password file <none>
23:12:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.681993 29133 fs_manager.cc:362] Metadata directory not provided
23:12:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.682052 29133 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.682163 29133 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.682998 29133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data/instance:
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "215fc16fc2e24803ac0beeccc70a7f46"
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.683323 29133 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal/instance:
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "215fc16fc2e24803ac0beeccc70a7f46"
23:12:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.684511 29133 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.685101 29147 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.685251 29133 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.685321 29133 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "215fc16fc2e24803ac0beeccc70a7f46"
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.685376 29133 fs_report.cc:389] FS layout report
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data/data
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.697523 29133 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:14.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.697885 29133 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:14.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.698027 29133 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.701851 29133 rpc_server.cc:307] RPC server started. Bound to: 127.28.112.190:34373
23:12:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.701884 29199 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.112.190:34373 every 8 connection(s)
23:12:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.702239 29133 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/data/info.pb
23:12:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.702780 29200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:14.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.704087 29200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.709249 29200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.709704 29151 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.112.189:38997: connect: Connection refused (error 111)
23:12:14.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.710152 29200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.189:38997: Network error: Client connection negotiation failed: client connection to 127.28.112.189:38997: connect: Connection refused (error 111)
23:12:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.711169 29122 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29133
23:12:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.711238 29122 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-0/wal/instance
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.711959 29122 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/logs
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data/info.pb
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.189:38997
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.189
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799 with env {}
23:12:14.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.759348 29200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } attempt: 1
23:12:14.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.760141 29200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.189:38997: Network error: Client connection negotiation failed: client connection to 127.28.112.189:38997: connect: Connection refused (error 111)
23:12:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.786917 29204 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.787114 29204 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.787143 29204 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788844 29204 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788910 29204 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788929 29204 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788945 29204 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788957 29204 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.788967 29204 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40721/jwks.json
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.790578 29204 master_runner.cc:387] Master server non-default flags:
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal
23:12:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.189:38997
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data/info.pb
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.189
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29204
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/logs
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.790793 29204 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.790966 29204 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.793207 29210 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.793205 29209 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.793207 29212 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.793223 29204 server_base.cc:1061] running on GCE node
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.793560 29204 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:14.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.793747 29204 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.794898 29204 hybrid_clock.cc:648] HybridClock initialized: now 1783465934794882 us; error 38 us; skew 500 ppm
23:12:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.795953 29204 webserver.cc:534] Webserver started at http://127.28.112.189:34039/ using document root <none> and password file <none>
23:12:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.796114 29204 fs_manager.cc:362] Metadata directory not provided
23:12:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.796154 29204 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.796233 29204 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.796998 29204 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data/instance:
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "61f3fc8888a44b04b8b481e0aa1d3946"
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.797254 29204 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal/instance:
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "61f3fc8888a44b04b8b481e0aa1d3946"
23:12:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.798271 29204 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
23:12:14.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.798827 29218 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.798954 29204 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.799000 29204 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "61f3fc8888a44b04b8b481e0aa1d3946"
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.799037 29204 fs_report.cc:389] FS layout report
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data/data
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:14.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.820417 29204 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:14.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.820719 29204 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:14.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.820801 29204 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.824648 29204 rpc_server.cc:307] RPC server started. Bound to: 127.28.112.189:38997
23:12:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.824687 29270 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.112.189:38997 every 8 connection(s)
23:12:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.824954 29204 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/data/info.pb
23:12:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.825436 29271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.825820 29122 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29204
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.825899 29122 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-1/wal/instance
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.826263 29122 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/logs
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data/info.pb
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.188:34099
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.188
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799 with env {}
23:12:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.826960 29271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.828298 29200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } attempt: 2
23:12:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.832247 29271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.832664 29200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.833267 29200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.188:34099: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.835860 29271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.836315 29219 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.836766 29271 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.188:34099: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.876446 29200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } attempt: 1
23:12:14.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.877270 29200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.188:34099: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.885967 29271 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } attempt: 1
23:12:14.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.886852 29271 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.188:34099: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.908551 29272 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.908730 29272 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.908748 29272 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910234 29272 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910282 29272 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910295 29272 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910305 29272 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910315 29272 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.910324 29272 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40721/jwks.json
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.911896 29272 master_runner.cc:387] Master server non-default flags:
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.112.148:41391
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36799
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.112.190:34373,127.28.112.189:38997,127.28.112.188:34099
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.112.188:34099
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40721/jwks.json
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data/info.pb
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.112.188
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29272
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/logs
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.912150 29272 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.912362 29272 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:14.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.914371 29280 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.914449 29281 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.914367 29283 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.915364 29272 server_base.cc:1061] running on GCE node
23:12:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.915531 29272 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.915721 29272 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:14.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.916857 29272 hybrid_clock.cc:648] HybridClock initialized: now 1783465934916819 us; error 48 us; skew 500 ppm
23:12:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.917943 29272 webserver.cc:534] Webserver started at http://127.28.112.188:41333/ using document root <none> and password file <none>
23:12:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.918134 29272 fs_manager.cc:362] Metadata directory not provided
23:12:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.918192 29272 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.918299 29272 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.919131 29272 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data/instance:
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57c5097d26464626bc35b4e5b61c7113"
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.919454 29272 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal/instance:
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57c5097d26464626bc35b4e5b61c7113"
23:12:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.920626 29272 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.921247 29289 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.921412 29272 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.921483 29272 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57c5097d26464626bc35b4e5b61c7113"
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:14 on dist-test-slave-mcs4"
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.921540 29272 fs_report.cc:389] FS layout report
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data/data
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:14.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.924441 29200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } attempt: 2
23:12:14.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.925042 29200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.112.188:34099: Network error: Client connection negotiation failed: client connection to 127.28.112.188:34099: connect: Connection refused (error 111)
23:12:14.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.936182 29272 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:14.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.936548 29272 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:14.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.936698 29272 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:14.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.940492 29272 rpc_server.cc:307] RPC server started. Bound to: 127.28.112.188:34099
23:12:14.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.940529 29341 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.112.188:34099 every 8 connection(s)
23:12:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.940900 29272 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/data/info.pb
23:12:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.941483 29342 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:14.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.942715 29342 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.944603 29122 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29272
23:12:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.944667 29122 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster14991744634466400027/master-2/wal/instance
23:12:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.947175 29342 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.949878 29342 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
23:12:14.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.953598 29342 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: Bootstrap starting.
23:12:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.954304 29342 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: Neither blocks nor log segments found. Creating new log.
23:12:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.954571 29342 log.cc:826] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: Log is configured to *not* fsync() on all Append() calls
23:12:14.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.954993 29271 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } attempt: 2
23:12:14.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.955211 29342 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: No bootstrap required, opened a new log
23:12:14.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.956853 29342 raft_consensus.cc:359] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:14.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.957158 29342 raft_consensus.cc:385] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:14.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.957330 29342 raft_consensus.cc:740] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57c5097d26464626bc35b4e5b61c7113, State: Initialized, Role: FOLLOWER
23:12:14.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.957358 29122 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.957618 29342 consensus_queue.cc:260] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:14.958 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.958258 29342 sys_catalog.cc:565] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: configured and running, proceeding with master startup.
23:12:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.958266 29347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:14.958 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.958627 29347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: This master's current role is: FOLLOWER
23:12:14.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.959290 29271 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: Bootstrap starting.
23:12:14.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.960041 29271 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: Neither blocks nor log segments found. Creating new log.
23:12:14.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.960310 29271 log.cc:826] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: Log is configured to *not* fsync() on all Append() calls
23:12:14.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.960992 29271 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: No bootstrap required, opened a new log
23:12:14.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.960790 29272 master_runner.cc:187] Error getting master registration for 127.28.112.190:34373: OK, instance_id { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" instance_seqno: 1783465934700881 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:14.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.962592 29272 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:14.960 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.112.190"
      port: 34373
    }
    bound_http_address {
      host: "127.28.112.190"
      port: 42273
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.112.189"
      port: 38997
    }
    bound_http_address {
      host: "127.28.112.189"
      port: 34039
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.112.188"
      port: 34099
    }
    bound_http_address {
      host: "127.28.112.188"
      port: 41333
    }
  }
}

23:12:14.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.963043 29271 raft_consensus.cc:359] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:14.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.963166 29271 raft_consensus.cc:385] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:14.963 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:12:14.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.963210 29271 raft_consensus.cc:740] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61f3fc8888a44b04b8b481e0aa1d3946, State: Initialized, Role: FOLLOWER
23:12:14.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.963335 29271 consensus_queue.cc:260] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:14.963 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:14.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.963618 29271 sys_catalog.cc:565] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: configured and running, proceeding with master startup.
23:12:14.964 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.965799 29377 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.965986 29377 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:14.966 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:14.966 [INFO - Metastore-Handler-Pool: Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:14.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.966920 29363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:14.967 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: null will be shutdown
23:12:14.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.967139 29363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: This master's current role is: FOLLOWER
23:12:14.967 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@124f3897 created in the thread with id: 125
23:12:14.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.966487 29204 master_runner.cc:187] Error getting master registration for 127.28.112.190:34373: OK, instance_id { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" instance_seqno: 1783465934700881 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:14.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:14.967950 29204 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:14.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.969249 29361 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:14.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.969295 29361 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:14.972 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952
23:12:14.976 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:14.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.976646 29358 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:14.978 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:14.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:14.978670 29374 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.032176 29200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } attempt: 3
23:12:15.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.037115 29200 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: Bootstrap starting.
23:12:15.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.037863 29200 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: Neither blocks nor log segments found. Creating new log.
23:12:15.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.038118 29200 log.cc:826] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: Log is configured to *not* fsync() on all Append() calls
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.048543 29200 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: No bootstrap required, opened a new log
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.050822 29200 raft_consensus.cc:359] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.050966 29200 raft_consensus.cc:385] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.050994 29200 raft_consensus.cc:740] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 215fc16fc2e24803ac0beeccc70a7f46, State: Initialized, Role: FOLLOWER
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.051105 29200 consensus_queue.cc:260] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.051445 29200 sys_catalog.cc:565] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: configured and running, proceeding with master startup.
23:12:15.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.054242 29397 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:15.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.054512 29397 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.055934 29383 sys_catalog.cc:455] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.056241 29383 sys_catalog.cc:458] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: This master's current role is: FOLLOWER
23:12:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.056478 29133 master_runner.cc:264] No leader master found from master 215fc16fc2e24803ac0beeccc70a7f46
23:12:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.056529 29133 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:15.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.071571 29224 tablet.cc:2406] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:15.072 [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=	
23:12:15.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.073324 29394 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:15.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.187310 29295 tablet.cc:2406] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:15.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.198796 29153 tablet.cc:2406] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:15.302 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:15.310 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:15.310 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:15.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.379105 29363 raft_consensus.cc:493] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:15.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.379289 29363 raft_consensus.cc:515] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:15.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.379565 29363 leader_election.cc:290] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 215fc16fc2e24803ac0beeccc70a7f46 (127.28.112.190:34373), 57c5097d26464626bc35b4e5b61c7113 (127.28.112.188:34099)
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.379952 29174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "215fc16fc2e24803ac0beeccc70a7f46" is_pre_election: true
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.379946 29316 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57c5097d26464626bc35b4e5b61c7113" is_pre_election: true
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380097 29174 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61f3fc8888a44b04b8b481e0aa1d3946 in term 0.
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380097 29316 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61f3fc8888a44b04b8b481e0aa1d3946 in term 0.
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380295 29219 leader_election.cc:304] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [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: 57c5097d26464626bc35b4e5b61c7113, 61f3fc8888a44b04b8b481e0aa1d3946; no voters: 
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380486 29363 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380538 29363 raft_consensus.cc:493] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:12:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.380560 29363 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 0 FOLLOWER]: Advancing to term 1
23:12:15.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.381507 29363 raft_consensus.cc:515] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:15.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.381672 29363 leader_election.cc:290] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [CANDIDATE]: Term 1 election: Requested vote from peers 215fc16fc2e24803ac0beeccc70a7f46 (127.28.112.190:34373), 57c5097d26464626bc35b4e5b61c7113 (127.28.112.188:34099)
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.381920 29316 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57c5097d26464626bc35b4e5b61c7113"
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.381996 29174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "215fc16fc2e24803ac0beeccc70a7f46"
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.382009 29316 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 0 FOLLOWER]: Advancing to term 1
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.382066 29174 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 0 FOLLOWER]: Advancing to term 1
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.382802 29316 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61f3fc8888a44b04b8b481e0aa1d3946 in term 1.
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.382802 29174 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61f3fc8888a44b04b8b481e0aa1d3946 in term 1.
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.382966 29219 leader_election.cc:304] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [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: 57c5097d26464626bc35b4e5b61c7113, 61f3fc8888a44b04b8b481e0aa1d3946; no voters: 
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.383049 29363 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 1 FOLLOWER]: Leader election won for term 1
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.383176 29363 raft_consensus.cc:697] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [term 1 LEADER]: Becoming Leader. State: Replica: 61f3fc8888a44b04b8b481e0aa1d3946, State: Running, Role: LEADER
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.383270 29363 consensus_queue.cc:237] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [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: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } }
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.383625 29363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 61f3fc8888a44b04b8b481e0aa1d3946. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.383699 29363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: This master's current role is: LEADER
23:12:15.384 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:12:15.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.388094 29403 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:12:15.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.388552 29403 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:12:15.390 [INFO - Metastore-Handler-Pool: Thread-125] (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/hive17294972894742798087/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:15.392 [INFO - Metastore-Handler-Pool: Thread-125] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17294972894742798087/external-warehouse/legacy_table
23:12:15.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.395057 29316 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [term 1 FOLLOWER]: Refusing update from remote peer 61f3fc8888a44b04b8b481e0aa1d3946: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.397060 29174 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [term 1 FOLLOWER]: Refusing update from remote peer 61f3fc8888a44b04b8b481e0aa1d3946: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.397403 29363 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.397545 29401 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [LEADER]: Connected to new peer: Peer: permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:15.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.398785 29383 sys_catalog.cc:455] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 61f3fc8888a44b04b8b481e0aa1d3946. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.398885 29383 sys_catalog.cc:458] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: This master's current role is: FOLLOWER
23:12:15.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.399793 29347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 61f3fc8888a44b04b8b481e0aa1d3946. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.399897 29347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: This master's current role is: FOLLOWER
23:12:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401019 29363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401111 29363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: This master's current role is: LEADER
23:12:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401165 29405 mvcc.cc:204] Tried to move back new op lower bound from 7305076471375192064 to 7305076471330549760. Current Snapshot: MvccSnapshot[applied={T|T < 7305076471375192064}]
23:12:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401479 29347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401563 29347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113 [sys.catalog]: This master's current role is: FOLLOWER
23:12:15.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.401981 29409 mvcc.cc:204] Tried to move back new op lower bound from 7305076471375192064 to 7305076471330549760. Current Snapshot: MvccSnapshot[applied={T|T < 7305076471375192064}]
23:12:15.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.402380 29403 catalog_manager.cc:1382] Generated new cluster ID: d347544334e04b6898711a626afa4361
23:12:15.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.402431 29403 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:12:15.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.405031 29401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.405123 29401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946 [sys.catalog]: This master's current role is: LEADER
23:12:15.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.405561 29383 sys_catalog.cc:455] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "215fc16fc2e24803ac0beeccc70a7f46" member_type: VOTER last_known_addr { host: "127.28.112.190" port: 34373 } } peers { permanent_uuid: "61f3fc8888a44b04b8b481e0aa1d3946" member_type: VOTER last_known_addr { host: "127.28.112.189" port: 38997 } } peers { permanent_uuid: "57c5097d26464626bc35b4e5b61c7113" member_type: VOTER last_known_addr { host: "127.28.112.188" port: 34099 } } }
23:12:15.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.405653 29383 sys_catalog.cc:458] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46 [sys.catalog]: This master's current role is: FOLLOWER
23:12:15.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.405879 29407 mvcc.cc:204] Tried to move back new op lower bound from 7305076471375192064 to 7305076471330549760. Current Snapshot: MvccSnapshot[applied={T|T < 7305076471375192064}]
23:12:15.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.420991 29403 catalog_manager.cc:1405] Generated new certificate authority record
23:12:15.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.422083 29403 catalog_manager.cc:1539] Loading token signing keys...
23:12:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.433439 29403 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 61f3fc8888a44b04b8b481e0aa1d3946: Generated new TSK 0
23:12:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.434051 29403 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:12:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.434405 29403 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:12:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.434621 29403 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:12:15.500 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:12:15.531 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:15.540 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
23:12:15.553 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:12:15.618 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:12:15.618 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:12:15.728 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
23:12:15.756 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
23:12:15.799 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
23:12:15.809 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:15.810 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
23:12:15.939 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:15.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.969765 29361 catalog_manager.cc:1294] Loaded cluster ID: d347544334e04b6898711a626afa4361
23:12:15.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.969864 29361 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: loading cluster ID for follower catalog manager: success
23:12:15.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.971267 29361 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: acquiring CA information for follower catalog manager: success
23:12:15.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:15.971652 29361 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 57c5097d26464626bc35b4e5b61c7113: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:15.978 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:15.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.979300 29358 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:15.980 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:15.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:15.981007 29374 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:16.053 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.055050 29397 catalog_manager.cc:1294] Loaded cluster ID: d347544334e04b6898711a626afa4361
23:12:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.055141 29397 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: loading cluster ID for follower catalog manager: success
23:12:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.056506 29397 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: acquiring CA information for follower catalog manager: success
23:12:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.056881 29397 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 215fc16fc2e24803ac0beeccc70a7f46: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:16.077 [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=	
23:12:16.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:16.077507 29394 client.h:372] Failed to connect to Hive Metastore (localhost:36799): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:16.092 [WARN - Metastore-Handler-Pool: Thread-125] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:16.213 [INFO - Metastore-Handler-Pool: Thread-125] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:12:16.214 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:16.215 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:12:16.215 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@124f3897 will be shutdown
23:12:16.215 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:12:16.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.215201 29122 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29133
23:12:16.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.222258 29122 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29204
23:12:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:16.228313 29122 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29272
23:12:16.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:16Z chronyd exiting
.23:12:16.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:16.279 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:16.279 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:16.305 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive14419071738230692110
23:12:16.307 [INFO - Thread-92] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:16.307 [INFO - Thread-92] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:16.309 [INFO - Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:16.310 [INFO - Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:16.310 [INFO - Thread-92] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:12:16.311 [INFO - Thread-92] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:12:16.312 [INFO - Thread-92] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:12:16.312 [INFO - Thread-92] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:12:16.314 [INFO - Thread-92] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:12:16.314 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:16.316 [INFO - Thread-92] (HikariDataSource.java:80) objectstore - Starting...
23:12:16.379 [INFO - Thread-92] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:16.381 [INFO - Thread-92] (HikariDataSource.java:82) objectstore - Start completed.
23:12:16.381 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:16.382 [INFO - Thread-92] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:16.384 [INFO - Thread-92] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:16.385 [INFO - Thread-92] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:16.399 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:16.399 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:16.400 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:16.422 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.423 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.424 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.424 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.425 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.425 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:16.692 [INFO - Thread-92] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:16.693 [INFO - Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20, with PersistenceManager: null will be shutdown
23:12:16.694 [INFO - Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@377e58d0 created in the thread with id: 135
23:12:16.697 [WARN - Thread-92] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:16.698 [INFO - Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@98aaf20
23:12:16.810 [INFO - Thread-92] (HMSHandler.java:595) Started creating a default database with name: default
23:12:16.827 [INFO - Thread-92] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:16.848 [INFO - Thread-92] (HMSHandler.java:668) Added admin role in metastore
23:12:16.849 [INFO - Thread-92] (HMSHandler.java:677) Added public role in metastore
23:12:16.881 [INFO - Thread-92] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:16.881 [INFO - Thread-92] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:16.882 [INFO - Thread-92] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:16.882 [INFO - Thread-92] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:16.883 [WARN - Thread-92] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:16.883 [INFO - Thread-92] (HiveMetaStore.java:632) Started the new metaserver on port [36045]...
23:12:16.883 [INFO - Thread-92] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:16.883 [INFO - Thread-92] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:16.883 [INFO - Thread-92] (HiveMetaStore.java:635) TCP keepalive = true
23:12:16.883 [INFO - Thread-92] (HiveMetaStore.java:636) Enable SSL = false
23:12:17.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:17.308 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:17.308 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:17.310 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:17.310 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36045]
23:12:17.310 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36045) in binary transport mode
23:12:17.311 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36045) current connections: 1
23:12:17.312 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:17.312 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:17.312 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:17.315 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36045"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:12:17.388 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:17.389 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:12:17.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.389986 29442 mini_oidc.cc:150] Starting JWKS server
23:12:17.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.390519 29442 webserver.cc:534] Webserver started at http://127.0.0.1:39979/ using document root <none> and password file <none>
23:12:17.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.390599 29442 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:17.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.390763 29442 webserver.cc:534] Webserver started at http://127.0.0.1:39651/ using document root <none> and password file <none>
23:12:17.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:17.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:17Z Disabled control of system clock
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.401240 29442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/logs
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data/info.pb
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.190:42217
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.190
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045 with env {}
23:12:17.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.476509 29453 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:17.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.476707 29453 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:17.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.476747 29453 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478442 29453 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478504 29453 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478523 29453 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478538 29453 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478554 29453 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:17.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.478567 29453 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39979/jwks.json
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.480418 29453 master_runner.cc:387] Master server non-default flags:
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.190:42217
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data/info.pb
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.190
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29453
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/logs
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:17.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:17.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.480688 29453 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:17.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.480979 29453 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:17.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.483522 29458 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.483529 29461 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.483559 29459 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.483805 29453 server_base.cc:1061] running on GCE node
23:12:17.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.484028 29453 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:17.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.484247 29453 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:17.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.485366 29453 hybrid_clock.cc:648] HybridClock initialized: now 1783465937485352 us; error 30 us; skew 500 ppm
23:12:17.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.486470 29453 webserver.cc:534] Webserver started at http://127.28.192.190:46493/ using document root <none> and password file <none>
23:12:17.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.486632 29453 fs_manager.cc:362] Metadata directory not provided
23:12:17.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.486675 29453 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:17.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.486748 29453 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.487566 29453 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data/instance:
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cdd40e60daa4c2b8806442f8e400417"
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.487825 29453 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal/instance:
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cdd40e60daa4c2b8806442f8e400417"
23:12:17.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.488899 29453 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
23:12:17.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.489777 29467 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.489971 29453 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.490063 29453 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2cdd40e60daa4c2b8806442f8e400417"
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.490131 29453 fs_report.cc:389] FS layout report
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data/data
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:17.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.511183 29453 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:17.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.511565 29453 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:17.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.511708 29453 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:17.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.515486 29453 rpc_server.cc:307] RPC server started. Bound to: 127.28.192.190:42217
23:12:17.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.515534 29519 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.192.190:42217 every 8 connection(s)
23:12:17.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.515895 29453 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/data/info.pb
23:12:17.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.516470 29520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:17.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.517693 29520 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.525413 29520 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.525485 29442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29453
23:12:17.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.525565 29442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-0/wal/instance
23:12:17.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.525863 29468 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.192.189:40217: connect: Connection refused (error 111)
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.526360 29520 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.189:40217: Network error: Client connection negotiation failed: client connection to 127.28.192.189:40217: connect: Connection refused (error 111)
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.526474 29442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/logs
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data/info.pb
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.189:40217
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.189
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045 with env {}
23:12:17.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.575542 29520 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } attempt: 1
23:12:17.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.576450 29520 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.189:40217: Network error: Client connection negotiation failed: client connection to 127.28.192.189:40217: connect: Connection refused (error 111)
23:12:17.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.601117 29524 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:17.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.601300 29524 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:17.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.601318 29524 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602785 29524 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602825 29524 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602837 29524 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602847 29524 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602859 29524 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.602867 29524 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39979/jwks.json
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.604447 29524 master_runner.cc:387] Master server non-default flags:
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.189:40217
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data/info.pb
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.189
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29524
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/logs
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.604641 29524 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:17.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.604815 29524 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.606876 29530 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.606937 29524 server_base.cc:1061] running on GCE node
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.606886 29532 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.606878 29529 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.607455 29524 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:17.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.607676 29524 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:17.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.608798 29524 hybrid_clock.cc:648] HybridClock initialized: now 1783465937608781 us; error 35 us; skew 500 ppm
23:12:17.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.609845 29524 webserver.cc:534] Webserver started at http://127.28.192.189:33027/ using document root <none> and password file <none>
23:12:17.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.610039 29524 fs_manager.cc:362] Metadata directory not provided
23:12:17.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.610095 29524 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:17.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.610196 29524 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.611035 29524 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data/instance:
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e46f248cb28443c2918cc6a723a46b3c"
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.611366 29524 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal/instance:
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e46f248cb28443c2918cc6a723a46b3c"
23:12:17.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.612534 29524 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.613161 29538 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.613332 29524 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.613395 29524 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e46f248cb28443c2918cc6a723a46b3c"
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.613451 29524 fs_report.cc:389] FS layout report
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data/data
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:17.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:17.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:17.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.630622 29524 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:17.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.630988 29524 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:17.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.631170 29524 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:17.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.635352 29524 rpc_server.cc:307] RPC server started. Bound to: 127.28.192.189:40217
23:12:17.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.635424 29590 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.192.189:40217 every 8 connection(s)
23:12:17.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.635785 29524 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/data/info.pb
23:12:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.636369 29591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.637578 29591 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.640345 29442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29524
23:12:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.640424 29442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-1/wal/instance
23:12:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.640838 29442 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/logs
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data/info.pb
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:17.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.188:41001
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.188
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045 with env {}
23:12:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.641916 29591 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.644616 29520 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } attempt: 2
23:12:17.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.646692 29591 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.647369 29539 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.648135 29591 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.188:41001: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.648699 29520 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.649303 29520 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.188:41001: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.692474 29520 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } attempt: 1
23:12:17.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.693321 29520 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.188:41001: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.697337 29591 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } attempt: 1
23:12:17.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.698114 29591 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.188:41001: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.720921 29593 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.721098 29593 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:17.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.721117 29593 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722604 29593 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722658 29593 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722671 29593 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722682 29593 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722692 29593 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.722702 29593 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39979/jwks.json
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.724287 29593 master_runner.cc:387] Master server non-default flags:
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.192.148:39885
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36045
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.192.190:42217,127.28.192.189:40217,127.28.192.188:41001
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.192.188:41001
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39979/jwks.json
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data/info.pb
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.192.188
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29593
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/logs
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.724489 29593 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.724670 29593 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:17.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.726888 29604 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.727126 29602 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.727025 29593 server_base.cc:1061] running on GCE node
23:12:17.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.726902 29601 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:17.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.727631 29593 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:17.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.727947 29593 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:17.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.729090 29593 hybrid_clock.cc:648] HybridClock initialized: now 1783465937729073 us; error 36 us; skew 500 ppm
23:12:17.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.730074 29593 webserver.cc:534] Webserver started at http://127.28.192.188:40513/ using document root <none> and password file <none>
23:12:17.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.730226 29593 fs_manager.cc:362] Metadata directory not provided
23:12:17.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.730259 29593 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:17.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.730329 29593 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.731087 29593 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data/instance:
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d7c70bd6bdf8488e8333741c5cec328f"
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.731333 29593 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal/instance:
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d7c70bd6bdf8488e8333741c5cec328f"
23:12:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.732415 29593 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.733006 29610 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.733155 29593 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.733206 29593 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d7c70bd6bdf8488e8333741c5cec328f"
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:17 on dist-test-slave-mcs4"
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.733260 29593 fs_report.cc:389] FS layout report
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data/data
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:17.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.739652 29593 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.739900 29593 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.740016 29593 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.740453 29520 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } attempt: 2
23:12:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.741041 29520 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.192.188:41001: Network error: Client connection negotiation failed: client connection to 127.28.192.188:41001: connect: Connection refused (error 111)
23:12:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.743717 29593 rpc_server.cc:307] RPC server started. Bound to: 127.28.192.188:41001
23:12:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.743754 29662 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.192.188:41001 every 8 connection(s)
23:12:17.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.744102 29593 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/data/info.pb
23:12:17.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.744611 29663 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.745791 29663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.746727 29442 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29593
23:12:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.746812 29442 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8311389805350370216/master-2/wal/instance
23:12:17.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.752472 29663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.755295 29663 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
23:12:17.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.759002 29663 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: Bootstrap starting.
23:12:17.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.759766 29663 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: Neither blocks nor log segments found. Creating new log.
23:12:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.759990 29442 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.760048 29663 log.cc:826] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: Log is configured to *not* fsync() on all Append() calls
23:12:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.760601 29663 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: No bootstrap required, opened a new log
23:12:17.760 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:17.761 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:17.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.761653 29663 raft_consensus.cc:359] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.761786 29663 raft_consensus.cc:385] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.761819 29663 raft_consensus.cc:740] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7c70bd6bdf8488e8333741c5cec328f, State: Initialized, Role: FOLLOWER
23:12:17.761 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.192.190"
      port: 42217
    }
    bound_http_address {
      host: "127.28.192.190"
      port: 46493
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.192.189"
      port: 40217
    }
    bound_http_address {
      host: "127.28.192.189"
      port: 33027
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.192.188"
      port: 41001
    }
    bound_http_address {
      host: "127.28.192.188"
      port: 40513
    }
  }
}

23:12:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.761942 29663 consensus_queue.cc:260] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.762 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:12:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.762271 29663 sys_catalog.cc:565] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: configured and running, proceeding with master startup.
23:12:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.762495 29668 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:17.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.762727 29668 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: This master's current role is: FOLLOWER
23:12:17.762 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:17.764 [INFO - Metastore-Handler-Pool: Thread-156] (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=16826933-7b4a-475f-ad06-6c68150af156, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.192.188:41001,127.28.192.189:40217,127.28.192.190:42217}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.764392 29682 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.764647 29682 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:17.766 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:17.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.766263 29591 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } attempt: 2
23:12:17.766 [INFO - Metastore-Handler-Pool: Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:17.766 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2e2f8a23, with PersistenceManager: null will be shutdown
23:12:17.768 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2e2f8a23, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@64a2ba46 created in the thread with id: 156
23:12:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.768895 29593 master_runner.cc:187] Error getting master registration for 127.28.192.190:42217: OK, instance_id { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" instance_seqno: 1783465937514499 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.770613 29593 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.770996 29591 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: Bootstrap starting.
23:12:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.771754 29591 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: Neither blocks nor log segments found. Creating new log.
23:12:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.772042 29591 log.cc:826] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: Log is configured to *not* fsync() on all Append() calls
23:12:17.776 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2e2f8a23
23:12:17.778 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.778571 29679 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.780045 29591 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: No bootstrap required, opened a new log
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.782474 29591 raft_consensus.cc:359] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.782627 29591 raft_consensus.cc:385] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.782663 29591 raft_consensus.cc:740] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e46f248cb28443c2918cc6a723a46b3c, State: Initialized, Role: FOLLOWER
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.782778 29591 consensus_queue.cc:260] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.783134 29591 sys_catalog.cc:565] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: configured and running, proceeding with master startup.
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.783077 29686 sys_catalog.cc:455] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.783192 29686 sys_catalog.cc:458] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: This master's current role is: FOLLOWER
23:12:17.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.785714 29524 master_runner.cc:187] Error getting master registration for 127.28.192.190:42217: OK, instance_id { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" instance_seqno: 1783465937514499 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:17.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.787381 29524 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.792899 29700 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.793349 29700 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:17.794 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:17.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.805743 29697 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.848191 29520 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } attempt: 3
23:12:17.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.855502 29520 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: Bootstrap starting.
23:12:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.856745 29520 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: Neither blocks nor log segments found. Creating new log.
23:12:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.857043 29520 log.cc:826] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: Log is configured to *not* fsync() on all Append() calls
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.864195 29520 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: No bootstrap required, opened a new log
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.866521 29520 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.866677 29520 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.866707 29520 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cdd40e60daa4c2b8806442f8e400417, State: Initialized, Role: FOLLOWER
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.866832 29520 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.867183 29520 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: configured and running, proceeding with master startup.
23:12:17.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.872470 29453 master_runner.cc:264] No leader master found from master 2cdd40e60daa4c2b8806442f8e400417
23:12:17.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.872545 29453 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.876659 29719 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.877013 29719 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:17.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.878404 29705 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:17.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.878654 29705 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: This master's current role is: FOLLOWER
23:12:17.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.881819 29544 tablet.cc:2406] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:17.884 [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=	
23:12:17.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.885216 29716 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:17.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.972684 29668 raft_consensus.cc:493] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:17.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.972831 29668 raft_consensus.cc:515] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.973052 29668 leader_election.cc:290] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cdd40e60daa4c2b8806442f8e400417 (127.28.192.190:42217), e46f248cb28443c2918cc6a723a46b3c (127.28.192.189:40217)
23:12:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.974478 29494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d7c70bd6bdf8488e8333741c5cec328f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cdd40e60daa4c2b8806442f8e400417" is_pre_election: true
23:12:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.974647 29494 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7c70bd6bdf8488e8333741c5cec328f in term 0.
23:12:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.974817 29565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d7c70bd6bdf8488e8333741c5cec328f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e46f248cb28443c2918cc6a723a46b3c" is_pre_election: true
23:12:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.974951 29565 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7c70bd6bdf8488e8333741c5cec328f in term 0.
23:12:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.975210 29611 leader_election.cc:304] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [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: 2cdd40e60daa4c2b8806442f8e400417, d7c70bd6bdf8488e8333741c5cec328f; no voters: 
23:12:17.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.975826 29668 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Leader pre-election won for term 1
23:12:17.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.975895 29668 raft_consensus.cc:493] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:12:17.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.975937 29668 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 0 FOLLOWER]: Advancing to term 1
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.976737 29668 raft_consensus.cc:515] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.976863 29668 leader_election.cc:290] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [CANDIDATE]: Term 1 election: Requested vote from peers 2cdd40e60daa4c2b8806442f8e400417 (127.28.192.190:42217), e46f248cb28443c2918cc6a723a46b3c (127.28.192.189:40217)
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.977144 29565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d7c70bd6bdf8488e8333741c5cec328f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e46f248cb28443c2918cc6a723a46b3c"
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.977223 29565 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 0 FOLLOWER]: Advancing to term 1
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.978022 29565 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7c70bd6bdf8488e8333741c5cec328f in term 1.
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.978184 29494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d7c70bd6bdf8488e8333741c5cec328f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cdd40e60daa4c2b8806442f8e400417"
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.978255 29494 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 0 FOLLOWER]: Advancing to term 1
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.979387 29494 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7c70bd6bdf8488e8333741c5cec328f in term 1.
23:12:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.979560 29611 leader_election.cc:304] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [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: 2cdd40e60daa4c2b8806442f8e400417, d7c70bd6bdf8488e8333741c5cec328f; no voters: 
23:12:17.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.980324 29668 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 1 FOLLOWER]: Leader election won for term 1
23:12:17.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.980494 29668 raft_consensus.cc:697] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [term 1 LEADER]: Becoming Leader. State: Replica: d7c70bd6bdf8488e8333741c5cec328f, State: Running, Role: LEADER
23:12:17.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.980583 29668 consensus_queue.cc:237] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [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: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } }
23:12:17.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.980944 29668 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: SysCatalogTable state changed. Reason: New leader d7c70bd6bdf8488e8333741c5cec328f. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:17.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.981001 29668 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: This master's current role is: LEADER
23:12:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.988067 29724 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:12:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.988593 29724 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:12:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:17.990725 29616 tablet.cc:2406] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.997675 29565 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [term 1 FOLLOWER]: Refusing update from remote peer d7c70bd6bdf8488e8333741c5cec328f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.997987 29494 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [term 1 FOLLOWER]: Refusing update from remote peer d7c70bd6bdf8488e8333741c5cec328f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:18.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.998399 29668 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:18.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:17.998555 29668 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:18.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.000789 29686 sys_catalog.cc:455] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: SysCatalogTable state changed. Reason: New leader d7c70bd6bdf8488e8333741c5cec328f. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.000875 29686 sys_catalog.cc:458] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: This master's current role is: FOLLOWER
23:12:18.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.002095 29705 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d7c70bd6bdf8488e8333741c5cec328f. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.002179 29705 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: This master's current role is: FOLLOWER
23:12:18.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.009038 29722 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.009157 29722 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: This master's current role is: LEADER
23:12:18.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.009923 29686 sys_catalog.cc:455] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.010018 29686 sys_catalog.cc:458] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c [sys.catalog]: This master's current role is: FOLLOWER
23:12:18.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.010447 29725 mvcc.cc:204] Tried to move back new op lower bound from 7305076482034688000 to 7305076481969037312. Current Snapshot: MvccSnapshot[applied={T|T < 7305076482034688000}]
23:12:18.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:18.012665 29473 tablet.cc:2406] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:12:18.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.027251 29726 mvcc.cc:204] Tried to move back new op lower bound from 7305076482034688000 to 7305076481969037312. Current Snapshot: MvccSnapshot[applied={T|T < 7305076482034688000}]
23:12:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.027770 29724 catalog_manager.cc:1382] Generated new cluster ID: 2bae4ae981894262af93df3c1936c1f2
23:12:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.027832 29724 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:12:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.036759 29668 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.036885 29668 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f [sys.catalog]: This master's current role is: LEADER
23:12:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.037464 29705 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d7c70bd6bdf8488e8333741c5cec328f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cdd40e60daa4c2b8806442f8e400417" member_type: VOTER last_known_addr { host: "127.28.192.190" port: 42217 } } peers { permanent_uuid: "e46f248cb28443c2918cc6a723a46b3c" member_type: VOTER last_known_addr { host: "127.28.192.189" port: 40217 } } peers { permanent_uuid: "d7c70bd6bdf8488e8333741c5cec328f" member_type: VOTER last_known_addr { host: "127.28.192.188" port: 41001 } } }
23:12:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.037557 29705 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417 [sys.catalog]: This master's current role is: FOLLOWER
23:12:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.038122 29728 mvcc.cc:204] Tried to move back new op lower bound from 7305076482034688000 to 7305076481969037312. Current Snapshot: MvccSnapshot[applied={T|T < 7305076482034688000}]
23:12:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.047187 29724 catalog_manager.cc:1405] Generated new certificate authority record
23:12:18.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.048177 29724 catalog_manager.cc:1539] Loading token signing keys...
23:12:18.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.058411 29724 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d7c70bd6bdf8488e8333741c5cec328f: Generated new TSK 0
23:12:18.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.058828 29724 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:12:18.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.059106 29724 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:12:18.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.059330 29724 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:12:18.201 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:18.206 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:18.206 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:18.269 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:18.274 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive14419071738230692110/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=16826933-7b4a-475f-ad06-6c68150af156, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.192.188:41001,127.28.192.189:40217,127.28.192.190:42217}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:18.276 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14419071738230692110/external-warehouse/table
23:12:18.360 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:18.397 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:18.398 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:18.401 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:12:18.402 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive14419071738230692110/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:18.404 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14419071738230692110/external-warehouse/legacy_table
23:12:18.416 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:12:18.426 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:18.427 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.438 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.481 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.481 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.504 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.524 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.536 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.536 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.545 [DEBUG - Metastore-Handler-Pool: Thread-156] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:12:18.546 [DEBUG - Metastore-Handler-Pool: Thread-156] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:12:18.549 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.28.192.188:41001(127.28.192.188:41001)] connecting to peer
23:12:18.551 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.28.192.189:40217(127.28.192.189:40217)] connecting to peer
23:12:18.552 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.28.192.190:42217(127.28.192.190:42217)] connecting to peer
23:12:18.553 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.192.188:41001(127.28.192.188:41001)] Successfully connected to peer
23:12:18.554 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.192.189:40217(127.28.192.189:40217)] Successfully connected to peer
23:12:18.561 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.192.190:42217(127.28.192.190:42217)] Successfully connected to peer
23:12:18.564 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.192.188
23:12:18.566 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.192.189
23:12:18.570 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.192.190
23:12:18.602 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:18.615 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:18.618 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:18.623 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa460de56, L:/127.0.0.1:49902 - R:/127.28.192.188:41001] using SASL/PLAIN
23:12:18.630 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xca22cb1b, L:/127.0.0.1:44640 - R:/127.28.192.190:42217] using SASL/PLAIN
23:12:18.636 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xc97efc61, L:/127.0.0.1:58784 - R:/127.28.192.189:40217] using SASL/PLAIN
23:12:18.637 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:12:18.637 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:12:18.639 [ERROR - Metastore-Handler-Pool: Thread-156] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:18.640 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.650 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.661 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.661 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.673 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.698 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.757 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.757 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.771 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.784 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.785 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:18.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:18.786056 29679 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:18.794 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.794 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.793995 29700 catalog_manager.cc:1294] Loaded cluster ID: 2bae4ae981894262af93df3c1936c1f2
23:12:18.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.794071 29700 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: loading cluster ID for follower catalog manager: success
23:12:18.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.795436 29700 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: acquiring CA information for follower catalog manager: success
23:12:18.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.795797 29700 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e46f248cb28443c2918cc6a723a46b3c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:18.800 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:12:18.801 [ERROR - Metastore-Handler-Pool: Thread-156] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:18.802 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.811 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:18.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:18.812288 29697 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:18.813 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.825 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.825 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.828 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:12:18.829 [ERROR - Metastore-Handler-Pool: Thread-156] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:12:18.830 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.839 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.850 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.850 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.855 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.864 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.874 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.874 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.877593 29719 catalog_manager.cc:1294] Loaded cluster ID: 2bae4ae981894262af93df3c1936c1f2
23:12:18.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.877699 29719 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: loading cluster ID for follower catalog manager: success
23:12:18.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.878971 29719 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: acquiring CA information for follower catalog manager: success
23:12:18.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:18.879307 29719 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2cdd40e60daa4c2b8806442f8e400417: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:18.887 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:18.889 [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=	
23:12:18.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:18.890542 29716 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:18.896 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:18.906 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:18.906 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:18.910 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:12:18.910 [ERROR - Metastore-Handler-Pool: Thread-156] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:12:19.067 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.092 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.109 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.109 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.125 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.136 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.146 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.146 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.155 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.164 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.175 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.175 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.182 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:19.190 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:19.192 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:19.287 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:19.412 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:19.450 [WARN - Metastore-Handler-Pool: Thread-156] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:19.550 [WARN - Metastore-Handler-Pool: Thread-156] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive14419071738230692110/warehouse/default/table
23:12:19.551 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:19.553 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:19.554 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive14419071738230692110/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:19.555 [WARN - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:2452) Location: file:/tmp/hive14419071738230692110/external-warehouse/table specified for non-external table:table
23:12:19.556 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.556 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.574 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:19.591 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:19.592 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.601 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.613 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.613 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.616 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:12:19.617 [ERROR - Metastore-Handler-Pool: Thread-156] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:12:19.642 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.652 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.661 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.661 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.666 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
23:12:19.675 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:12:19.684 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:12:19.685 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:12:19.692 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:19.698 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:19.700 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:19.738 [INFO - Metastore-Handler-Pool: Thread-156] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:12:19.740 [INFO - Metastore-Handler-Pool: Thread-156] (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=16826933-7b4a-475f-ad06-6c68150af156, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.192.188:41001,127.28.192.189:40217,127.28.192.190:42217}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:19.742 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:19.743 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive14419071738230692110/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=16826933-7b4a-475f-ad06-6c68150af156, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.192.188:41001,127.28.192.189:40217,127.28.192.190:42217}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:19.745 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14419071738230692110/external-warehouse/table
23:12:19.773 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:19.780 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:19.781 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:19.788 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:19.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:19.788712 29679 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:19.792 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:19.801 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:19.802 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:19.807 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:19.814 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:19.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:19.816468 29697 client.h:372] Failed to connect to Hive Metastore (localhost:36045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:19.816 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:19.817 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:19.860 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:19.861 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:12:19.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:19.860883 29442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29453
23:12:19.861 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2e2f8a23, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@64a2ba46 will be shutdown
23:12:19.861 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:12:19.867 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.192.190:42217(127.28.192.190:42217)] handling channelInactive
23:12:19.868 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.192.190:42217(127.28.192.190:42217)] cleaning up while in state READY due to: connection closed
23:12:19.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:19.869194 29442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29524
23:12:19.876 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.192.189:40217(127.28.192.189:40217)] handling channelInactive
23:12:19.876 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.192.189:40217(127.28.192.189:40217)] cleaning up while in state READY due to: connection closed
23:12:19.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:19.876360 29442 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29593
23:12:19.883 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.192.188:41001(127.28.192.188:41001)] handling channelInactive
23:12:19.883 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.192.188:41001(127.28.192.188:41001)] cleaning up while in state READY due to: connection closed
23:12:19.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:19Z chronyd exiting
.23:12:19.917 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:19.917 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:19.918 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:19.943 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive14234843261020613579
23:12:19.944 [INFO - Thread-120] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:19.944 [INFO - Thread-120] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:19.946 [INFO - Thread-120] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:19.947 [INFO - Thread-120] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:19.947 [INFO - Thread-120] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:12:19.947 [INFO - Thread-120] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:12:19.949 [INFO - Thread-120] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:12:19.949 [INFO - Thread-120] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:12:19.950 [INFO - Thread-120] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:12:19.950 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:19.952 [INFO - Thread-120] (HikariDataSource.java:80) objectstore - Starting...
23:12:20.010 [INFO - Thread-120] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:20.012 [INFO - Thread-120] (HikariDataSource.java:82) objectstore - Start completed.
23:12:20.012 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:20.014 [INFO - Thread-120] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:20.016 [INFO - Thread-120] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:20.016 [INFO - Thread-120] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:20.030 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:20.030 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:20.030 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:20.049 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.050 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.050 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.051 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.051 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.051 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:20.231 [INFO - Thread-120] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:20.232 [INFO - Thread-120] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: null will be shutdown
23:12:20.232 [INFO - Thread-120] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c7036ab created in the thread with id: 174
23:12:20.233 [WARN - Thread-120] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:20.234 [INFO - Thread-120] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179
23:12:20.443 [INFO - Thread-120] (HMSHandler.java:595) Started creating a default database with name: default
23:12:20.464 [INFO - Thread-120] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:20.494 [INFO - Thread-120] (HMSHandler.java:668) Added admin role in metastore
23:12:20.496 [INFO - Thread-120] (HMSHandler.java:677) Added public role in metastore
23:12:20.529 [INFO - Thread-120] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:20.529 [INFO - Thread-120] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:20.530 [INFO - Thread-120] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:20.530 [INFO - Thread-120] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:20.531 [WARN - Thread-120] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:20.531 [INFO - Thread-120] (HiveMetaStore.java:632) Started the new metaserver on port [43283]...
23:12:20.531 [INFO - Thread-120] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:20.531 [INFO - Thread-120] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:20.531 [INFO - Thread-120] (HiveMetaStore.java:635) TCP keepalive = true
23:12:20.531 [INFO - Thread-120] (HiveMetaStore.java:636) Enable SSL = false
23:12:20.945 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:20.945 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:20.946 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:20.948 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:20.948 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43283]
23:12:20.948 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43283) in binary transport mode
23:12:20.949 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43283) current connections: 1
23:12:20.950 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:20.951 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:20.951 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:20.954 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43283"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:12:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.029036 29775 mini_oidc.cc:150] Starting JWKS server
23:12:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.029604 29775 webserver.cc:534] Webserver started at http://127.0.0.1:41023/ using document root <none> and password file <none>
23:12:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.029695 29775 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.029826 29775 webserver.cc:534] Webserver started at http://127.0.0.1:35909/ using document root <none> and password file <none>
23:12:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:21Z Disabled control of system clock
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.040161 29775 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/logs
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data/info.pb
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.254:46119
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.254
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283 with env {}
23:12:21.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.116326 29786 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:21.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.116919 29786 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:21.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.117122 29786 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:21.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119525 29786 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119815 29786 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119859 29786 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119877 29786 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119894 29786 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.119910 29786 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41023/jwks.json
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.122110 29786 master_runner.cc:387] Master server non-default flags:
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.254:46119
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data/info.pb
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.254
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29786
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/logs
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.122413 29786 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.122689 29786 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.125217 29792 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.125291 29791 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.125358 29786 server_base.cc:1061] running on GCE node
23:12:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.125217 29794 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.125617 29786 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:21.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.125883 29786 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.127020 29786 hybrid_clock.cc:648] HybridClock initialized: now 1783465941127000 us; error 30 us; skew 500 ppm
23:12:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.128150 29786 webserver.cc:534] Webserver started at http://127.29.19.254:34565/ using document root <none> and password file <none>
23:12:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.128373 29786 fs_manager.cc:362] Metadata directory not provided
23:12:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.128438 29786 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.128542 29786 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.129427 29786 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data/instance:
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a67672f87ac54c48ac2e7f4a036ff890"
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.129755 29786 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal/instance:
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a67672f87ac54c48ac2e7f4a036ff890"
23:12:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.130919 29786 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
23:12:21.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.131557 29800 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:21.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.131767 29786 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.131866 29786 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a67672f87ac54c48ac2e7f4a036ff890"
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.131971 29786 fs_report.cc:389] FS layout report
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data/data
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.155100 29786 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.155408 29786 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.155493 29786 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.159148 29786 rpc_server.cc:307] RPC server started. Bound to: 127.29.19.254:46119
23:12:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.159202 29852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.19.254:46119 every 8 connection(s)
23:12:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.159504 29786 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/data/info.pb
23:12:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.160063 29853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.161346 29853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.166237 29853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.166589 29801 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.19.253:45443: connect: Connection refused (error 111)
23:12:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.166998 29853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.253:45443: Network error: Client connection negotiation failed: client connection to 127.29.19.253:45443: connect: Connection refused (error 111)
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.169831 29775 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29786
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.169909 29775 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-0/wal/instance
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.170578 29775 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/logs
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data/info.pb
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.253:45443
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.253
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283 with env {}
23:12:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.216193 29853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } attempt: 1
23:12:21.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.216915 29853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.253:45443: Network error: Client connection negotiation failed: client connection to 127.29.19.253:45443: connect: Connection refused (error 111)
23:12:21.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.246554 29857 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:21.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.246757 29857 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:21.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.246786 29857 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248493 29857 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248553 29857 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248574 29857 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248588 29857 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248605 29857 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.248620 29857 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41023/jwks.json
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.250415 29857 master_runner.cc:387] Master server non-default flags:
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.253:45443
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data/info.pb
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.253
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29857
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/logs
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.250701 29857 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.250985 29857 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:21.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.253511 29862 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.253512 29865 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.253527 29863 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.254040 29857 server_base.cc:1061] running on GCE node
23:12:21.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.254235 29857 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:21.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.254441 29857 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:21.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.255566 29857 hybrid_clock.cc:648] HybridClock initialized: now 1783465941255546 us; error 37 us; skew 500 ppm
23:12:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.256626 29857 webserver.cc:534] Webserver started at http://127.29.19.253:39995/ using document root <none> and password file <none>
23:12:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.256794 29857 fs_manager.cc:362] Metadata directory not provided
23:12:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.256834 29857 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.256906 29857 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:21.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.257699 29857 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data/instance:
23:12:21.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a11360b22e4b4b89de0c224270f495"
23:12:21.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.257956 29857 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal/instance:
23:12:21.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a11360b22e4b4b89de0c224270f495"
23:12:21.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.258978 29857 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
23:12:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.259608 29871 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.259790 29857 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.259876 29857 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a11360b22e4b4b89de0c224270f495"
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.259972 29857 fs_report.cc:389] FS layout report
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data/data
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.274857 29857 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.275231 29857 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.275379 29857 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.279089 29857 rpc_server.cc:307] RPC server started. Bound to: 127.29.19.253:45443
23:12:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.279132 29923 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.19.253:45443 every 8 connection(s)
23:12:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.279493 29857 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/data/info.pb
23:12:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.280138 29924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.281426 29924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.284482 29775 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29857
23:12:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.284569 29775 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-1/wal/instance
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.284962 29775 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/logs
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data/info.pb
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.252:39893
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.252
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283 with env {}
23:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.285058 29853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } attempt: 2
23:12:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.287811 29924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.290555 29853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.291436 29853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.292054 29924 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.292472 29875 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.292953 29924 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.334594 29853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } attempt: 1
23:12:21.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.335325 29853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.342147 29924 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } attempt: 1
23:12:21.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.342839 29924 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.361912 29927 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.362094 29927 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.362121 29927 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363727 29927 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363776 29927 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363793 29927 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363809 29927 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363824 29927 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:21.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.363838 29927 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41023/jwks.json
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.365530 29927 master_runner.cc:387] Master server non-default flags:
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.19.212:35343
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data
23:12:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43283
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.19.254:46119,127.29.19.253:45443,127.29.19.252:39893
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.19.252:39893
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41023/jwks.json
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data/info.pb
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.19.252
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29927
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/logs
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.365779 29927 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.366031 29927 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:21.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.368592 29937 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.368742 29927 server_base.cc:1061] running on GCE node
23:12:21.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.369554 29935 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.369781 29934 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:21.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.370038 29927 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:21.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.370251 29927 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:21.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.371379 29927 hybrid_clock.cc:648] HybridClock initialized: now 1783465941371358 us; error 32 us; skew 500 ppm
23:12:21.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.372424 29927 webserver.cc:534] Webserver started at http://127.29.19.252:34351/ using document root <none> and password file <none>
23:12:21.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.372613 29927 fs_manager.cc:362] Metadata directory not provided
23:12:21.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.372675 29927 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:21.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.372779 29927 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:21.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.373607 29927 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data/instance:
23:12:21.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e788d6382c7406e984f275c8b48b7c1"
23:12:21.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.373956 29927 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal/instance:
23:12:21.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e788d6382c7406e984f275c8b48b7c1"
23:12:21.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.375094 29927 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
23:12:21.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.375736 29943 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.375890 29927 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.375996 29927 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e788d6382c7406e984f275c8b48b7c1"
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:21 on dist-test-slave-mcs4"
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.376056 29927 fs_report.cc:389] FS layout report
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data/data
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.382468 29853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } attempt: 2
23:12:21.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.383080 29853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.411018 29924 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } attempt: 2
23:12:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.411465 29927 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.411710 29924 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.19.252:39893: Network error: Client connection negotiation failed: client connection to 127.29.19.252:39893: connect: Connection refused (error 111)
23:12:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.411819 29927 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.411983 29927 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:21.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.415613 29927 rpc_server.cc:307] RPC server started. Bound to: 127.29.19.252:39893
23:12:21.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.415647 29995 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.19.252:39893 every 8 connection(s)
23:12:21.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.416041 29927 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/data/info.pb
23:12:21.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.416628 29996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:21.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.417882 29996 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.419612 29775 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 29927
23:12:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.419682 29775 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster8350709231971602935/master-2/wal/instance
23:12:21.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.422834 29996 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.425906 29996 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } has no permanent_uuid. Determining permanent_uuid...
23:12:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.430290 29996 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1: Bootstrap starting.
23:12:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.431005 29996 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1: Neither blocks nor log segments found. Creating new log.
23:12:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.431264 29996 log.cc:826] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1: Log is configured to *not* fsync() on all Append() calls
23:12:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.431713 29775 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:21.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.431898 29996 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1: No bootstrap required, opened a new log
23:12:21.432 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:21.432 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:21.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.433317 29996 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a67672f87ac54c48ac2e7f4a036ff890" member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } } peers { permanent_uuid: "36a11360b22e4b4b89de0c224270f495" member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } } peers { permanent_uuid: "5e788d6382c7406e984f275c8b48b7c1" member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } }
23:12:21.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.433465 29996 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:21.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.433494 29996 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e788d6382c7406e984f275c8b48b7c1, State: Initialized, Role: FOLLOWER
23:12:21.433 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.19.254"
      port: 46119
    }
    bound_http_address {
      host: "127.29.19.254"
      port: 34565
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.19.253"
      port: 45443
    }
    bound_http_address {
      host: "127.29.19.253"
      port: 39995
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.19.252"
      port: 39893
    }
    bound_http_address {
      host: "127.29.19.252"
      port: 34351
    }
  }
}

23:12:21.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.433755 29996 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [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: "a67672f87ac54c48ac2e7f4a036ff890" member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } } peers { permanent_uuid: "36a11360b22e4b4b89de0c224270f495" member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } } peers { permanent_uuid: "5e788d6382c7406e984f275c8b48b7c1" member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } }
23:12:21.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:12:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.434106 29996 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [sys.catalog]: configured and running, proceeding with master startup.
23:12:21.434 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.434326 30001 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [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: "a67672f87ac54c48ac2e7f4a036ff890" member_type: VOTER last_known_addr { host: "127.29.19.254" port: 46119 } } peers { permanent_uuid: "36a11360b22e4b4b89de0c224270f495" member_type: VOTER last_known_addr { host: "127.29.19.253" port: 45443 } } peers { permanent_uuid: "5e788d6382c7406e984f275c8b48b7c1" member_type: VOTER last_known_addr { host: "127.29.19.252" port: 39893 } } }
23:12:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.434406 30001 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1 [sys.catalog]: This master's current role is: FOLLOWER
23:12:21.435 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:21.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.435220 29775 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29786
23:12:21.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.436201 30015 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 5e788d6382c7406e984f275c8b48b7c1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:21.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.439491 30015 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:21.440 [INFO - Metastore-Handler-Pool: Thread-197] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:12:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.439823 29775 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29857
23:12:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:21.440867 30012 client.h:372] Failed to connect to Hive Metastore (localhost:43283): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:12:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.439872 29927 master_runner.cc:187] Error getting master registration for 127.29.19.254:46119: Network error: Client connection negotiation failed: client connection to 127.29.19.254:46119: connect: Connection refused (error 111), 
23:12:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.441452 29927 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:21.444710 29775 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 29927
23:12:21.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:21Z chronyd exiting
.23:12:21.488 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:21.488 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:21.488 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:21.507 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive252564584234655490
23:12:21.509 [INFO - Thread-137] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:12:21.509 [INFO - Thread-137] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:12:21.511 [INFO - Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:21.511 [INFO - Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:21.511 [INFO - Thread-137] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:12:21.512 [INFO - Thread-137] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:12:21.513 [INFO - Thread-137] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:12:21.513 [INFO - Thread-137] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:12:21.514 [INFO - Thread-137] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:12:21.514 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:12:21.515 [INFO - Thread-137] (HikariDataSource.java:80) objectstore - Starting...
23:12:21.586 [INFO - Thread-137] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:21.587 [INFO - Thread-137] (HikariDataSource.java:82) objectstore - Start completed.
23:12:21.587 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:12:21.589 [INFO - Thread-137] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:12:21.591 [INFO - Thread-137] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:12:21.592 [INFO - Thread-137] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:12:21.605 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:12:21.606 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:12:21.606 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:12:21.626 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.627 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.627 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.627 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.628 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.628 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:12:21.838 [INFO - Thread-137] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:12:21.838 [INFO - Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: null will be shutdown
23:12:21.838 [INFO - Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7be66ece created in the thread with id: 198
23:12:21.840 [WARN - Thread-137] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:12:21.841 [INFO - Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608
23:12:21.946 [INFO - Thread-137] (HMSHandler.java:595) Started creating a default database with name: default
23:12:21.965 [INFO - Thread-137] (HMSHandler.java:605) Successfully created a default database with name: default
23:12:21.989 [INFO - Thread-137] (HMSHandler.java:668) Added admin role in metastore
23:12:21.991 [INFO - Thread-137] (HMSHandler.java:677) Added public role in metastore
23:12:22.014 [INFO - Thread-137] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:12:22.015 [INFO - Thread-137] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:12:22.016 [INFO - Thread-137] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:12:22.016 [INFO - Thread-137] (HiveMetaStore.java:697) Direct SQL optimization = true
23:12:22.016 [WARN - Thread-137] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:12:22.017 [INFO - Thread-137] (HiveMetaStore.java:632) Started the new metaserver on port [41385]...
23:12:22.017 [INFO - Thread-137] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:12:22.017 [INFO - Thread-137] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:12:22.017 [INFO - Thread-137] (HiveMetaStore.java:635) TCP keepalive = true
23:12:22.017 [INFO - Thread-137] (HiveMetaStore.java:636) Enable SSL = false
23:12:22.510 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:12:22.511 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:12:22.511 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:12:22.513 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:12:22.513 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41385]
23:12:22.513 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41385) in binary transport mode
23:12:22.514 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41385) current connections: 1
23:12:22.515 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXp28Gh/test-tmp
23:12:22.515 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
23:12:22.515 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXp28Gh/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
23:12:22.518 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:12:22.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.592981 30041 mini_oidc.cc:150] Starting JWKS server
23:12:22.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.593519 30041 webserver.cc:534] Webserver started at http://127.0.0.1:44427/ using document root <none> and password file <none>
23:12:22.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.593585 30041 mini_oidc.cc:186] Starting OIDC Discovery server
23:12:22.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.593693 30041 webserver.cc:534] Webserver started at http://127.0.0.1:46783/ using document root <none> and password file <none>
23:12:22.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:22Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:12:22.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:22Z Disabled control of system clock
23:12:22.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.603634 30041 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/logs
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data/info.pb
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.126:34331
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.126
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json with env {}
23:12:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.682788 30052 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.682981 30052 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.683001 30052 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684562 30052 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684615 30052 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684628 30052 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684638 30052 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684649 30052 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.684659 30052 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44427/jwks.json
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.686269 30052 master_runner.cc:387] Master server non-default flags:
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.126:34331
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data/info.pb
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.126
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:22.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30052
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/logs
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.686493 30052 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.686689 30052 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.688998 30058 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.689069 30060 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.689096 30057 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.689152 30052 server_base.cc:1061] running on GCE node
23:12:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.689836 30052 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:22.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.690127 30052 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:22.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.691277 30052 hybrid_clock.cc:648] HybridClock initialized: now 1783465942691252 us; error 35 us; skew 500 ppm
23:12:22.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.692508 30052 webserver.cc:534] Webserver started at http://127.29.86.126:43953/ using document root <none> and password file <none>
23:12:22.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.692711 30052 fs_manager.cc:362] Metadata directory not provided
23:12:22.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.692777 30052 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:22.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.692886 30052 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.693770 30052 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data/instance:
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b8045c4678d74b99abc994ed04366b92"
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.694133 30052 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal/instance:
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b8045c4678d74b99abc994ed04366b92"
23:12:22.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.695344 30052 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.696010 30066 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.696194 30052 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.696275 30052 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b8045c4678d74b99abc994ed04366b92"
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.696337 30052 fs_report.cc:389] FS layout report
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data/data
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:22.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:22.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.705544 30052 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.705924 30052 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.706082 30052 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:22.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.709990 30052 rpc_server.cc:307] RPC server started. Bound to: 127.29.86.126:34331
23:12:22.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.710026 30118 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.86.126:34331 every 8 connection(s)
23:12:22.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.710405 30052 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/data/info.pb
23:12:22.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.711035 30119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:22.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.712306 30119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.717469 30041 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 30052
23:12:22.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.717559 30041 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-0/wal/instance
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.718205 30041 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/logs
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data/info.pb
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.125:39879
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.125
23:12:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json with env {}
23:12:22.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.719885 30119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.720342 30068 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.86.125:39879: connect: Connection refused (error 111)
23:12:22.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.720770 30119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.125:39879: Network error: Client connection negotiation failed: client connection to 127.29.86.125:39879: connect: Connection refused (error 111)
23:12:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.769976 30119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } attempt: 1
23:12:22.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.770866 30119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.125:39879: Network error: Client connection negotiation failed: client connection to 127.29.86.125:39879: connect: Connection refused (error 111)
23:12:22.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.794413 30123 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:22.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.794603 30123 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:22.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.794624 30123 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796295 30123 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796350 30123 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796362 30123 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796373 30123 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796383 30123 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:22.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.796393 30123 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44427/jwks.json
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.798053 30123 master_runner.cc:387] Master server non-default flags:
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.125:39879
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data/info.pb
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.125
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30123
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/logs
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.798277 30123 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.798460 30123 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:22.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.800683 30132 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.800686 30129 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.800686 30130 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.800935 30123 server_base.cc:1061] running on GCE node
23:12:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.801273 30123 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.801492 30123 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:22.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.802625 30123 hybrid_clock.cc:648] HybridClock initialized: now 1783465942802604 us; error 27 us; skew 500 ppm
23:12:22.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.803679 30123 webserver.cc:534] Webserver started at http://127.29.86.125:36389/ using document root <none> and password file <none>
23:12:22.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.803882 30123 fs_manager.cc:362] Metadata directory not provided
23:12:22.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.803973 30123 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:22.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.804085 30123 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.804948 30123 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data/instance:
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffad75e13f6f48d798f93b17b40ab70d"
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.805279 30123 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal/instance:
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffad75e13f6f48d798f93b17b40ab70d"
23:12:22.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.806504 30123 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.807180 30138 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.807340 30123 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.807418 30123 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffad75e13f6f48d798f93b17b40ab70d"
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.807478 30123 fs_report.cc:389] FS layout report
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data/data
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:22.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.821781 30123 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:22.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.822144 30123 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:22.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.822302 30123 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:22.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.825968 30123 rpc_server.cc:307] RPC server started. Bound to: 127.29.86.125:39879
23:12:22.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.826000 30190 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.86.125:39879 every 8 connection(s)
23:12:22.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.826350 30123 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/data/info.pb
23:12:22.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.826920 30191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:22.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.828174 30191 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.832384 30191 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.832708 30041 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 30123
23:12:22.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.832794 30041 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-1/wal/instance
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.833122 30041 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXp28Gh/build/release/bin/kudu
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/logs
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data/info.pb
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.124:36675
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.124
23:12:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json with env {}
23:12:22.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.836215 30191 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.836627 30142 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.837061 30191 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.124:36675: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.839030 30119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } attempt: 2
23:12:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.841941 30119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.842469 30119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.124:36675: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.885660 30119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } attempt: 1
23:12:22.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.886225 30191 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } attempt: 1
23:12:22.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.886567 30119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.124:36675: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.886878 30191 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.124:36675: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.909580 30195 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:12:22.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.909773 30195 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:12:22.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.909801 30195 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:12:22.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911466 30195 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:12:22.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911526 30195 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:12:22.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911545 30195 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:12:22.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911561 30195 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:12:22.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911576 30195 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:12:22.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.911590 30195 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44427/jwks.json
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.913471 30195 master_runner.cc:387] Master server non-default flags:
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.86.84:40263
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data
23:12:22.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.86.126:34331,127.29.86.125:39879,127.29.86.124:36675
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.86.124:36675
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44427/jwks.json
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data/info.pb
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.86.124
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30195
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/logs
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5090956cd8459f75ecce585332f90a8f50524d7f
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 22:43:22 UTC on e7f111948823
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16827
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.913775 30195 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:12:22.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.914070 30195 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:12:22.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.916615 30201 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.916595 30204 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.916873 30195 server_base.cc:1061] running on GCE node
23:12:22.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.916600 30202 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:12:22.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.917188 30195 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:12:22.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.917419 30195 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:12:22.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.918558 30195 hybrid_clock.cc:648] HybridClock initialized: now 1783465942918542 us; error 26 us; skew 500 ppm
23:12:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.919682 30195 webserver.cc:534] Webserver started at http://127.29.86.124:35709/ using document root <none> and password file <none>
23:12:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.919885 30195 fs_manager.cc:362] Metadata directory not provided
23:12:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.919977 30195 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:12:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.920092 30195 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.920992 30195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data/instance:
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "844037bb437f4093a6bacd44e2cdccb5"
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.921344 30195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal/instance:
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "844037bb437f4093a6bacd44e2cdccb5"
23:12:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.922534 30195 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.923252 30210 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.923415 30195 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.923489 30195 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data,/tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "844037bb437f4093a6bacd44e2cdccb5"
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:12:22 on dist-test-slave-mcs4"
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.923550 30195 fs_report.cc:389] FS layout report
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data/data
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:12:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:12:22.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:12:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.933735 30119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } attempt: 2
23:12:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.934482 30119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.86.124:36675: Network error: Client connection negotiation failed: client connection to 127.29.86.124:36675: connect: Connection refused (error 111)
23:12:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.938001 30195 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:12:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.938354 30195 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:12:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.938484 30195 kserver.cc:163] Server-wide thread pool size limit: 3276
23:12:22.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.942317 30195 rpc_server.cc:307] RPC server started. Bound to: 127.29.86.124:36675
23:12:22.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.942348 30262 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.86.124:36675 every 8 connection(s)
23:12:22.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.942700 30195 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/data/info.pb
23:12:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.943297 30263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:12:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.944602 30263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.947494 30041 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXp28Gh/build/release/bin/kudu as pid 30195
23:12:22.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.947574 30041 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXp28Gh/test-tmp/mini-kudu-cluster7208987072491697612/master-2/wal/instance
23:12:22.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.949278 30263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.952241 30263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } has no permanent_uuid. Determining permanent_uuid...
23:12:22.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.955004 30191 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } attempt: 2
23:12:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.956491 30263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: Bootstrap starting.
23:12:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.957180 30263 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: Neither blocks nor log segments found. Creating new log.
23:12:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.957401 30263 log.cc:826] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: Log is configured to *not* fsync() on all Append() calls
23:12:22.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.958045 30263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: No bootstrap required, opened a new log
23:12:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.959079 30191 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: Bootstrap starting.
23:12:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.959736 30191 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: Neither blocks nor log segments found. Creating new log.
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960022 30191 log.cc:826] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: Log is configured to *not* fsync() on all Append() calls
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960184 30263 raft_consensus.cc:359] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960336 30263 raft_consensus.cc:385] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960371 30263 raft_consensus.cc:740] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 844037bb437f4093a6bacd44e2cdccb5, State: Initialized, Role: FOLLOWER
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960507 30263 consensus_queue.cc:260] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960824 30263 sys_catalog.cc:565] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: configured and running, proceeding with master startup.
23:12:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960932 30191 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: No bootstrap required, opened a new log
23:12:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.960909 30271 sys_catalog.cc:455] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.961551 30271 sys_catalog.cc:458] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: This master's current role is: FOLLOWER
23:12:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.961714 30271 raft_consensus.cc:493] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:12:22.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.961907 30271 raft_consensus.cc:515] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.962430 30191 raft_consensus.cc:359] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.962535 30191 raft_consensus.cc:385] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:22.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.962564 30191 raft_consensus.cc:740] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ffad75e13f6f48d798f93b17b40ab70d, State: Initialized, Role: FOLLOWER
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.962852 30271 leader_election.cc:290] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8045c4678d74b99abc994ed04366b92 (127.29.86.126:34331), ffad75e13f6f48d798f93b17b40ab70d (127.29.86.125:39879)
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963047 30191 consensus_queue.cc:260] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963142 30041 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963436 30191 sys_catalog.cc:565] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: configured and running, proceeding with master startup.
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963469 30165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "844037bb437f4093a6bacd44e2cdccb5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffad75e13f6f48d798f93b17b40ab70d" is_pre_election: true
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963572 30284 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963663 30284 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: This master's current role is: FOLLOWER
23:12:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963692 30165 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 844037bb437f4093a6bacd44e2cdccb5 in term 0.
23:12:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.963903 30212 leader_election.cc:304] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [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: 844037bb437f4093a6bacd44e2cdccb5, ffad75e13f6f48d798f93b17b40ab70d; no voters: 
23:12:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.964042 30271 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:12:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.964092 30271 raft_consensus.cc:493] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:12:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.964114 30271 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 0 FOLLOWER]: Advancing to term 1
23:12:22.964 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:22.964 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:12:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.964946 30271 raft_consensus.cc:515] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.965094 30271 leader_election.cc:290] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [CANDIDATE]: Term 1 election: Requested vote from peers b8045c4678d74b99abc994ed04366b92 (127.29.86.126:34331), ffad75e13f6f48d798f93b17b40ab70d (127.29.86.125:39879)
23:12:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.965372 30165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "844037bb437f4093a6bacd44e2cdccb5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffad75e13f6f48d798f93b17b40ab70d"
23:12:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.965442 30165 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 0 FOLLOWER]: Advancing to term 1
23:12:22.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.966002 30295 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:22.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.966054 30295 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:22.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966218 30165 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 844037bb437f4093a6bacd44e2cdccb5 in term 1.
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.964825 30195 master_runner.cc:187] Error getting master registration for 127.29.86.126:34331: OK, instance_id { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" instance_seqno: 1783465942708929 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966495 30212 leader_election.cc:304] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [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: 844037bb437f4093a6bacd44e2cdccb5, ffad75e13f6f48d798f93b17b40ab70d; no voters: 
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966521 30195 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966578 30271 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 1 FOLLOWER]: Leader election won for term 1
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966620 30271 raft_consensus.cc:697] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [term 1 LEADER]: Becoming Leader. State: Replica: 844037bb437f4093a6bacd44e2cdccb5, State: Running, Role: LEADER
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966686 30271 consensus_queue.cc:237] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.967056 30271 sys_catalog.cc:455] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 844037bb437f4093a6bacd44e2cdccb5. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.967156 30271 sys_catalog.cc:458] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: This master's current role is: LEADER
23:12:22.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.966513 30123 master_runner.cc:187] Error getting master registration for 127.29.86.126:34331: OK, instance_id { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" instance_seqno: 1783465942708929 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:12:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.968081 30123 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:12:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.968957 30283 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:22.969067 30283 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.969323 30298 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:12:22.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.969866 30298 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:12:22.966 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.86.126"
      port: 34331
    }
    bound_http_address {
      host: "127.29.86.126"
      port: 43953
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.86.125"
      port: 39879
    }
    bound_http_address {
      host: "127.29.86.125"
      port: 36389
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.86.124"
      port: 36675
    }
    bound_http_address {
      host: "127.29.86.124"
      port: 35709
    }
  }
}

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

23:12:22.971 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:12:22.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.971268 30165 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [term 1 FOLLOWER]: Refusing update from remote peer 844037bb437f4093a6bacd44e2cdccb5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:22.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.971683 30272 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:22.972 [INFO - Metastore-Handler-Pool: Thread-219] (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=2b25e4de-a9ea-490e-8fe4-d78416362821, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.86.125:39879,127.29.86.126:34331,127.29.86.124:36675}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:12:22.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.972939 30284 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 844037bb437f4093a6bacd44e2cdccb5. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.973022 30284 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: This master's current role is: FOLLOWER
23:12:22.973 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:12:22.973 [INFO - Metastore-Handler-Pool: Thread-219] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:12:22.973 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: null will be shutdown
23:12:22.974 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5325f1d7 created in the thread with id: 219
23:12:22.977 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b
23:12:22.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.991828 30272 sys_catalog.cc:455] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.991976 30272 sys_catalog.cc:458] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: This master's current role is: LEADER
23:12:22.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.992372 30300 mvcc.cc:204] Tried to move back new op lower bound from 7305076502408151040 to 7305076502392197120. Current Snapshot: MvccSnapshot[applied={T|T < 7305076502408151040}]
23:12:22.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.992679 30284 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:22.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.992767 30284 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d [sys.catalog]: This master's current role is: FOLLOWER
23:12:22.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.992857 30301 mvcc.cc:204] Tried to move back new op lower bound from 7305076502408151040 to 7305076502392197120. Current Snapshot: MvccSnapshot[applied={T|T < 7305076502408151040}]
23:12:22.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.994519 30298 catalog_manager.cc:1382] Generated new cluster ID: fac797fb80ee4f0fa240bae867e3c191
23:12:23.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:22.994573 30298 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:12:23.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.018148 30298 catalog_manager.cc:1405] Generated new certificate authority record
23:12:23.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.019970 30298 catalog_manager.cc:1539] Loading token signing keys...
23:12:23.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.033268 30298 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5: Generated new TSK 0
23:12:23.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.033957 30298 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:12:23.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.041620 30119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } attempt: 3
23:12:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.047297 30119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: Bootstrap starting.
23:12:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.048370 30119 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: Neither blocks nor log segments found. Creating new log.
23:12:23.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.048629 30119 log.cc:826] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: Log is configured to *not* fsync() on all Append() calls
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.049716 30119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: No bootstrap required, opened a new log
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.051828 30119 raft_consensus.cc:359] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.051973 30119 raft_consensus.cc:385] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.052004 30119 raft_consensus.cc:740] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8045c4678d74b99abc994ed04366b92, State: Initialized, Role: FOLLOWER
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.052096 30119 consensus_queue.cc:260] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [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: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } }
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.052395 30119 sys_catalog.cc:565] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: configured and running, proceeding with master startup.
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.053997 30091 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [term 0 FOLLOWER]: Advancing to term 1
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.053774 30092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "844037bb437f4093a6bacd44e2cdccb5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8045c4678d74b99abc994ed04366b92"
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.053900 30093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "844037bb437f4093a6bacd44e2cdccb5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8045c4678d74b99abc994ed04366b92" is_pre_election: true
23:12:23.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.054872 30091 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [term 1 FOLLOWER]: Refusing update from remote peer 844037bb437f4093a6bacd44e2cdccb5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:12:23.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.055963 30271 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:12:23.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:23.059862 30317 catalog_manager.cc:1593] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:12:23.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:12:23.060127 30317 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:12:23.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.060741 30319 mvcc.cc:204] Tried to move back new op lower bound from 7305076502655270912 to 7305076502392197120. Current Snapshot: MvccSnapshot[applied={T|T < 7305076502408151040}]
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.060992 30321 sys_catalog.cc:455] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.061195 30321 sys_catalog.cc:458] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: This master's current role is: FOLLOWER
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.061357 30321 sys_catalog.cc:455] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 844037bb437f4093a6bacd44e2cdccb5. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.061509 30321 sys_catalog.cc:458] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: This master's current role is: FOLLOWER
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.061631 30321 sys_catalog.cc:455] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:23.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.061764 30321 sys_catalog.cc:458] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92 [sys.catalog]: This master's current role is: FOLLOWER
23:12:23.413 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:23.417 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:23.417 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:23.470 [INFO - Metastore-Handler-Pool: Thread-219] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:12:23.474 [INFO - Metastore-Handler-Pool: Thread-219] (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/hive252564584234655490/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=2b25e4de-a9ea-490e-8fe4-d78416362821, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.86.125:39879,127.29.86.126:34331,127.29.86.124:36675}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:12:23.476 [INFO - Metastore-Handler-Pool: Thread-219] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive252564584234655490/external-warehouse/table
23:12:23.531 [DEBUG - Metastore-Handler-Pool: Thread-219] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:12:23.533 [DEBUG - Metastore-Handler-Pool: Thread-219] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:12:23.535 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.29.86.125:39879(127.29.86.125:39879)] connecting to peer
23:12:23.536 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.29.86.126:34331(127.29.86.126:34331)] connecting to peer
23:12:23.537 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.86.125:39879(127.29.86.125:39879)] Successfully connected to peer
23:12:23.544 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.29.86.124:36675(127.29.86.124:36675)] connecting to peer
23:12:23.545 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.86.125
23:12:23.546 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.86.126:34331(127.29.86.126:34331)] Successfully connected to peer
23:12:23.550 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.86.124:36675(127.29.86.124:36675)] Successfully connected to peer
23:12:23.552 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.86.126
23:12:23.552 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.86.124
23:12:23.573 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:23.576 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:23.578 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x138cbb28, L:/127.0.0.1:51568 - R:/127.29.86.124:36675] using SASL/PLAIN
23:12:23.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.580092 30271 sys_catalog.cc:455] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "844037bb437f4093a6bacd44e2cdccb5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8045c4678d74b99abc994ed04366b92" member_type: VOTER last_known_addr { host: "127.29.86.126" port: 34331 } } peers { permanent_uuid: "ffad75e13f6f48d798f93b17b40ab70d" member_type: VOTER last_known_addr { host: "127.29.86.125" port: 39879 } } peers { permanent_uuid: "844037bb437f4093a6bacd44e2cdccb5" member_type: VOTER last_known_addr { host: "127.29.86.124" port: 36675 } } }
23:12:23.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.580230 30271 sys_catalog.cc:458] T 00000000000000000000000000000000 P 844037bb437f4093a6bacd44e2cdccb5 [sys.catalog]: This master's current role is: LEADER
23:12:23.580 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:12:23.583 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:12:23.584 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x6b1c67f8, L:/127.0.0.1:51136 - R:/127.29.86.126:34331] using SASL/PLAIN
23:12:23.587 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5519684a, L:/127.0.0.1:36012 - R:/127.29.86.125:39879] using SASL/PLAIN
23:12:23.629 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:23.663 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:23.664 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:12:23.678 [INFO - Metastore-Handler-Pool: Thread-219] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:12:23.766 [INFO - Metastore-Handler-Pool: Thread-219] (MetaStoreServerUtils.java:473) Updating table stats for table
23:12:23.766 [INFO - Metastore-Handler-Pool: Thread-219] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:12:23.856 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:12:23.879 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:3711) Skipping translation for processor with null
23:12:23.880 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:12:23.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.966526 30295 catalog_manager.cc:1294] Loaded cluster ID: fac797fb80ee4f0fa240bae867e3c191
23:12:23.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.966624 30295 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: loading cluster ID for follower catalog manager: success
23:12:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.967886 30295 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: acquiring CA information for follower catalog manager: success
23:12:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:23.968300 30295 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ffad75e13f6f48d798f93b17b40ab70d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:24.008 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:24.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.060719 30317 catalog_manager.cc:1294] Loaded cluster ID: fac797fb80ee4f0fa240bae867e3c191
23:12:24.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.060811 30317 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: loading cluster ID for follower catalog manager: success
23:12:24.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.062139 30317 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: acquiring CA information for follower catalog manager: success
23:12:24.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.062469 30317 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b8045c4678d74b99abc994ed04366b92: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:12:24.141 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:24.176 [WARN - Metastore-Handler-Pool: Thread-219] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:12:24.277 [INFO - Metastore-Handler-Pool: Thread-219] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:12:24.278 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:12:24.278 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:12:24.278 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13897c3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5325f1d7 will be shutdown
23:12:24.278 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:12:24.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.278371 30041 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 30052
23:12:24.283 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.86.126:34331(127.29.86.126:34331)] handling channelInactive
23:12:24.283 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.86.126:34331(127.29.86.126:34331)] cleaning up while in state READY due to: connection closed
23:12:24.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.285380 30041 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 30123
23:12:24.290 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.86.125:39879(127.29.86.125:39879)] handling channelInactive
23:12:24.290 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.86.125:39879(127.29.86.125:39879)] cleaning up while in state READY due to: connection closed
23:12:24.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:12:24.290434 30041 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXp28Gh/build/release/bin/kudu with pid 30195
23:12:24.295 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.86.124:36675(127.29.86.124:36675)] handling channelInactive
23:12:24.295 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.86.124:36675(127.29.86.124:36675)] cleaning up while in state READY due to: connection closed
23:12:24.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:12:24Z chronyd exiting

Time: 23.152

OK (6 tests)

