JUnit version 4.13.2
.02:19:00.518 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:00.524 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:00.525 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:00.626 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12490115506400405268
02:19:00.768 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:00.784 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:01.043 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:01.081 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:01.082 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:19:01.111 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:19:01.122 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:01.140 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:19:01.856 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:01.860 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:19:01.881 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:01.883 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:01.896 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:01.897 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:02.076 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:02.076 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:02.078 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:02.575 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:02.575 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
02:19:02.608 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@79c7ce6f created in the thread with id: 13
02:19:02.666 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:02.870 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:02.872 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:02.873 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:02.874 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:02.875 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:02.876 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:03.411 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
02:19:03.412 [WARN - Thread-0] (ObjectStore.java:10774) setMetaStoreSchemaVersion called but recording version is disabled: version = 4.1.0, comment = Set by MetaStore UNKNOWN@10.240.0.64
02:19:03.412 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
02:19:03.699 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:19:03.738 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:03.780 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:19:03.783 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:19:03.845 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:03.850 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:04.127 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:04.134 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:04.144 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:04.145 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [32935]...
02:19:04.145 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:04.145 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:04.145 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:19:04.146 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:19:04.647 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:04.648 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:04.648 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:04.660 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:04.661 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:32935]
02:19:04.661 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:32935) in binary transport mode
02:19:04.679 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:32935) current connections: 1
02:19:04.741 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:19:04.846 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:04.848 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:04.851 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:04.891 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:32935"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:19:05.061 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:05.067 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:19:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.068639 10703 mini_oidc.cc:150] Starting JWKS server
02:19:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.069378 10703 webserver.cc:533] Webserver started at http://127.0.0.1:38219/ using document root <none> and password file <none>
02:19:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.069520 10703 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:05.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.069686 10703 webserver.cc:533] Webserver started at http://127.0.0.1:34685/ using document root <none> and password file <none>
02:19:05.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:05Z Disabled control of system clock
02:19:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.081365 10703 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal
02:19:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data
02:19:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/logs
02:19:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data/info.pb
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:05.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:05.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.254:37417
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.254
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935 with env {}
02:19:05.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.164369 10714 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:05.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.164548 10714 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:05.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.164568 10714 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:05.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166457 10714 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:05.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166510 10714 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:05.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166524 10714 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:05.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166538 10714 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:05.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166549 10714 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:05.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.166560 10714 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38219/jwks.json
02:19:05.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.168519 10714 master_runner.cc:387] Master server non-default flags:
02:19:05.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935
02:19:05.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.254:37417
02:19:05.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:05.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data/info.pb
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.254
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10714
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/logs
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:05.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:05.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:05.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.168699 10714 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:05.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.168865 10714 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:05.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.171427 10719 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.171557 10720 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.172119 10722 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.172544 10714 server_base.cc:1061] running on GCE node
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.172784 10714 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.173026 10714 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.174180 10714 hybrid_clock.cc:648] HybridClock initialized: now 1783477145174154 us; error 36 us; skew 500 ppm
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.175578 10714 webserver.cc:533] Webserver started at http://127.10.115.254:41701/ using document root <none> and password file <none>
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.175767 10714 fs_manager.cc:362] Metadata directory not provided
02:19:05.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.175819 10714 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.175920 10714 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.177009 10714 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data/instance:
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563"
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.177371 10714 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal/instance:
02:19:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563"
02:19:05.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.178857 10714 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.179755 10728 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.179939 10714 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.180006 10714 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563"
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.180070 10714 fs_report.cc:389] FS layout report
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data/data
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:05.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:05.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:05.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.196250 10714 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:05.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.196558 10714 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:05.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.196676 10714 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:05.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.200575 10714 rpc_server.cc:307] RPC server started. Bound to: 127.10.115.254:37417
02:19:05.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.200608 10781 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.115.254:37417 every 8 connection(s)
02:19:05.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.200974 10714 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/data/info.pb
02:19:05.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.201509 10782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:05.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.202685 10782 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.211198 10703 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 10714
02:19:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.211277 10703 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-0/wal/instance
02:19:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.211522 10782 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.211964 10729 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.115.253:42103: connect: Connection refused (error 111)
02:19:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.212306 10703 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal
02:19:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data
02:19:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/logs
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data/info.pb
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:05.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.253:42103
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.253
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935 with env {}
02:19:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.212496 10782 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.253:42103: Network error: Client connection negotiation failed: client connection to 127.10.115.253:42103: connect: Connection refused (error 111)
02:19:05.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.261705 10782 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } attempt: 1
02:19:05.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.262616 10782 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.253:42103: Network error: Client connection negotiation failed: client connection to 127.10.115.253:42103: connect: Connection refused (error 111)
02:19:05.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.293344 10786 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.293551 10786 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.293578 10786 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:05.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295301 10786 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:05.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295399 10786 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:05.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295428 10786 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:05.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295440 10786 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:05.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295454 10786 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:05.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.295464 10786 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38219/jwks.json
02:19:05.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.297329 10786 master_runner.cc:387] Master server non-default flags:
02:19:05.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.253:42103
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data/info.pb
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.253
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10786
02:19:05.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/logs
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.297513 10786 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.297734 10786 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.300124 10794 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.300179 10792 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.300357 10791 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.301261 10786 server_base.cc:1061] running on GCE node
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.301461 10786 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.301703 10786 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.302842 10786 hybrid_clock.cc:648] HybridClock initialized: now 1783477145302829 us; error 26 us; skew 500 ppm
02:19:05.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.304031 10786 webserver.cc:533] Webserver started at http://127.10.115.253:34597/ using document root <none> and password file <none>
02:19:05.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.304179 10786 fs_manager.cc:362] Metadata directory not provided
02:19:05.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.304212 10786 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:05.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.304280 10786 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.305069 10786 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data/instance:
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ca4ca99da2f48c7888902c8d5f9ff62"
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.305318 10786 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal/instance:
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ca4ca99da2f48c7888902c8d5f9ff62"
02:19:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.306419 10786 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
02:19:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.307015 10800 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.307165 10786 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:19:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.307229 10786 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal
02:19:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ca4ca99da2f48c7888902c8d5f9ff62"
02:19:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.307281 10786 fs_report.cc:389] FS layout report
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data/data
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:05.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:05.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.318562 10786 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:05.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.318868 10786 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:05.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.318993 10786 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:05.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.322827 10786 rpc_server.cc:307] RPC server started. Bound to: 127.10.115.253:42103
02:19:05.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.322860 10852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.115.253:42103 every 8 connection(s)
02:19:05.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.323257 10786 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/data/info.pb
02:19:05.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.323836 10853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:05.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.325413 10853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.329979 10703 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 10786
02:19:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.330083 10703 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-1/wal/instance
02:19:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.330171 10853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.330520 10703 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/logs
02:19:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data/info.pb
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:05.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:05.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.252:39167
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.252
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935 with env {}
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.330773 10782 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } attempt: 2
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.335247 10853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.335602 10804 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.339162 10853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.252:39167: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.341275 10782 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.341926 10782 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.252:39167: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.385056 10782 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } attempt: 1
02:19:05.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.385874 10782 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.252:39167: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.388346 10853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } attempt: 1
02:19:05.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.388998 10853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.252:39167: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.413435 10856 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:05.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.413622 10856 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:05.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.413654 10856 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:05.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415310 10856 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:05.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415438 10856 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:05.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415459 10856 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:05.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415477 10856 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:05.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415495 10856 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:05.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.415515 10856 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38219/jwks.json
02:19:05.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.417351 10856 master_runner.cc:387] Master server non-default flags:
02:19:05.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:05.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.115.212:38197
02:19:05.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32935
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.115.254:37417,127.10.115.253:42103,127.10.115.252:39167
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:05.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.115.252:39167
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38219/jwks.json
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data/info.pb
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.115.252
02:19:05.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10856
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/logs
02:19:05.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.417605 10856 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.417856 10856 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.420316 10866 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.420558 10864 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.420605 10863 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.420877 10856 server_base.cc:1061] running on GCE node
02:19:05.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.421065 10856 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:05.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.421299 10856 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:05.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.422449 10856 hybrid_clock.cc:648] HybridClock initialized: now 1783477145422426 us; error 37 us; skew 500 ppm
02:19:05.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.423648 10856 webserver.cc:533] Webserver started at http://127.10.115.252:33771/ using document root <none> and password file <none>
02:19:05.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.423862 10856 fs_manager.cc:362] Metadata directory not provided
02:19:05.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.423918 10856 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:05.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.424050 10856 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.424943 10856 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data/instance:
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5"
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.425305 10856 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal/instance:
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5"
02:19:05.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.426657 10856 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:19:05.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.427529 10872 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:05.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.427717 10856 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.427783 10856 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5"
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:05 on dist-test-slave-8w2v"
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.427838 10856 fs_report.cc:389] FS layout report
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data/data
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:05.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:05.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:05.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.433041 10782 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } attempt: 2
02:19:05.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.433779 10782 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.115.252:39167: Network error: Client connection negotiation failed: client connection to 127.10.115.252:39167: connect: Connection refused (error 111)
02:19:05.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.439152 10856 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:05.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.439429 10856 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:05.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.439522 10856 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:05.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.443260 10856 rpc_server.cc:307] RPC server started. Bound to: 127.10.115.252:39167
02:19:05.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.443290 10925 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.115.252:39167 every 8 connection(s)
02:19:05.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.443681 10856 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/data/info.pb
02:19:05.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.444199 10926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:05.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.445384 10926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.446609 10703 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 10856
02:19:05.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.446692 10703 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster15261885223635536686/master-2/wal/instance
02:19:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.450567 10926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.453982 10926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } has no permanent_uuid. Determining permanent_uuid...
02:19:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.457142 10853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } attempt: 2
02:19:05.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.457731 10926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: Bootstrap starting.
02:19:05.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.458413 10926 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: Neither blocks nor log segments found. Creating new log.
02:19:05.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.458676 10926 log.cc:826] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: Log is configured to *not* fsync() on all Append() calls
02:19:05.461 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:05.462 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:05.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.459493 10926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: No bootstrap required, opened a new log
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.460640 10703 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461218 10853 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: Bootstrap starting.
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461393 10926 raft_consensus.cc:359] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461508 10926 raft_consensus.cc:385] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461545 10926 raft_consensus.cc:740] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01f9aaf78fc14ef6b8220a2741bfd5f5, State: Initialized, Role: FOLLOWER
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461648 10926 consensus_queue.cc:260] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461901 10853 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: Neither blocks nor log segments found. Creating new log.
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461930 10926 sys_catalog.cc:565] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: configured and running, proceeding with master startup.
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.461933 10931 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.462049 10931 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.462145 10853 log.cc:826] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: Log is configured to *not* fsync() on all Append() calls
02:19:05.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.462800 10853 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: No bootstrap required, opened a new log
02:19:05.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.464773 10853 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.464885 10853 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:05.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.464917 10853 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ca4ca99da2f48c7888902c8d5f9ff62, State: Initialized, Role: FOLLOWER
02:19:05.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.464998 10853 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.465255 10853 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: configured and running, proceeding with master startup.
02:19:05.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.469933 10786 master_runner.cc:187] Error getting master registration for 127.10.115.254:37417: OK, instance_id { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" instance_seqno: 1783477145199549 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:05.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.471668 10786 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:05.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.472360 10951 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:05.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.472414 10951 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:05.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.472595 10937 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.472641 10937 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.472470 10856 master_runner.cc:187] Error getting master registration for 127.10.115.254:37417: OK, instance_id { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" instance_seqno: 1783477145199549 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:05.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.474184 10856 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:05.474 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.115.254"
      port: 37417
    }
    bound_http_address {
      host: "127.10.115.254"
      port: 41701
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.115.253"
      port: 42103
    }
    bound_http_address {
      host: "127.10.115.253"
      port: 34597
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.115.252"
      port: 39167
    }
    bound_http_address {
      host: "127.10.115.252"
      port: 33771
    }
  }
}

02:19:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.476842 10931 raft_consensus.cc:493] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:19:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.476964 10931 raft_consensus.cc:515] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477180 10931 leader_election.cc:290] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5c7ea8e78f9c4b0a94ab543b7bdc4563 (127.10.115.254:37417), 3ca4ca99da2f48c7888902c8d5f9ff62 (127.10.115.253:42103)
02:19:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477509 10827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" is_pre_election: true
02:19:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477620 10827 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01f9aaf78fc14ef6b8220a2741bfd5f5 in term 0.
02:19:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477805 10873 leader_election.cc:304] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [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: 01f9aaf78fc14ef6b8220a2741bfd5f5, 3ca4ca99da2f48c7888902c8d5f9ff62; no voters: 
02:19:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477936 10931 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:19:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.477983 10931 raft_consensus.cc:493] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:19:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.478004 10931 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 0 FOLLOWER]: Advancing to term 1
02:19:05.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.478847 10931 raft_consensus.cc:515] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.478987 10931 leader_election.cc:290] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [CANDIDATE]: Term 1 election: Requested vote from peers 5c7ea8e78f9c4b0a94ab543b7bdc4563 (127.10.115.254:37417), 3ca4ca99da2f48c7888902c8d5f9ff62 (127.10.115.253:42103)
02:19:05.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.479403 10827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62"
02:19:05.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.479516 10827 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 0 FOLLOWER]: Advancing to term 1
02:19:05.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.480038 10962 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:05.481 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.480080 10962 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.480646 10827 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01f9aaf78fc14ef6b8220a2741bfd5f5 in term 1.
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.480844 10873 leader_election.cc:304] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [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: 01f9aaf78fc14ef6b8220a2741bfd5f5, 3ca4ca99da2f48c7888902c8d5f9ff62; no voters: 
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.480965 10931 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 1 FOLLOWER]: Leader election won for term 1
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.481128 10931 raft_consensus.cc:697] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [term 1 LEADER]: Becoming Leader. State: Replica: 01f9aaf78fc14ef6b8220a2741bfd5f5, State: Running, Role: LEADER
02:19:05.482 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.481220 10931 consensus_queue.cc:237] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.481627 10966 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01f9aaf78fc14ef6b8220a2741bfd5f5. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.481721 10966 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: This master's current role is: LEADER
02:19:05.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.499501 10968 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:19:05.500 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:05.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.501389 10968 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:19:05.508 [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=9df70696-7518-439d-bbec-3c2f910bae0e, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:05.510 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:05.511 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:05.511 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: null will be shutdown
02:19:05.512 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 created in the thread with id: 36
02:19:05.515 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:05.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.516875 10948 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:05.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.517148 10959 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:05.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.536201 10827 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [term 1 FOLLOWER]: Refusing update from remote peer 01f9aaf78fc14ef6b8220a2741bfd5f5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:05.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.536949 10966 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:05.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.538391 10937 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01f9aaf78fc14ef6b8220a2741bfd5f5. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.538496 10937 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.540925 10782 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } attempt: 3
02:19:05.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.545956 10782 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: Bootstrap starting.
02:19:05.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.546679 10782 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: Neither blocks nor log segments found. Creating new log.
02:19:05.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.546921 10782 log.cc:826] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: Log is configured to *not* fsync() on all Append() calls
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.548267 10782 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: No bootstrap required, opened a new log
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.550266 10782 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.550379 10782 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.550418 10782 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c7ea8e78f9c4b0a94ab543b7bdc4563, State: Initialized, Role: FOLLOWER
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.550516 10782 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [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: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } }
02:19:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.550796 10782 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: configured and running, proceeding with master startup.
02:19:05.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.551384 10755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563"
02:19:05.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.551488 10755 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 0 FOLLOWER]: Advancing to term 1
02:19:05.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.552292 10755 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01f9aaf78fc14ef6b8220a2741bfd5f5 in term 1.
02:19:05.553 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4
02:19:05.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.553807 10754 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 1 FOLLOWER]: Refusing update from remote peer 01f9aaf78fc14ef6b8220a2741bfd5f5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:05.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.553889 10931 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.553944 10756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" is_pre_election: true
02:19:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.553982 10931 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: This master's current role is: LEADER
02:19:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.553994 10756 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 01f9aaf78fc14ef6b8220a2741bfd5f5 in term 1. Re-sending same reply.
02:19:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.554437 10937 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.554514 10937 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.560096 10970 mvcc.cc:204] Tried to move back new op lower bound from 7305122388113833984 to 7305122387891752960. Current Snapshot: MvccSnapshot[applied={T|T < 7305122388113833984}]
02:19:05.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.560752 10973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.562541 10969 mvcc.cc:204] Tried to move back new op lower bound from 7305122388113833984 to 7305122387891752960. Current Snapshot: MvccSnapshot[applied={T|T < 7305122388113833984}]
02:19:05.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.562791 10966 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:05.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.563086 10968 catalog_manager.cc:1383] Generated new cluster ID: 2ad4d1f2f1554d7892ad83d56427ceca
02:19:05.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.563128 10968 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:19:05.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.566588 10973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.566828 10973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01f9aaf78fc14ef6b8220a2741bfd5f5. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.567035 10973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.567193 10973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.567444 10973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563 [sys.catalog]: This master's current role is: FOLLOWER
02:19:05.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.568392 10991 mvcc.cc:204] Tried to move back new op lower bound from 7305122388113833984 to 7305122387891752960. Current Snapshot: MvccSnapshot[applied={T|T < 7305122388113833984}]
02:19:05.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.568895 10931 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c7ea8e78f9c4b0a94ab543b7bdc4563" member_type: VOTER last_known_addr { host: "127.10.115.254" port: 37417 } } peers { permanent_uuid: "3ca4ca99da2f48c7888902c8d5f9ff62" member_type: VOTER last_known_addr { host: "127.10.115.253" port: 42103 } } peers { permanent_uuid: "01f9aaf78fc14ef6b8220a2741bfd5f5" member_type: VOTER last_known_addr { host: "127.10.115.252" port: 39167 } } }
02:19:05.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.568981 10931 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5 [sys.catalog]: This master's current role is: LEADER
02:19:05.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.569186 10968 catalog_manager.cc:1406] Generated new certificate authority record
02:19:05.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.569815 10968 catalog_manager.cc:1540] Loading token signing keys...
02:19:05.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.571889 10989 catalog_manager.cc:1295] Loaded cluster ID: 2ad4d1f2f1554d7892ad83d56427ceca
02:19:05.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.571935 10989 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: loading cluster ID for follower catalog manager: success
02:19:05.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.573139 10989 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: acquiring CA information for follower catalog manager: success
02:19:05.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.573268 10989 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
02:19:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.590322 10968 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 01f9aaf78fc14ef6b8220a2741bfd5f5: Generated new TSK 0
02:19:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.590777 10968 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:19:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.591087 10968 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:19:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:05.591363 10968 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:19:05.592 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:05.592717 10986 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:06.101 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:06.112 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:06.112 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:06.274 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:06.285 [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/hive12490115506400405268/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=9df70696-7518-439d-bbec-3c2f910bae0e, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:06.354 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12490115506400405268/external-warehouse/table
02:19:06.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:06.472885 10951 catalog_manager.cc:1295] Loaded cluster ID: 2ad4d1f2f1554d7892ad83d56427ceca
02:19:06.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:06.472966 10951 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: loading cluster ID for follower catalog manager: success
02:19:06.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:06.474346 10951 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: acquiring CA information for follower catalog manager: success
02:19:06.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:06.474656 10951 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3ca4ca99da2f48c7888902c8d5f9ff62: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:06.501 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:06.504 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:06.507 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:06.519 [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=	
02:19:06.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:06.522269 10948 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:06.523 [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=	
02:19:06.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:06.524024 10959 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:06.533 [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.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:06.554 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:06.558 [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/hive12490115506400405268/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.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:06.561 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12490115506400405268/external-warehouse/table
02:19:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:06.573900 10989 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5c7ea8e78f9c4b0a94ab543b7bdc4563: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:06.583 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:06.584 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:06.585 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:06.586 [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=c43eeee8-50cd-4ee4-a2a2-3d8127da0fc6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:06.589 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:06.593 [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/hive12490115506400405268/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=c43eeee8-50cd-4ee4-a2a2-3d8127da0fc6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:06.596 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12490115506400405268/external-warehouse/table
02:19:06.606 [INFO - Metastore-Handler-Pool: Thread-50] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:06.607036 10986 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:06.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:19:06.620 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:19:06.620 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:19:06.625 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6dc960a2
02:19:06.646 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:19:06.647 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:19:06.647 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:19:06.647 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:19:06.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:19:06.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:19:06.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:19:06.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:19:06.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:19:06.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:19:06.651 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
02:19:06.652 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:19:06.652 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:19:06.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:19:06.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:19:06.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:19:06.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:19:06.654 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:19:06.654 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:19:06.682 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:19:06.715 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:19:06.749 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:19:06.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:19:06.756 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:19:06.764 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:19:06.764 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:19:06.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:19:06.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:19:06.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:19:06.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:19:06.811 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:19:06.812 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:19:06.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:06.832 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:19:06.856 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:19:07.012 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.10.115.253:42103(127.10.115.253:42103)] connecting to peer
02:19:07.020 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 10650 (auto-detected)
02:19:07.023 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:19:07.023 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:19:07.025 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:19:07.026 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:19:07.027 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:f8:ff:fe:d2:a3:0c (auto-detected)
02:19:07.052 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:19:07.052 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:19:07.052 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:19:07.057 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:19:07.062 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.10.115.252:39167(127.10.115.252:39167)] connecting to peer
02:19:07.064 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.10.115.254:37417(127.10.115.254:37417)] connecting to peer
02:19:07.078 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.115.253:42103(127.10.115.253:42103)] Successfully connected to peer
02:19:07.078 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.115.254:37417(127.10.115.254:37417)] Successfully connected to peer
02:19:07.079 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.115.252:39167(127.10.115.252:39167)] Successfully connected to peer
02:19:07.090 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:19:07.090 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:19:07.090 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@21445ca2
02:19:07.095 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:19:07.095 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:19:07.095 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:19:07.095 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:19:07.095 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:19:07.167 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.115.254
02:19:07.168 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.115.252
02:19:07.169 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.115.253
02:19:07.356 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:07.357 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:07.361 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:07.377 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x5295a0bb, L:/127.0.0.1:39444 - R:/127.10.115.252:39167] using SASL/PLAIN
02:19:07.376 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x2939eb60, L:/127.0.0.1:46522 - R:/127.10.115.253:42103] using SASL/PLAIN
02:19:07.378 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xf25ee595, L:/127.0.0.1:46426 - R:/127.10.115.254:37417] using SASL/PLAIN
02:19:07.420 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:19:07.426 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:07.427 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:19:07.462 [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=752107f6-7e3c-468f-86a2-db660ef4048c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:07.466 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:07.469 [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/hive12490115506400405268/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=752107f6-7e3c-468f-86a2-db660ef4048c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:07.472 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12490115506400405268/external-warehouse/table
02:19:07.524 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:07.525343 10948 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:07.526 [INFO - Metastore-Handler-Pool: Thread-59] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:07.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:07.527084 10959 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:07.568 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:07.611 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:07.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:07.611558 10986 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:07.641 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:07.651 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:07.844 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:08.135 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:08.192 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:08.240 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:08.394 [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=f1691d59-7067-4179-84b0-94a5f8860e1c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:08.399 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:08.402 [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/hive12490115506400405268/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=f1691d59-7067-4179-84b0-94a5f8860e1c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.115.253:42103,127.10.115.252:39167,127.10.115.254:37417}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:08.405 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12490115506400405268/external-warehouse/table
02:19:08.441 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:08.468 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:08.470 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:08.528 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:08.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:08.529009 10948 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:08.532 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:08.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:08.532565 10959 client.h:372] Failed to connect to Hive Metastore (localhost:32935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:08.533 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:08.556 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:08.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:08.556617 10703 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 10714
02:19:08.558 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:19:08.558 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 will be shutdown
02:19:08.558 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:19:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:08.565668 10703 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 10786
02:19:08.566 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.115.254:37417(127.10.115.254:37417)] handling channelInactive
02:19:08.567 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.115.254:37417(127.10.115.254:37417)] cleaning up while in state READY due to: connection closed
02:19:08.573 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.115.253:42103(127.10.115.253:42103)] handling channelInactive
02:19:08.574 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.115.253:42103(127.10.115.253:42103)] cleaning up while in state READY due to: connection closed
02:19:08.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:08.573431 10703 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 10856
02:19:08.581 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.115.252:39167(127.10.115.252:39167)] handling channelInactive
02:19:08.581 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.115.252:39167(127.10.115.252:39167)] cleaning up while in state READY due to: connection closed
02:19:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:08Z chronyd exiting
.02:19:08.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:08.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:08.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:08.651 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9499135724993064771
02:19:08.652 [INFO - Thread-39] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:08.653 [INFO - Thread-39] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:08.657 [INFO - Thread-39] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:08.657 [INFO - Thread-39] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:08.657 [INFO - Thread-39] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:19:08.663 [INFO - Thread-39] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:19:08.668 [INFO - Thread-39] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:19:08.668 [INFO - Thread-39] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:19:08.670 [INFO - Thread-39] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:19:08.670 [INFO - Thread-39] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:08.673 [INFO - Thread-39] (HikariDataSource.java:80) objectstore - Starting...
02:19:08.787 [INFO - Thread-39] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:08.788 [INFO - Thread-39] (HikariDataSource.java:82) objectstore - Start completed.
02:19:08.788 [INFO - Thread-39] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:08.790 [INFO - Thread-39] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:08.792 [INFO - Thread-39] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:08.793 [INFO - Thread-39] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:08.815 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:08.816 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:08.816 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:08.856 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:08.857 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:08.858 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:08.858 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:08.859 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:08.859 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:09.103 [INFO - Thread-39] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:09.103 [INFO - Thread-39] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8911685, with PersistenceManager: null will be shutdown
02:19:09.104 [INFO - Thread-39] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8911685, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@68385c6d created in the thread with id: 64
02:19:09.106 [WARN - Thread-39] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:09.107 [INFO - Thread-39] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8911685
02:19:09.221 [INFO - Thread-39] (HMSHandler.java:595) Started creating a default database with name: default
02:19:09.242 [INFO - Thread-39] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:09.267 [INFO - Thread-39] (HMSHandler.java:668) Added admin role in metastore
02:19:09.269 [INFO - Thread-39] (HMSHandler.java:677) Added public role in metastore
02:19:09.295 [INFO - Thread-39] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:09.296 [INFO - Thread-39] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:09.296 [INFO - Thread-39] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:09.296 [INFO - Thread-39] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:09.297 [WARN - Thread-39] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:09.297 [INFO - Thread-39] (HiveMetaStore.java:632) Started the new metaserver on port [41111]...
02:19:09.297 [INFO - Thread-39] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:09.297 [INFO - Thread-39] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:09.297 [INFO - Thread-39] (HiveMetaStore.java:635) TCP keepalive = true
02:19:09.297 [INFO - Thread-39] (HiveMetaStore.java:636) Enable SSL = false
02:19:09.655 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:09.655 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:09.655 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:09.658 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:09.658 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41111]
02:19:09.658 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41111) in binary transport mode
02:19:09.658 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41111) current connections: 1
02:19:09.660 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:09.661 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:09.661 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:09.664 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41111"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:19:09.738 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:09.739 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:19:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.739688 11053 mini_oidc.cc:150] Starting JWKS server
02:19:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.740260 11053 webserver.cc:533] Webserver started at http://127.0.0.1:35411/ using document root <none> and password file <none>
02:19:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.740365 11053 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:09.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.740543 11053 webserver.cc:533] Webserver started at http://127.0.0.1:38369/ using document root <none> and password file <none>
02:19:09.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:09Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:09.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:09Z Disabled control of system clock
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.750191 11053 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/logs
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data/info.pb
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:09.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.126:43899
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.126
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111 with env {}
02:19:09.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.825310 11064 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:09.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.825470 11064 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:09.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.825490 11064 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826900 11064 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826936 11064 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826949 11064 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826961 11064 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826974 11064 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:09.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.826985 11064 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.828642 11064 master_runner.cc:387] Master server non-default flags:
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal
02:19:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.126:43899
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data/info.pb
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.126
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11064
02:19:09.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/logs
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.828817 11064 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:09.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.828976 11064 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:09.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.831280 11069 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.831280 11070 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.831956 11072 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.832147 11064 server_base.cc:1061] running on GCE node
02:19:09.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.832432 11064 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:09.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.832710 11064 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:09.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.833848 11064 hybrid_clock.cc:648] HybridClock initialized: now 1783477149833825 us; error 40 us; skew 500 ppm
02:19:09.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.834969 11064 webserver.cc:533] Webserver started at http://127.10.203.126:46729/ using document root <none> and password file <none>
02:19:09.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.835182 11064 fs_manager.cc:362] Metadata directory not provided
02:19:09.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.835268 11064 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:09.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.835420 11064 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.836256 11064 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data/instance:
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "870743a15bc1425f90126462fcd9870c"
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.836616 11064 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal/instance:
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "870743a15bc1425f90126462fcd9870c"
02:19:09.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.837882 11064 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:19:09.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.838552 11078 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:09.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.838750 11064 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:09.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.838850 11064 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "870743a15bc1425f90126462fcd9870c"
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.838903 11064 fs_report.cc:389] FS layout report
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data/data
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:09.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.860208 11064 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:09.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.860540 11064 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:09.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.860707 11064 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:09.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.864611 11064 rpc_server.cc:307] RPC server started. Bound to: 127.10.203.126:43899
02:19:09.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.864647 11130 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.203.126:43899 every 8 connection(s)
02:19:09.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.865008 11064 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/data/info.pb
02:19:09.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.865561 11131 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:09.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.866714 11131 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.871865 11131 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.872267 11081 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.203.125:46745: connect: Connection refused (error 111)
02:19:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.872679 11131 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.125:46745: Network error: Client connection negotiation failed: client connection to 127.10.203.125:46745: connect: Connection refused (error 111)
02:19:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.874279 11053 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11064
02:19:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.874361 11053 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-0/wal/instance
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.875020 11053 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/logs
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data/info.pb
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.125:46745
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.125
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111 with env {}
02:19:09.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.921880 11131 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } attempt: 1
02:19:09.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.922785 11131 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.125:46745: Network error: Client connection negotiation failed: client connection to 127.10.203.125:46745: connect: Connection refused (error 111)
02:19:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.950055 11135 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.950206 11135 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:09.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.950225 11135 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951733 11135 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951776 11135 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:09.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951789 11135 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951802 11135 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951813 11135 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.951825 11135 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.953359 11135 master_runner.cc:387] Master server non-default flags:
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.125:46745
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data/info.pb
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.125
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11135
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/logs
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.953523 11135 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.953689 11135 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.955885 11141 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.955922 11143 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.955917 11140 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.956403 11135 server_base.cc:1061] running on GCE node
02:19:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.956619 11135 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.956846 11135 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.958010 11135 hybrid_clock.cc:648] HybridClock initialized: now 1783477149957989 us; error 31 us; skew 500 ppm
02:19:09.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.959017 11135 webserver.cc:533] Webserver started at http://127.10.203.125:32869/ using document root <none> and password file <none>
02:19:09.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.959169 11135 fs_manager.cc:362] Metadata directory not provided
02:19:09.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.959210 11135 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:09.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.959282 11135 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.960182 11135 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data/instance:
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0"
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.960467 11135 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal/instance:
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0"
02:19:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.961594 11135 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.962255 11149 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.962539 11135 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.962646 11135 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0"
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:09 on dist-test-slave-8w2v"
02:19:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.962709 11135 fs_report.cc:389] FS layout report
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data/data
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:09.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.976718 11135 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.977070 11135 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:09.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.977244 11135 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:09.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.981029 11135 rpc_server.cc:307] RPC server started. Bound to: 127.10.203.125:46745
02:19:09.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.981087 11201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.203.125:46745 every 8 connection(s)
02:19:09.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.981422 11135 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/data/info.pb
02:19:09.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.981962 11203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:09.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.983119 11203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.987902 11203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.988924 11053 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11135
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.988991 11053 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-1/wal/instance
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.989295 11053 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/logs
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data/info.pb
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.124:42147
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.124
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111 with env {}
02:19:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.990953 11131 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } attempt: 2
02:19:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.991968 11203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.992304 11151 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.992775 11203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.124:42147: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:09.994562 11131 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } has no permanent_uuid. Determining permanent_uuid...
02:19:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:09.995193 11131 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.124:42147: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:10.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.038353 11131 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } attempt: 1
02:19:10.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.039237 11131 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.124:42147: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:10.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.042004 11203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } attempt: 1
02:19:10.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.042707 11203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.124:42147: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:10.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.066150 11206 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:10.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.066308 11206 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:10.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.066326 11206 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067866 11206 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067920 11206 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067940 11206 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067953 11206 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067965 11206 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:10.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.067976 11206 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.069507 11206 master_runner.cc:387] Master server non-default flags:
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.203.84:36867
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41111
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.203.126:43899,127.10.203.125:46745,127.10.203.124:42147
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.203.124:42147
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data/info.pb
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.203.124
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11206
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/logs
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.069677 11206 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:10.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.069841 11206 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.072026 11214 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.072021 11206 server_base.cc:1061] running on GCE node
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.072031 11216 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.072021 11213 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.072566 11206 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:10.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.072767 11206 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:10.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.073894 11206 hybrid_clock.cc:648] HybridClock initialized: now 1783477150073880 us; error 30 us; skew 500 ppm
02:19:10.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.074823 11206 webserver.cc:533] Webserver started at http://127.10.203.124:37819/ using document root <none> and password file <none>
02:19:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.074983 11206 fs_manager.cc:362] Metadata directory not provided
02:19:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.075022 11206 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.075093 11206 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.075886 11206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data/instance:
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67832e57b0154cc5bf6e17416e700957"
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:10 on dist-test-slave-8w2v"
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.076150 11206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal/instance:
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67832e57b0154cc5bf6e17416e700957"
02:19:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:10 on dist-test-slave-8w2v"
02:19:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.077188 11206 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:19:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.077764 11222 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.077967 11206 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.078014 11206 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "67832e57b0154cc5bf6e17416e700957"
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:10 on dist-test-slave-8w2v"
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.078053 11206 fs_report.cc:389] FS layout report
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data/data
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.084767 11206 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.084969 11206 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.085057 11206 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:10.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.086414 11131 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } attempt: 2
02:19:10.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.087247 11131 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.203.124:42147: Network error: Client connection negotiation failed: client connection to 127.10.203.124:42147: connect: Connection refused (error 111)
02:19:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.089066 11206 rpc_server.cc:307] RPC server started. Bound to: 127.10.203.124:42147
02:19:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.089094 11274 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.203.124:42147 every 8 connection(s)
02:19:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.089363 11206 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/data/info.pb
02:19:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.089849 11275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:10.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.090961 11275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } has no permanent_uuid. Determining permanent_uuid...
02:19:10.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.093623 11053 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11206
02:19:10.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.093717 11053 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster1933766751348816905/master-2/wal/instance
02:19:10.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.095508 11275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } has no permanent_uuid. Determining permanent_uuid...
02:19:10.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.098111 11275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } has no permanent_uuid. Determining permanent_uuid...
02:19:10.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.102276 11275 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: Bootstrap starting.
02:19:10.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.103027 11275 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: Neither blocks nor log segments found. Creating new log.
02:19:10.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.103288 11275 log.cc:826] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: Log is configured to *not* fsync() on all Append() calls
02:19:10.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.103940 11275 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: No bootstrap required, opened a new log
02:19:10.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105468 11275 raft_consensus.cc:359] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105582 11275 raft_consensus.cc:385] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:10.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105618 11275 raft_consensus.cc:740] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67832e57b0154cc5bf6e17416e700957, State: Initialized, Role: FOLLOWER
02:19:10.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105711 11275 consensus_queue.cc:260] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105986 11275 sys_catalog.cc:565] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: configured and running, proceeding with master startup.
02:19:10.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.105960 11281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.106061 11281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.107149 11053 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:10.108 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:10.108 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:10.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.109289 11295 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:10.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.109484 11295 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:10.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.109248 11206 master_runner.cc:187] Error getting master registration for 127.10.203.126:43899: OK, instance_id { permanent_uuid: "870743a15bc1425f90126462fcd9870c" instance_seqno: 1783477149863533 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:10.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.110854 11206 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:10.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.110867 11203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } attempt: 2
02:19:10.109 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.203.126"
      port: 43899
    }
    bound_http_address {
      host: "127.10.203.126"
      port: 46729
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.203.125"
      port: 46745
    }
    bound_http_address {
      host: "127.10.203.125"
      port: 32869
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.203.124"
      port: 42147
    }
    bound_http_address {
      host: "127.10.203.124"
      port: 37819
    }
  }
}

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

02:19:10.112 [INFO - Metastore-Handler-Pool: Thread-87] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:10.112 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:10.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.112946 11292 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:10.113 [INFO - Metastore-Handler-Pool: Thread-85] (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=5fc83960-4dca-44f1-b454-4be2ce5b43e5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.203.125:46745,127.10.203.126:43899,127.10.203.124:42147}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:10.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.115511 11203 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: Bootstrap starting.
02:19:10.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.116147 11203 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: Neither blocks nor log segments found. Creating new log.
02:19:10.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.116652 11203 log.cc:826] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: Log is configured to *not* fsync() on all Append() calls
02:19:10.117 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:10.117 [INFO - Metastore-Handler-Pool: Thread-85] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:10.117 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3638d40b, with PersistenceManager: null will be shutdown
02:19:10.118 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3638d40b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ee9945b created in the thread with id: 85
02:19:10.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.120997 11203 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: No bootstrap required, opened a new log
02:19:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122157 11203 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122277 11203 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122309 11203 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e24ff48dbc8480a9f0d498ffaf6c6a0, State: Initialized, Role: FOLLOWER
02:19:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122426 11203 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122767 11203 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: configured and running, proceeding with master startup.
02:19:10.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.122727 11299 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.123086 11299 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.126 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3638d40b
02:19:10.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.125319 11135 master_runner.cc:187] Error getting master registration for 127.10.203.126:43899: OK, instance_id { permanent_uuid: "870743a15bc1425f90126462fcd9870c" instance_seqno: 1783477149863533 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:10.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.126953 11135 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:10.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.128820 11313 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:10.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.129000 11313 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:10.140 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:10.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.140714 11310 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:10.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.194404 11131 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } attempt: 3
02:19:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.199415 11131 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: Bootstrap starting.
02:19:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.200156 11131 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: Neither blocks nor log segments found. Creating new log.
02:19:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.200413 11131 log.cc:826] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: Log is configured to *not* fsync() on all Append() calls
02:19:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.207171 11131 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: No bootstrap required, opened a new log
02:19:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.209277 11131 raft_consensus.cc:359] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.209401 11131 raft_consensus.cc:385] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.209435 11131 raft_consensus.cc:740] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 870743a15bc1425f90126462fcd9870c, State: Initialized, Role: FOLLOWER
02:19:10.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.210647 11131 consensus_queue.cc:260] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.211189 11131 sys_catalog.cc:565] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: configured and running, proceeding with master startup.
02:19:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.215703 11064 master_runner.cc:264] No leader master found from master 870743a15bc1425f90126462fcd9870c
02:19:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.215754 11064 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.215842 11332 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.215873 11332 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:10.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.223451 11318 sys_catalog.cc:455] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.224 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:10.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.225209 11318 sys_catalog.cc:458] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.225129 11329 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:10.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.227850 11155 tablet.cc:2406] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:10.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.335520 11228 tablet.cc:2406] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:10.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:10.362046 11084 tablet.cc:2406] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:10.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.410053 11281 raft_consensus.cc:493] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:19:10.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.410187 11281 raft_consensus.cc:515] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.410444 11281 leader_election.cc:290] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 870743a15bc1425f90126462fcd9870c (127.10.203.126:43899), 5e24ff48dbc8480a9f0d498ffaf6c6a0 (127.10.203.125:46745)
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.410770 11105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67832e57b0154cc5bf6e17416e700957" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "870743a15bc1425f90126462fcd9870c" is_pre_election: true
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.410950 11105 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67832e57b0154cc5bf6e17416e700957 in term 0.
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411167 11176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67832e57b0154cc5bf6e17416e700957" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" is_pre_election: true
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411283 11176 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67832e57b0154cc5bf6e17416e700957 in term 0.
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411468 11225 leader_election.cc:304] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [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: 5e24ff48dbc8480a9f0d498ffaf6c6a0, 67832e57b0154cc5bf6e17416e700957; no voters: 
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411748 11281 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411798 11281 raft_consensus.cc:493] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.411820 11281 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 0 FOLLOWER]: Advancing to term 1
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.412742 11281 raft_consensus.cc:515] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.412864 11281 leader_election.cc:290] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [CANDIDATE]: Term 1 election: Requested vote from peers 870743a15bc1425f90126462fcd9870c (127.10.203.126:43899), 5e24ff48dbc8480a9f0d498ffaf6c6a0 (127.10.203.125:46745)
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.413201 11176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67832e57b0154cc5bf6e17416e700957" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0"
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.413286 11176 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 0 FOLLOWER]: Advancing to term 1
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.414006 11176 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67832e57b0154cc5bf6e17416e700957 in term 1.
02:19:10.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.414173 11225 leader_election.cc:304] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [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: 5e24ff48dbc8480a9f0d498ffaf6c6a0, 67832e57b0154cc5bf6e17416e700957; no voters: 
02:19:10.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.414925 11105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "67832e57b0154cc5bf6e17416e700957" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "870743a15bc1425f90126462fcd9870c"
02:19:10.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.415014 11105 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 0 FOLLOWER]: Advancing to term 1
02:19:10.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.415760 11105 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67832e57b0154cc5bf6e17416e700957 in term 1.
02:19:10.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.416210 11281 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 1 FOLLOWER]: Leader election won for term 1
02:19:10.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.416389 11281 raft_consensus.cc:697] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [term 1 LEADER]: Becoming Leader. State: Replica: 67832e57b0154cc5bf6e17416e700957, State: Running, Role: LEADER
02:19:10.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.416476 11281 consensus_queue.cc:237] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [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: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } }
02:19:10.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.416823 11281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67832e57b0154cc5bf6e17416e700957. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.416889 11281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: This master's current role is: LEADER
02:19:10.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.423453 11337 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:19:10.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.423909 11337 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:19:10.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.431558 11105 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [term 1 FOLLOWER]: Refusing update from remote peer 67832e57b0154cc5bf6e17416e700957: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:10.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.432156 11176 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [term 1 FOLLOWER]: Refusing update from remote peer 67832e57b0154cc5bf6e17416e700957: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:10.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.432446 11281 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [LEADER]: Connected to new peer: Peer: permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.433889 11281 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.433895 11318 sys_catalog.cc:455] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67832e57b0154cc5bf6e17416e700957. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.433979 11318 sys_catalog.cc:458] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.434962 11299 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67832e57b0154cc5bf6e17416e700957. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.435034 11299 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.440376 11299 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.440340 11335 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.440454 11299 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0 [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.440455 11335 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: This master's current role is: LEADER
02:19:10.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.440984 11338 mvcc.cc:204] Tried to move back new op lower bound from 7305122408164691968 to 7305122408106381312. Current Snapshot: MvccSnapshot[applied={T|T < 7305122408164691968}]
02:19:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.441429 11281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.441519 11281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957 [sys.catalog]: This master's current role is: LEADER
02:19:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.441938 11318 sys_catalog.cc:455] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "67832e57b0154cc5bf6e17416e700957" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "870743a15bc1425f90126462fcd9870c" member_type: VOTER last_known_addr { host: "127.10.203.126" port: 43899 } } peers { permanent_uuid: "5e24ff48dbc8480a9f0d498ffaf6c6a0" member_type: VOTER last_known_addr { host: "127.10.203.125" port: 46745 } } peers { permanent_uuid: "67832e57b0154cc5bf6e17416e700957" member_type: VOTER last_known_addr { host: "127.10.203.124" port: 42147 } } }
02:19:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.442035 11318 sys_catalog.cc:458] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c [sys.catalog]: This master's current role is: FOLLOWER
02:19:10.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.442956 11341 mvcc.cc:204] Tried to move back new op lower bound from 7305122408164691968 to 7305122408106381312. Current Snapshot: MvccSnapshot[applied={T|T < 7305122408164691968}]
02:19:10.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.443647 11339 mvcc.cc:204] Tried to move back new op lower bound from 7305122408164691968 to 7305122408106381312. Current Snapshot: MvccSnapshot[applied={T|T < 7305122408164691968}]
02:19:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.444293 11337 catalog_manager.cc:1383] Generated new cluster ID: ce894b2c5dd8429c8687de24fc2ae677
02:19:10.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.444377 11337 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:19:10.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.490070 11337 catalog_manager.cc:1406] Generated new certificate authority record
02:19:10.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.491061 11337 catalog_manager.cc:1540] Loading token signing keys...
02:19:10.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.506632 11337 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 67832e57b0154cc5bf6e17416e700957: Generated new TSK 0
02:19:10.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.507102 11337 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:19:10.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.507470 11337 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:19:10.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:10.507671 11337 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:19:10.641 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:10.647 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:10.647 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:10.716 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:10.722 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive9499135724993064771/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=5fc83960-4dca-44f1-b454-4be2ce5b43e5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.203.125:46745,127.10.203.126:43899,127.10.203.124:42147}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:10.724 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9499135724993064771/external-warehouse/table
02:19:10.814 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:10.852 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:10.853 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:10.954 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:11.118 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:11.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:11.119966 11292 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:11.128 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:11.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.129618 11313 catalog_manager.cc:1295] Loaded cluster ID: ce894b2c5dd8429c8687de24fc2ae677
02:19:11.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.129694 11313 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: loading cluster ID for follower catalog manager: success
02:19:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.131948 11313 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: acquiring CA information for follower catalog manager: success
02:19:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.132265 11313 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5e24ff48dbc8480a9f0d498ffaf6c6a0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:11.146 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:11.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:11.146771 11310 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:11.178 [WARN - Metastore-Handler-Pool: Thread-85] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:11.204 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.216271 11332 catalog_manager.cc:1295] Loaded cluster ID: ce894b2c5dd8429c8687de24fc2ae677
02:19:11.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.216362 11332 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: loading cluster ID for follower catalog manager: success
02:19:11.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.217651 11332 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: acquiring CA information for follower catalog manager: success
02:19:11.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.217952 11332 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 870743a15bc1425f90126462fcd9870c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:11.240 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:11.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:11.240736 11329 client.h:372] Failed to connect to Hive Metastore (localhost:41111): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:11.301 [DEBUG - Metastore-Handler-Pool: Thread-85] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:19:11.302 [DEBUG - Metastore-Handler-Pool: Thread-85] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:19:11.303 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.10.203.125:46745(127.10.203.125:46745)] connecting to peer
02:19:11.305 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.10.203.126:43899(127.10.203.126:43899)] connecting to peer
02:19:11.307 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.203.125:46745(127.10.203.125:46745)] Successfully connected to peer
02:19:11.315 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.203.125
02:19:11.320 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.10.203.124:42147(127.10.203.124:42147)] connecting to peer
02:19:11.320 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.203.126:43899(127.10.203.126:43899)] Successfully connected to peer
02:19:11.331 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.203.124:42147(127.10.203.124:42147)] Successfully connected to peer
02:19:11.339 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:11.342 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.203.126
02:19:11.345 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.203.124
02:19:11.348 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x10a05001, L:/127.0.0.1:38182 - R:/127.10.203.125:46745] using SASL/PLAIN
02:19:11.370 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:11.386 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:11.392 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xff9278be, L:/127.0.0.1:51088 - R:/127.10.203.124:42147] using SASL/PLAIN
02:19:11.395 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:19:11.401 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xd9d471ae, L:/127.0.0.1:34450 - R:/127.10.203.126:43899] using SASL/PLAIN
02:19:11.402 [ERROR - Metastore-Handler-Pool: Thread-85] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:11.403 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:11.467 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:11.469 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:11.518 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.533 [INFO - Metastore-Handler-Pool: Thread-85] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:11.534 [INFO - Metastore-Handler-Pool: Thread-85] (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=5fc83960-4dca-44f1-b454-4be2ce5b43e5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.203.125:46745,127.10.203.126:43899,127.10.203.124:42147}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:11.537 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:11.539 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive9499135724993064771/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=5fc83960-4dca-44f1-b454-4be2ce5b43e5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.203.125:46745,127.10.203.126:43899,127.10.203.124:42147}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:11.541 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9499135724993064771/external-warehouse/table
02:19:11.571 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:11.582 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:11.583 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:11.602 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.617 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:11.619 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:11.622 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive9499135724993064771/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:11.623 [WARN - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:2452) Location: file:/tmp/hive9499135724993064771/external-warehouse/table specified for non-external table:table
02:19:11.624 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9499135724993064771/external-warehouse/table
02:19:11.642 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:11.653 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:11.654 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:11.670 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.684 [ERROR - Metastore-Handler-Pool: Thread-85] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:19:11.794 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:11.805 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:11.806 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:11.820 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.834 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:11.836 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:11.838 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive9499135724993064771/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:11.840 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9499135724993064771/external-warehouse/table
02:19:11.857 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:11.866 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:11.867 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:11.892 [WARN - Metastore-Handler-Pool: Thread-85] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:19:11.905 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:11.905 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:19:11.906 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3638d40b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ee9945b will be shutdown
02:19:11.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.906051 11053 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11064
02:19:11.906 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:19:11.914 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.203.126:43899(127.10.203.126:43899)] handling channelInactive
02:19:11.914 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.203.126:43899(127.10.203.126:43899)] cleaning up while in state READY due to: connection closed
02:19:11.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.913975 11053 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11135
02:19:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:11.921151 11053 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11206
02:19:11.921 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.203.125:46745(127.10.203.125:46745)] handling channelInactive
02:19:11.921 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.203.125:46745(127.10.203.125:46745)] cleaning up while in state READY due to: connection closed
02:19:11.927 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.203.124:42147(127.10.203.124:42147)] handling channelInactive
02:19:11.927 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.203.124:42147(127.10.203.124:42147)] cleaning up while in state READY due to: connection closed
02:19:11.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:11Z chronyd exiting
.02:19:11.968 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:11.968 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:11.969 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:11.987 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14574003711052562645
02:19:11.988 [INFO - Thread-67] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:11.988 [INFO - Thread-67] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:11.990 [INFO - Thread-67] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:11.990 [INFO - Thread-67] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:11.990 [INFO - Thread-67] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:19:11.991 [INFO - Thread-67] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:19:11.992 [INFO - Thread-67] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:19:11.992 [INFO - Thread-67] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:19:11.993 [INFO - Thread-67] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:19:11.993 [INFO - Thread-67] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:11.995 [INFO - Thread-67] (HikariDataSource.java:80) objectstore - Starting...
02:19:12.067 [INFO - Thread-67] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:12.068 [INFO - Thread-67] (HikariDataSource.java:82) objectstore - Start completed.
02:19:12.068 [INFO - Thread-67] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:12.070 [INFO - Thread-67] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:12.071 [INFO - Thread-67] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:12.072 [INFO - Thread-67] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:12.087 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:12.088 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:12.088 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:12.112 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.113 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.113 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.114 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.114 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.114 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:12.327 [INFO - Thread-67] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:12.327 [INFO - Thread-67] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086, with PersistenceManager: null will be shutdown
02:19:12.328 [INFO - Thread-67] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1ed8301e created in the thread with id: 103
02:19:12.329 [WARN - Thread-67] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:12.331 [INFO - Thread-67] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086
02:19:12.429 [INFO - Thread-67] (HMSHandler.java:595) Started creating a default database with name: default
02:19:12.447 [INFO - Thread-67] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:12.469 [INFO - Thread-67] (HMSHandler.java:668) Added admin role in metastore
02:19:12.471 [INFO - Thread-67] (HMSHandler.java:677) Added public role in metastore
02:19:12.496 [INFO - Thread-67] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:12.497 [INFO - Thread-67] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:12.497 [INFO - Thread-67] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:12.498 [WARN - Thread-67] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:632) Started the new metaserver on port [42815]...
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:635) TCP keepalive = true
02:19:12.498 [INFO - Thread-67] (HiveMetaStore.java:636) Enable SSL = false
02:19:12.990 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:12.990 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:12.990 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:12.993 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:12.993 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42815]
02:19:12.993 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42815) in binary transport mode
02:19:12.994 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42815) current connections: 1
02:19:12.995 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:12.995 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:12.995 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:12.998 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42815"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:19:13.072 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:13.073 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:19:13.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.073465 11391 mini_oidc.cc:150] Starting JWKS server
02:19:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.073902 11391 webserver.cc:533] Webserver started at http://127.0.0.1:38843/ using document root <none> and password file <none>
02:19:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.073983 11391 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.074119 11391 webserver.cc:533] Webserver started at http://127.0.0.1:42425/ using document root <none> and password file <none>
02:19:13.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:13Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:13.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:13Z Disabled control of system clock
02:19:13.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.083809 11391 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/logs
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data/info.pb
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.254:37967
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.254
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815 with env {}
02:19:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.157538 11402 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.157691 11402 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:13.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.157708 11402 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159058 11402 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159092 11402 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159106 11402 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159118 11402 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159129 11402 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.159142 11402 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38843/jwks.json
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.160676 11402 master_runner.cc:387] Master server non-default flags:
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815
02:19:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.254:37967
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data/info.pb
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.254
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11402
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/logs
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.160840 11402 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.160995 11402 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.163107 11408 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.163151 11410 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.163125 11407 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.163513 11402 server_base.cc:1061] running on GCE node
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.163702 11402 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.163875 11402 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:13.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.165005 11402 hybrid_clock.cc:648] HybridClock initialized: now 1783477153164982 us; error 43 us; skew 500 ppm
02:19:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.166023 11402 webserver.cc:533] Webserver started at http://127.11.31.254:35461/ using document root <none> and password file <none>
02:19:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.166162 11402 fs_manager.cc:362] Metadata directory not provided
02:19:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.166200 11402 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.166268 11402 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.167071 11402 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data/instance:
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8103ce30c45d43f4a55376646a9a7814"
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.167367 11402 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal/instance:
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8103ce30c45d43f4a55376646a9a7814"
02:19:13.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.168470 11402 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.169088 11416 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.169240 11402 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.169291 11402 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8103ce30c45d43f4a55376646a9a7814"
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.169325 11402 fs_report.cc:389] FS layout report
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data/data
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.179479 11402 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.179662 11402 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.179735 11402 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.183459 11402 rpc_server.cc:307] RPC server started. Bound to: 127.11.31.254:37967
02:19:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.183521 11468 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.31.254:37967 every 8 connection(s)
02:19:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.183751 11402 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/data/info.pb
02:19:13.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.184226 11469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:13.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.185467 11469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.187382 11391 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11402
02:19:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.187493 11391 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-0/wal/instance
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.188319 11391 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/logs
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data/info.pb
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.253:37173
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.253
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815 with env {}
02:19:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.194139 11469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.194715 11417 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.31.253:37173: connect: Connection refused (error 111)
02:19:13.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.202847 11469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.253:37173: Network error: Client connection negotiation failed: client connection to 127.11.31.253:37173: connect: Connection refused (error 111)
02:19:13.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.252067 11469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } attempt: 1
02:19:13.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.253119 11469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.253:37173: Network error: Client connection negotiation failed: client connection to 127.11.31.253:37173: connect: Connection refused (error 111)
02:19:13.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.266357 11472 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:13.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.266538 11472 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:13.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.266566 11472 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268146 11472 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268213 11472 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268234 11472 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268253 11472 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268270 11472 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.268285 11472 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38843/jwks.json
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.269984 11472 master_runner.cc:387] Master server non-default flags:
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.253:37173
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data/info.pb
02:19:13.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.253
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11472
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/logs
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.270200 11472 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:13.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.270453 11472 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:13.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.272818 11479 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.272822 11481 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.273180 11472 server_base.cc:1061] running on GCE node
02:19:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.272918 11478 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.273551 11472 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.273820 11472 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:13.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.274962 11472 hybrid_clock.cc:648] HybridClock initialized: now 1783477153274951 us; error 27 us; skew 500 ppm
02:19:13.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.276072 11472 webserver.cc:533] Webserver started at http://127.11.31.253:46697/ using document root <none> and password file <none>
02:19:13.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.276278 11472 fs_manager.cc:362] Metadata directory not provided
02:19:13.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.276360 11472 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:13.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.276461 11472 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.277276 11472 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data/instance:
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d225cea7d9d4dca92d17a03b8a40142"
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.277661 11472 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal/instance:
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d225cea7d9d4dca92d17a03b8a40142"
02:19:13.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.278892 11472 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:19:13.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.279690 11487 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.279896 11472 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.279989 11472 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d225cea7d9d4dca92d17a03b8a40142"
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.280041 11472 fs_report.cc:389] FS layout report
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data/data
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:13.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:13.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.290203 11472 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:13.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.290485 11472 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:13.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.290630 11472 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:13.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.294909 11472 rpc_server.cc:307] RPC server started. Bound to: 127.11.31.253:37173
02:19:13.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.294940 11539 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.31.253:37173 every 8 connection(s)
02:19:13.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.295292 11472 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/data/info.pb
02:19:13.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.295838 11540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:13.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.297019 11540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.301321 11540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.303711 11391 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11472
02:19:13.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.303810 11391 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-1/wal/instance
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.304242 11391 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/logs
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data/info.pb
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:13.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.252:35213
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.252
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815 with env {}
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.304734 11540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.305143 11490 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.31.252:35213: connect: Connection refused (error 111)
02:19:13.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.305613 11540 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.252:35213: Network error: Client connection negotiation failed: client connection to 127.11.31.252:35213: connect: Connection refused (error 111)
02:19:13.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.321286 11469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } attempt: 2
02:19:13.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.324368 11469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.324973 11469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.252:35213: Network error: Client connection negotiation failed: client connection to 127.11.31.252:35213: connect: Connection refused (error 111)
02:19:13.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.354799 11540 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } attempt: 1
02:19:13.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.355712 11540 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.252:35213: Network error: Client connection negotiation failed: client connection to 127.11.31.252:35213: connect: Connection refused (error 111)
02:19:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.368104 11469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } attempt: 1
02:19:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.368813 11469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.31.252:35213: Network error: Client connection negotiation failed: client connection to 127.11.31.252:35213: connect: Connection refused (error 111)
02:19:13.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.380836 11543 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:13.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.380980 11543 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:13.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.380998 11543 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382371 11543 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382405 11543 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382419 11543 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382431 11543 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382443 11543 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:13.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.382460 11543 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38843/jwks.json
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.384056 11543 master_runner.cc:387] Master server non-default flags:
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.31.212:36977
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42815
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.31.254:37967,127.11.31.253:37173,127.11.31.252:35213
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.31.252:35213
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38843/jwks.json
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data/info.pb
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.31.252
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11543
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/logs
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.384208 11543 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.384387 11543 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.386515 11549 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.386519 11552 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.386803 11550 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.387279 11543 server_base.cc:1061] running on GCE node
02:19:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.387596 11543 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.387846 11543 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:13.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.389004 11543 hybrid_clock.cc:648] HybridClock initialized: now 1783477153388990 us; error 47 us; skew 500 ppm
02:19:13.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.390296 11543 webserver.cc:533] Webserver started at http://127.11.31.252:37729/ using document root <none> and password file <none>
02:19:13.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.390497 11543 fs_manager.cc:362] Metadata directory not provided
02:19:13.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.390552 11543 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:13.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.390645 11543 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:13.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.391711 11543 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data/instance:
02:19:13.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "592ce8deddae48efa97b192d63b58da1"
02:19:13.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.392055 11543 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal/instance:
02:19:13.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "592ce8deddae48efa97b192d63b58da1"
02:19:13.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.393466 11543 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.394145 11558 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.394326 11543 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.394393 11543 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "592ce8deddae48efa97b192d63b58da1"
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:13 on dist-test-slave-8w2v"
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.394456 11543 fs_report.cc:389] FS layout report
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data/data
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:13.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.408321 11543 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:13.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.408551 11543 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:13.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.408629 11543 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.412230 11543 rpc_server.cc:307] RPC server started. Bound to: 127.11.31.252:35213
02:19:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.412261 11610 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.31.252:35213 every 8 connection(s)
02:19:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.412541 11543 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/data/info.pb
02:19:13.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.413034 11611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:13.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.414296 11611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.415961 11469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } attempt: 2
02:19:13.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.418572 11391 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11543
02:19:13.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.418654 11391 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster17936578918146219653/master-2/wal/instance
02:19:13.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.419526 11611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.421233 11469 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: Bootstrap starting.
02:19:13.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.422266 11469 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: Neither blocks nor log segments found. Creating new log.
02:19:13.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.422545 11469 log.cc:826] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: Log is configured to *not* fsync() on all Append() calls
02:19:13.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.422551 11611 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } has no permanent_uuid. Determining permanent_uuid...
02:19:13.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.423628 11469 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: No bootstrap required, opened a new log
02:19:13.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.424789 11540 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } attempt: 2
02:19:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.426388 11611 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: Bootstrap starting.
02:19:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.426756 11469 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.427029 11469 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.427176 11611 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: Neither blocks nor log segments found. Creating new log.
02:19:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.427207 11469 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8103ce30c45d43f4a55376646a9a7814, State: Initialized, Role: FOLLOWER
02:19:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.427456 11611 log.cc:826] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: Log is configured to *not* fsync() on all Append() calls
02:19:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.427690 11469 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.428061 11618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.428107 11469 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: configured and running, proceeding with master startup.
02:19:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.428287 11618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.428871 11540 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: Bootstrap starting.
02:19:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.429456 11540 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: Neither blocks nor log segments found. Creating new log.
02:19:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.429708 11540 log.cc:826] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: Log is configured to *not* fsync() on all Append() calls
02:19:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.430276 11422 tablet.cc:2406] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:13.431 [INFO - Metastore-Handler-Pool: Thread-126] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:13.432 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:13.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:13.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.430572 11611 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: No bootstrap required, opened a new log
02:19:13.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432034 11391 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:13.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432521 11611 raft_consensus.cc:359] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432636 11611 raft_consensus.cc:385] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432670 11611 raft_consensus.cc:740] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 592ce8deddae48efa97b192d63b58da1, State: Initialized, Role: FOLLOWER
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.432668 11629 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.431030 11402 master_runner.cc:187] Error getting master registration for 127.11.31.253:37173: OK, instance_id { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" instance_seqno: 1783477153293777 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432751 11402 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.432754 11611 consensus_queue.cc:260] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.433022 11611 sys_catalog.cc:565] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: configured and running, proceeding with master startup.
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.433004 11635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.433125 11635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.433 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.11.31.254"
      port: 37967
    }
    bound_http_address {
      host: "127.11.31.254"
      port: 35461
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.11.31.253"
      port: 37173
    }
    bound_http_address {
      host: "127.11.31.253"
      port: 46697
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.11.31.252"
      port: 35213
    }
    bound_http_address {
      host: "127.11.31.252"
      port: 37729
    }
  }
}

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

02:19:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.435874 11632 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.435930 11649 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.435969 11649 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:13.436 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.436228 11632 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:13.437 [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=	
02:19:13.437 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:13.439 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:13.439 [INFO - Metastore-Handler-Pool: Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:13.439 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@ec2da6d, with PersistenceManager: null will be shutdown
02:19:13.440 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@ec2da6d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e4a6d8a created in the thread with id: 124
02:19:13.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.439865 11646 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:13.444 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@ec2da6d
02:19:13.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.442935 11543 master_runner.cc:187] Error getting master registration for 127.11.31.253:37173: OK, instance_id { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" instance_seqno: 1783477153293777 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:13.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.444674 11543 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.463984 11540 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: No bootstrap required, opened a new log
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.465870 11540 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.466003 11540 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.466032 11540 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d225cea7d9d4dca92d17a03b8a40142, State: Initialized, Role: FOLLOWER
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.466127 11540 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.466442 11540 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: configured and running, proceeding with master startup.
02:19:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.469272 11667 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.469492 11667 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.470604 11653 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.470834 11653 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.471108 11472 master_runner.cc:264] No leader master found from master 4d225cea7d9d4dca92d17a03b8a40142
02:19:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.471148 11472 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:13.489 [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=	
02:19:13.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.490126 11664 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:13.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:13.541200 11493 tablet.cc:2406] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.614123 11618 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:19:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.614260 11618 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.614521 11618 leader_election.cc:290] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4d225cea7d9d4dca92d17a03b8a40142 (127.11.31.253:37173), 592ce8deddae48efa97b192d63b58da1 (127.11.31.252:35213)
02:19:13.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.615535 11514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8103ce30c45d43f4a55376646a9a7814" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d225cea7d9d4dca92d17a03b8a40142" is_pre_election: true
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.615684 11514 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8103ce30c45d43f4a55376646a9a7814 in term 0.
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.615839 11585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8103ce30c45d43f4a55376646a9a7814" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "592ce8deddae48efa97b192d63b58da1" is_pre_election: true
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.615978 11585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8103ce30c45d43f4a55376646a9a7814 in term 0.
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.616192 11419 leader_election.cc:304] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [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: 592ce8deddae48efa97b192d63b58da1, 8103ce30c45d43f4a55376646a9a7814; no voters: 
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.616667 11618 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.616753 11618 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:19:13.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.616780 11618 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 0 FOLLOWER]: Advancing to term 1
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.618516 11618 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.618651 11618 leader_election.cc:290] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [CANDIDATE]: Term 1 election: Requested vote from peers 4d225cea7d9d4dca92d17a03b8a40142 (127.11.31.253:37173), 592ce8deddae48efa97b192d63b58da1 (127.11.31.252:35213)
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.618964 11585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8103ce30c45d43f4a55376646a9a7814" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "592ce8deddae48efa97b192d63b58da1"
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.619035 11585 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 0 FOLLOWER]: Advancing to term 1
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.619840 11585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8103ce30c45d43f4a55376646a9a7814 in term 1.
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.620008 11419 leader_election.cc:304] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [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: 592ce8deddae48efa97b192d63b58da1, 8103ce30c45d43f4a55376646a9a7814; no voters: 
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.620101 11514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8103ce30c45d43f4a55376646a9a7814" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d225cea7d9d4dca92d17a03b8a40142"
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.620167 11514 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 0 FOLLOWER]: Advancing to term 1
02:19:13.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.620919 11514 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8103ce30c45d43f4a55376646a9a7814 in term 1.
02:19:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.621551 11618 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 1 FOLLOWER]: Leader election won for term 1
02:19:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.621709 11618 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [term 1 LEADER]: Becoming Leader. State: Replica: 8103ce30c45d43f4a55376646a9a7814, State: Running, Role: LEADER
02:19:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.621790 11618 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [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: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } }
02:19:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.622133 11618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8103ce30c45d43f4a55376646a9a7814. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.622197 11618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: This master's current role is: LEADER
02:19:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.627441 11673 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:19:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.627661 11673 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:19:13.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.634914 11585 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [term 1 FOLLOWER]: Refusing update from remote peer 8103ce30c45d43f4a55376646a9a7814: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.635159 11514 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [term 1 FOLLOWER]: Refusing update from remote peer 8103ce30c45d43f4a55376646a9a7814: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.635493 11618 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.635630 11618 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [LEADER]: Connected to new peer: Peer: permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.636780 11653 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8103ce30c45d43f4a55376646a9a7814. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.636879 11653 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.637681 11635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8103ce30c45d43f4a55376646a9a7814. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.637753 11635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.639986 11618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.640067 11618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: This master's current role is: LEADER
02:19:13.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.640674 11635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.640750 11635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.641114 11674 mvcc.cc:204] Tried to move back new op lower bound from 7305122421285195776 to 7305122421235277824. Current Snapshot: MvccSnapshot[applied={T|T < 7305122421285195776}]
02:19:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.641309 11677 mvcc.cc:204] Tried to move back new op lower bound from 7305122421285195776 to 7305122421235277824. Current Snapshot: MvccSnapshot[applied={T|T < 7305122421285195776}]
02:19:13.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.642032 11618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.642105 11618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814 [sys.catalog]: This master's current role is: LEADER
02:19:13.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.642671 11653 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8103ce30c45d43f4a55376646a9a7814" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8103ce30c45d43f4a55376646a9a7814" member_type: VOTER last_known_addr { host: "127.11.31.254" port: 37967 } } peers { permanent_uuid: "4d225cea7d9d4dca92d17a03b8a40142" member_type: VOTER last_known_addr { host: "127.11.31.253" port: 37173 } } peers { permanent_uuid: "592ce8deddae48efa97b192d63b58da1" member_type: VOTER last_known_addr { host: "127.11.31.252" port: 35213 } } }
02:19:13.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.642750 11653 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142 [sys.catalog]: This master's current role is: FOLLOWER
02:19:13.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.643168 11675 mvcc.cc:204] Tried to move back new op lower bound from 7305122421285195776 to 7305122421235277824. Current Snapshot: MvccSnapshot[applied={T|T < 7305122421285195776}]
02:19:13.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.651726 11673 catalog_manager.cc:1383] Generated new cluster ID: 6a6c558014a341648bb22b562c11a94e
02:19:13.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.651783 11673 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:19:13.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.691126 11673 catalog_manager.cc:1406] Generated new certificate authority record
02:19:13.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.692130 11673 catalog_manager.cc:1540] Loading token signing keys...
02:19:13.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.714818 11673 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8103ce30c45d43f4a55376646a9a7814: Generated new TSK 0
02:19:13.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.715255 11673 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:19:13.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.715602 11673 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:19:13.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:13.715811 11673 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:19:13.901 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:13.907 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:13.907 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:13.999 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:19:14.004 [INFO - Metastore-Handler-Pool: Thread-124] (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/hive14574003711052562645/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:14.006 [INFO - Metastore-Handler-Pool: Thread-124] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14574003711052562645/external-warehouse/legacy_table
02:19:14.094 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:19:14.125 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:14.133 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
02:19:14.144 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:19:14.205 [INFO - Metastore-Handler-Pool: Thread-124] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:19:14.205 [INFO - Metastore-Handler-Pool: Thread-124] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:19:14.305 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
02:19:14.331 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:19:14.371 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:19:14.381 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:14.382 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:19:14.434 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:14.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:14.434847 11629 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:14.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.436437 11649 catalog_manager.cc:1295] Loaded cluster ID: 6a6c558014a341648bb22b562c11a94e
02:19:14.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.436496 11649 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: loading cluster ID for follower catalog manager: success
02:19:14.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.437789 11649 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: acquiring CA information for follower catalog manager: success
02:19:14.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.438071 11649 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 592ce8deddae48efa97b192d63b58da1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:14.444 [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=	
02:19:14.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:14.444854 11646 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:14.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.470057 11667 catalog_manager.cc:1295] Loaded cluster ID: 6a6c558014a341648bb22b562c11a94e
02:19:14.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.470131 11667 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: loading cluster ID for follower catalog manager: success
02:19:14.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.471771 11667 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: acquiring CA information for follower catalog manager: success
02:19:14.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.472079 11667 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4d225cea7d9d4dca92d17a03b8a40142: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:14.492 [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=	
02:19:14.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:14.492573 11664 client.h:372] Failed to connect to Hive Metastore (localhost:42815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:14.507 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:14.639 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:14.677 [WARN - Metastore-Handler-Pool: Thread-124] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:14.782 [INFO - Metastore-Handler-Pool: Thread-124] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:14.783 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:14.783 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:19:14.783 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@ec2da6d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e4a6d8a will be shutdown
02:19:14.783 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:19:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.783283 11391 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11402
02:19:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.791522 11391 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11472
02:19:14.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:14.797803 11391 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11543
02:19:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:14Z chronyd exiting
.02:19:14.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:14.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:14.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:14.869 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5028068041047362567
02:19:14.870 [INFO - Thread-91] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:14.870 [INFO - Thread-91] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:14.871 [INFO - Thread-91] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:14.872 [INFO - Thread-91] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:14.872 [INFO - Thread-91] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:19:14.872 [INFO - Thread-91] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:19:14.873 [INFO - Thread-91] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:19:14.873 [INFO - Thread-91] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:19:14.874 [INFO - Thread-91] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:19:14.875 [INFO - Thread-91] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:14.876 [INFO - Thread-91] (HikariDataSource.java:80) objectstore - Starting...
02:19:14.929 [INFO - Thread-91] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:14.930 [INFO - Thread-91] (HikariDataSource.java:82) objectstore - Start completed.
02:19:14.930 [INFO - Thread-91] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:14.932 [INFO - Thread-91] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:14.934 [INFO - Thread-91] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:14.935 [INFO - Thread-91] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:14.948 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:14.948 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:14.948 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:14.969 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:14.970 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:14.970 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:14.970 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:14.971 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:14.971 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:15.227 [INFO - Thread-91] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:15.227 [INFO - Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@28ec85d4, with PersistenceManager: null will be shutdown
02:19:15.228 [INFO - Thread-91] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@28ec85d4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3a4f55c3 created in the thread with id: 134
02:19:15.229 [WARN - Thread-91] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:15.230 [INFO - Thread-91] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@28ec85d4
02:19:15.337 [INFO - Thread-91] (HMSHandler.java:595) Started creating a default database with name: default
02:19:15.355 [INFO - Thread-91] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:15.382 [INFO - Thread-91] (HMSHandler.java:668) Added admin role in metastore
02:19:15.384 [INFO - Thread-91] (HMSHandler.java:677) Added public role in metastore
02:19:15.426 [INFO - Thread-91] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:15.427 [INFO - Thread-91] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:15.427 [INFO - Thread-91] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:15.427 [INFO - Thread-91] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:15.428 [WARN - Thread-91] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:15.428 [INFO - Thread-91] (HiveMetaStore.java:632) Started the new metaserver on port [41265]...
02:19:15.428 [INFO - Thread-91] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:15.428 [INFO - Thread-91] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:15.428 [INFO - Thread-91] (HiveMetaStore.java:635) TCP keepalive = true
02:19:15.428 [INFO - Thread-91] (HiveMetaStore.java:636) Enable SSL = false
02:19:15.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:15.872 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:15.873 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:15.875 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:15.875 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41265]
02:19:15.875 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41265) in binary transport mode
02:19:15.876 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41265) current connections: 1
02:19:15.877 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:15.878 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:15.878 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:15.880 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41265"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:19:15.955 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:15.956 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:19:15.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:15.956650 11712 mini_oidc.cc:150] Starting JWKS server
02:19:15.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:15.957140 11712 webserver.cc:533] Webserver started at http://127.0.0.1:37045/ using document root <none> and password file <none>
02:19:15.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:15.957258 11712 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:15.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:15.957439 11712 webserver.cc:533] Webserver started at http://127.0.0.1:45597/ using document root <none> and password file <none>
02:19:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:15Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:15Z Disabled control of system clock
02:19:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:15.967684 11712 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:15.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/logs
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data/info.pb
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:15.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.62:42119
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.62
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:15.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265 with env {}
02:19:16.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.042503 11723 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:16.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.042718 11723 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:16.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.042753 11723 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044440 11723 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044510 11723 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044533 11723 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044551 11723 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044569 11723 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:16.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.044584 11723 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37045/jwks.json
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.046206 11723 master_runner.cc:387] Master server non-default flags:
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.62:42119
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:16.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data/info.pb
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.62
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11723
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/logs
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:16.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.046466 11723 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.046731 11723 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:16.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.049376 11728 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.049435 11729 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.049726 11723 server_base.cc:1061] running on GCE node
02:19:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.049376 11731 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.050406 11723 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:16.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.050671 11723 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:16.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.051831 11723 hybrid_clock.cc:648] HybridClock initialized: now 1783477156051813 us; error 27 us; skew 500 ppm
02:19:16.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.053215 11723 webserver.cc:533] Webserver started at http://127.11.112.62:35959/ using document root <none> and password file <none>
02:19:16.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.053431 11723 fs_manager.cc:362] Metadata directory not provided
02:19:16.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.053485 11723 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:16.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.053587 11723 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:16.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.054731 11723 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data/instance:
02:19:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c80268132c0942bba4cce7a53320469b"
02:19:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.055109 11723 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal/instance:
02:19:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c80268132c0942bba4cce7a53320469b"
02:19:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.056636 11723 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:19:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.057547 11737 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.057787 11723 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
02:19:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.057853 11723 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c80268132c0942bba4cce7a53320469b"
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.057909 11723 fs_report.cc:389] FS layout report
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data/data
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:16.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:16.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.083631 11723 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:16.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.083863 11723 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:16.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.083940 11723 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:16.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.087649 11723 rpc_server.cc:307] RPC server started. Bound to: 127.11.112.62:42119
02:19:16.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.087682 11789 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.112.62:42119 every 8 connection(s)
02:19:16.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.087946 11723 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/data/info.pb
02:19:16.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.088415 11790 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:16.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.089615 11790 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.091943 11712 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11723
02:19:16.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.092038 11712 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-0/wal/instance
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.092937 11712 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/logs
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data/info.pb
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:16.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.61:42899
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.61
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:16.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265 with env {}
02:19:16.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.096146 11790 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.096510 11739 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.112.61:42899: connect: Connection refused (error 111)
02:19:16.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.096903 11790 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.61:42899: Network error: Client connection negotiation failed: client connection to 127.11.112.61:42899: connect: Connection refused (error 111)
02:19:16.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.146106 11790 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } attempt: 1
02:19:16.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.146970 11790 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.61:42899: Network error: Client connection negotiation failed: client connection to 127.11.112.61:42899: connect: Connection refused (error 111)
02:19:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.168682 11793 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.168884 11793 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.168915 11793 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170468 11793 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170539 11793 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170562 11793 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170580 11793 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170598 11793 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.170612 11793 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37045/jwks.json
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.172317 11793 master_runner.cc:387] Master server non-default flags:
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:16.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.61:42899
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data/info.pb
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.61
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11793
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/logs
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:16.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.172560 11793 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:16.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.172802 11793 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:16.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.175262 11799 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.175318 11802 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.175343 11800 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.175457 11793 server_base.cc:1061] running on GCE node
02:19:16.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.175783 11793 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:16.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.175974 11793 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:16.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.177134 11793 hybrid_clock.cc:648] HybridClock initialized: now 1783477156177109 us; error 41 us; skew 500 ppm
02:19:16.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.178121 11793 webserver.cc:533] Webserver started at http://127.11.112.61:40369/ using document root <none> and password file <none>
02:19:16.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.178263 11793 fs_manager.cc:362] Metadata directory not provided
02:19:16.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.178300 11793 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:16.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.178367 11793 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.179116 11793 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data/instance:
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3836c4502ace47a3ab05e0e1a04be18d"
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.179461 11793 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal/instance:
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3836c4502ace47a3ab05e0e1a04be18d"
02:19:16.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.180809 11793 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
02:19:16.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.181480 11808 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:16.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.181656 11793 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:16.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.181718 11793 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal
02:19:16.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3836c4502ace47a3ab05e0e1a04be18d"
02:19:16.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.181772 11793 fs_report.cc:389] FS layout report
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data/data
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:16.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.212894 11793 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.213150 11793 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.213271 11793 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:16.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.215127 11790 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } attempt: 2
02:19:16.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.215955 11790 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.61:42899: Network error: Client connection negotiation failed: client connection to 127.11.112.61:42899: connect: Connection refused (error 111)
02:19:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.217429 11793 rpc_server.cc:307] RPC server started. Bound to: 127.11.112.61:42899
02:19:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.217454 11860 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.112.61:42899 every 8 connection(s)
02:19:16.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.217737 11793 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/data/info.pb
02:19:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.218209 11861 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:16.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.219439 11861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.223613 11861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.226735 11861 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.227113 11810 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.112.60:42361: connect: Connection refused (error 111)
02:19:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.227496 11712 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11793
02:19:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.227581 11712 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-1/wal/instance
02:19:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.227624 11861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.60:42361: Network error: Client connection negotiation failed: client connection to 127.11.112.60:42361: connect: Connection refused (error 111)
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.227968 11712 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/logs
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data/info.pb
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.60:42361
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.60
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:16.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:16.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265 with env {}
02:19:16.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.276829 11861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } attempt: 1
02:19:16.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.277733 11861 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.60:42361: Network error: Client connection negotiation failed: client connection to 127.11.112.60:42361: connect: Connection refused (error 111)
02:19:16.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.305449 11865 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:16.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.305598 11865 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:16.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.305616 11865 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.306980 11865 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.307015 11865 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.307029 11865 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.307040 11865 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.307052 11865 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.307063 11865 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37045/jwks.json
02:19:16.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.307122 11790 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } attempt: 3
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.309106 11865 master_runner.cc:387] Master server non-default flags:
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.112.20:35233
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:16.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41265
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.112.62:42119,127.11.112.61:42899,127.11.112.60:42361
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.112.60:42361
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37045/jwks.json
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data/info.pb
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.112.60
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11865
02:19:16.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/logs
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.309324 11865 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.309577 11865 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.310611 11790 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.311201 11790 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.60:42361: Network error: Client connection negotiation failed: client connection to 127.11.112.60:42361: connect: Connection refused (error 111)
02:19:16.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.312057 11870 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.312417 11871 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.312619 11873 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:16.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.312892 11865 server_base.cc:1061] running on GCE node
02:19:16.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.313107 11865 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:16.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.313385 11865 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:16.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.314560 11865 hybrid_clock.cc:648] HybridClock initialized: now 1783477156314535 us; error 38 us; skew 500 ppm
02:19:16.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.315733 11865 webserver.cc:533] Webserver started at http://127.11.112.60:40115/ using document root <none> and password file <none>
02:19:16.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.315974 11865 fs_manager.cc:362] Metadata directory not provided
02:19:16.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.316047 11865 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:16.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.316156 11865 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.317025 11865 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data/instance:
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fea8856cf36f4f7d8479bf93c70bbebb"
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.317377 11865 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal/instance:
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fea8856cf36f4f7d8479bf93c70bbebb"
02:19:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.318608 11865 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
02:19:16.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.319535 11879 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:16.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.319777 11865 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.319877 11865 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fea8856cf36f4f7d8479bf93c70bbebb"
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:16 on dist-test-slave-8w2v"
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.319941 11865 fs_report.cc:389] FS layout report
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data/data
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:16.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:16.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.339664 11865 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:16.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.339955 11865 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:16.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.340070 11865 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:16.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.342355 11790 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } attempt: 1
02:19:16.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.343161 11790 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.112.60:42361: Network error: Client connection negotiation failed: client connection to 127.11.112.60:42361: connect: Connection refused (error 111)
02:19:16.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.344105 11865 rpc_server.cc:307] RPC server started. Bound to: 127.11.112.60:42361
02:19:16.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.344132 11931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.112.60:42361 every 8 connection(s)
02:19:16.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.344419 11865 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/data/info.pb
02:19:16.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.344885 11932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:16.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.345892 11861 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } attempt: 2
02:19:16.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.346140 11932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.350772 11932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.351707 11861 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: Bootstrap starting.
02:19:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.352229 11861 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: Neither blocks nor log segments found. Creating new log.
02:19:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.352429 11712 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 11865
02:19:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.352509 11712 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster10478426138067605843/master-2/wal/instance
02:19:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.352542 11861 log.cc:826] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: Log is configured to *not* fsync() on all Append() calls
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.353473 11861 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: No bootstrap required, opened a new log
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.353855 11932 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } has no permanent_uuid. Determining permanent_uuid...
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.355268 11861 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.355392 11861 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.355429 11861 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3836c4502ace47a3ab05e0e1a04be18d, State: Initialized, Role: FOLLOWER
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.355530 11861 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.355782 11861 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: configured and running, proceeding with master startup.
02:19:16.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.357388 11932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: Bootstrap starting.
02:19:16.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.358073 11932 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: Neither blocks nor log segments found. Creating new log.
02:19:16.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.358270 11932 log.cc:826] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: Log is configured to *not* fsync() on all Append() calls
02:19:16.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.357955 11938 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.359 [INFO - Metastore-Handler-Pool: Thread-157] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:16.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.358867 11932 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: No bootstrap required, opened a new log
02:19:16.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.360805 11932 raft_consensus.cc:359] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.360908 11932 raft_consensus.cc:385] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.360942 11932 raft_consensus.cc:740] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea8856cf36f4f7d8479bf93c70bbebb, State: Initialized, Role: FOLLOWER
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.361030 11932 consensus_queue.cc:260] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.361282 11932 sys_catalog.cc:565] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: configured and running, proceeding with master startup.
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.361296 11955 sys_catalog.cc:455] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.361399 11955 sys_catalog.cc:458] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.364151 11969 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:16.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.364393 11969 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:16.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.364078 11865 master_runner.cc:187] Error getting master registration for 127.11.112.62:42119: OK, instance_id { permanent_uuid: "c80268132c0942bba4cce7a53320469b" instance_seqno: 1783477156086603 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:16.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.365748 11865 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:16.366 [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=	
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.366914 11966 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.360357 11949 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.359225 11793 master_runner.cc:187] Error getting master registration for 127.11.112.62:42119: OK, instance_id { permanent_uuid: "c80268132c0942bba4cce7a53320469b" instance_seqno: 1783477156086603 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.367210 11793 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.364967 11952 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.367482 11952 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:16.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.367710 11938 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.374174 11712 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:16.374 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:16.375 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:16.375 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.11.112.62"
      port: 42119
    }
    bound_http_address {
      host: "127.11.112.62"
      port: 35959
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.11.112.61"
      port: 42899
    }
    bound_http_address {
      host: "127.11.112.61"
      port: 40369
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.11.112.60"
      port: 42361
    }
    bound_http_address {
      host: "127.11.112.60"
      port: 40115
    }
  }
}

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

02:19:16.376 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:16.378 [INFO - Metastore-Handler-Pool: Thread-155] (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=e7cb499f-9929-4683-b1ea-cd6dc79bf2c4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.112.62:42119,127.11.112.60:42361,127.11.112.61:42899}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:16.379 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:16.379 [INFO - Metastore-Handler-Pool: Thread-155] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:16.380 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@489e3b28, with PersistenceManager: null will be shutdown
02:19:16.380 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@489e3b28, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69a70d13 created in the thread with id: 155
02:19:16.384 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@489e3b28
02:19:16.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.418344 11790 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } attempt: 2
02:19:16.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.423878 11790 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: Bootstrap starting.
02:19:16.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.424670 11790 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: Neither blocks nor log segments found. Creating new log.
02:19:16.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.424953 11790 log.cc:826] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: Log is configured to *not* fsync() on all Append() calls
02:19:16.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.429569 11790 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: No bootstrap required, opened a new log
02:19:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.431969 11790 raft_consensus.cc:359] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.432104 11790 raft_consensus.cc:385] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.432137 11790 raft_consensus.cc:740] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c80268132c0942bba4cce7a53320469b, State: Initialized, Role: FOLLOWER
02:19:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.432233 11790 consensus_queue.cc:260] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.432556 11790 sys_catalog.cc:565] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: configured and running, proceeding with master startup.
02:19:16.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.436986 11723 master_runner.cc:264] No leader master found from master c80268132c0942bba4cce7a53320469b
02:19:16.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.437033 11723 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:16.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.441104 11988 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:16.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.441316 11988 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:16.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.441593 11974 sys_catalog.cc:455] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.441790 11974 sys_catalog.cc:458] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.443 [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=	
02:19:16.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.444226 11985 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:16.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.463828 11814 tablet.cc:2406] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:16.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.585973 11743 tablet.cc:2406] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:16.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.587532 11955 raft_consensus.cc:493] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:19:16.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.587661 11955 raft_consensus.cc:515] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.587917 11955 leader_election.cc:290] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c80268132c0942bba4cce7a53320469b (127.11.112.62:42119), 3836c4502ace47a3ab05e0e1a04be18d (127.11.112.61:42899)
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.588377 11764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c80268132c0942bba4cce7a53320469b" is_pre_election: true
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.588505 11764 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea8856cf36f4f7d8479bf93c70bbebb in term 0.
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.588662 11835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3836c4502ace47a3ab05e0e1a04be18d" is_pre_election: true
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.588783 11835 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea8856cf36f4f7d8479bf93c70bbebb in term 0.
02:19:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.589071 11881 leader_election.cc:304] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [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: c80268132c0942bba4cce7a53320469b, fea8856cf36f4f7d8479bf93c70bbebb; no voters: 
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.589674 11955 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Leader pre-election won for term 1
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.589738 11955 raft_consensus.cc:493] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.589761 11955 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 0 FOLLOWER]: Advancing to term 1
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.590548 11955 raft_consensus.cc:515] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.590678 11955 leader_election.cc:290] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [CANDIDATE]: Term 1 election: Requested vote from peers c80268132c0942bba4cce7a53320469b (127.11.112.62:42119), 3836c4502ace47a3ab05e0e1a04be18d (127.11.112.61:42899)
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:16.590775 11885 tablet.cc:2406] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.591167 11764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c80268132c0942bba4cce7a53320469b"
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.591239 11764 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 0 FOLLOWER]: Advancing to term 1
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.592025 11764 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fea8856cf36f4f7d8479bf93c70bbebb in term 1.
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.592185 11835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3836c4502ace47a3ab05e0e1a04be18d"
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.592257 11835 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 0 FOLLOWER]: Advancing to term 1
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.593061 11835 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fea8856cf36f4f7d8479bf93c70bbebb in term 1.
02:19:16.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.593225 11881 leader_election.cc:304] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [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: 3836c4502ace47a3ab05e0e1a04be18d, fea8856cf36f4f7d8479bf93c70bbebb; no voters: 
02:19:16.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.594026 11955 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 1 FOLLOWER]: Leader election won for term 1
02:19:16.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.594197 11955 raft_consensus.cc:697] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [term 1 LEADER]: Becoming Leader. State: Replica: fea8856cf36f4f7d8479bf93c70bbebb, State: Running, Role: LEADER
02:19:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.594276 11955 consensus_queue.cc:237] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [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: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } }
02:19:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.594609 11955 sys_catalog.cc:455] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: SysCatalogTable state changed. Reason: New leader fea8856cf36f4f7d8479bf93c70bbebb. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.594671 11955 sys_catalog.cc:458] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: This master's current role is: LEADER
02:19:16.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.603852 11993 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:19:16.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.604079 11993 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:19:16.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.605381 11835 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [term 1 FOLLOWER]: Refusing update from remote peer fea8856cf36f4f7d8479bf93c70bbebb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:16.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.605755 11955 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [LEADER]: Connected to new peer: Peer: permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:16.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.606902 11938 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: SysCatalogTable state changed. Reason: New leader fea8856cf36f4f7d8479bf93c70bbebb. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.606980 11938 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.607491 11764 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [term 1 FOLLOWER]: Refusing update from remote peer fea8856cf36f4f7d8479bf93c70bbebb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:16.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.607723 11955 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [LEADER]: Connected to new peer: Peer: permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:16.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.608667 11974 sys_catalog.cc:455] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: SysCatalogTable state changed. Reason: New leader fea8856cf36f4f7d8479bf93c70bbebb. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.608747 11974 sys_catalog.cc:458] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609422 11955 sys_catalog.cc:455] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609509 11955 sys_catalog.cc:458] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: This master's current role is: LEADER
02:19:16.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609715 11955 sys_catalog.cc:455] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609787 11955 sys_catalog.cc:458] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb [sys.catalog]: This master's current role is: LEADER
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609899 11993 catalog_manager.cc:1383] Generated new cluster ID: f20f65740bf94fb5912f2c54cb954a16
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.609937 11993 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.610149 11938 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.610215 11938 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.610673 11974 sys_catalog.cc:455] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c80268132c0942bba4cce7a53320469b" member_type: VOTER last_known_addr { host: "127.11.112.62" port: 42119 } } peers { permanent_uuid: "3836c4502ace47a3ab05e0e1a04be18d" member_type: VOTER last_known_addr { host: "127.11.112.61" port: 42899 } } peers { permanent_uuid: "fea8856cf36f4f7d8479bf93c70bbebb" member_type: VOTER last_known_addr { host: "127.11.112.60" port: 42361 } } }
02:19:16.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.610741 11974 sys_catalog.cc:458] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b [sys.catalog]: This master's current role is: FOLLOWER
02:19:16.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.611042 11994 mvcc.cc:204] Tried to move back new op lower bound from 7305122433453490176 to 7305122433410605056. Current Snapshot: MvccSnapshot[applied={T|T < 7305122433453490176 or (T in {7305122433453490176})}]
02:19:16.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.615388 11995 mvcc.cc:204] Tried to move back new op lower bound from 7305122433453490176 to 7305122433410605056. Current Snapshot: MvccSnapshot[applied={T|T < 7305122433453490176 or (T in {7305122433453490176})}]
02:19:16.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.616009 11997 mvcc.cc:204] Tried to move back new op lower bound from 7305122433453490176 to 7305122433410605056. Current Snapshot: MvccSnapshot[applied={T|T < 7305122433453490176}]
02:19:16.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.623756 11993 catalog_manager.cc:1406] Generated new certificate authority record
02:19:16.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.624617 11993 catalog_manager.cc:1540] Loading token signing keys...
02:19:16.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.634104 11993 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fea8856cf36f4f7d8479bf93c70bbebb: Generated new TSK 0
02:19:16.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.634681 11993 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:19:16.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.634824 11993 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:19:16.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:16.635196 11993 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:19:16.772 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:16.776 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:16.777 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:16.824 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:16.828 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive5028068041047362567/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=e7cb499f-9929-4683-b1ea-cd6dc79bf2c4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.112.62:42119,127.11.112.60:42361,127.11.112.61:42899}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:16.829 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5028068041047362567/external-warehouse/table
02:19:16.908 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:16.939 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:16.941 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:16.943 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:19:16.944 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive5028068041047362567/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:16.946 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5028068041047362567/external-warehouse/legacy_table
02:19:16.962 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:19:16.972 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:16.973 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:16.983 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.024 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.024 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.043 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.061 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.070 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.070 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.078 [DEBUG - Metastore-Handler-Pool: Thread-155] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:19:17.079 [DEBUG - Metastore-Handler-Pool: Thread-155] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:19:17.082 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.11.112.62:42119(127.11.112.62:42119)] connecting to peer
02:19:17.084 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.11.112.60:42361(127.11.112.60:42361)] connecting to peer
02:19:17.085 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.11.112.61:42899(127.11.112.61:42899)] connecting to peer
02:19:17.086 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.11.112.60:42361(127.11.112.60:42361)] Successfully connected to peer
02:19:17.086 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.11.112.62:42119(127.11.112.62:42119)] Successfully connected to peer
02:19:17.090 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.11.112.61:42899(127.11.112.61:42899)] Successfully connected to peer
02:19:17.097 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.11.112.62
02:19:17.103 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.11.112.60
02:19:17.104 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.11.112.61
02:19:17.140 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:17.145 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x9c4889d9, L:/127.0.0.1:57894 - R:/127.11.112.61:42899] using SASL/PLAIN
02:19:17.155 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:17.155 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:17.163 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x17fe4455, L:/127.0.0.1:54742 - R:/127.11.112.60:42361] using SASL/PLAIN
02:19:17.166 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:19:17.167 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:19:17.168 [ERROR - Metastore-Handler-Pool: Thread-155] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:17.169 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.172 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xff129bd0, L:/127.0.0.1:37698 - R:/127.11.112.62:42119] using SASL/PLAIN
02:19:17.184 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.198 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.198 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.204 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.214 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.224 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.225 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.230 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.241 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.252 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.252 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.262 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:19:17.264 [ERROR - Metastore-Handler-Pool: Thread-155] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:19:17.324 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.337 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.351 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.351 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.356 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.365 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.368193 11952 catalog_manager.cc:1295] Loaded cluster ID: f20f65740bf94fb5912f2c54cb954a16
02:19:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.368264 11952 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: loading cluster ID for follower catalog manager: success
02:19:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.369617 11952 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: acquiring CA information for follower catalog manager: success
02:19:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.369906 11952 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3836c4502ace47a3ab05e0e1a04be18d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:17.374 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:17.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:17.374606 11966 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:17.376 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.377 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.383 [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=	
02:19:17.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:17.383741 11949 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:17.389 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.398 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.408 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.408 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.411 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:19:17.412 [ERROR - Metastore-Handler-Pool: Thread-155] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:17.413 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.422 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.431 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.431 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.437 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.441982 11988 catalog_manager.cc:1295] Loaded cluster ID: f20f65740bf94fb5912f2c54cb954a16
02:19:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.442080 11988 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: loading cluster ID for follower catalog manager: success
02:19:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.443563 11988 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: acquiring CA information for follower catalog manager: success
02:19:17.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:17.443946 11988 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c80268132c0942bba4cce7a53320469b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:19:17.447 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.455 [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=	
02:19:17.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:17.456084 11985 client.h:372] Failed to connect to Hive Metastore (localhost:41265): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:17.456 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.456 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.462 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.471 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.480 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.480 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.486 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.495 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.503 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.503 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.566 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:19:17.568 [ERROR - Metastore-Handler-Pool: Thread-155] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:19:17.570 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.590 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.606 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.606 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.617 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.625 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.634 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.634 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.641 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:17.648 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:17.657 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.657 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.663 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:17.670 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:17.671 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:17.756 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:17.863 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:17.892 [WARN - Metastore-Handler-Pool: Thread-155] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:17.974 [WARN - Metastore-Handler-Pool: Thread-155] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive5028068041047362567/warehouse/default/table
02:19:17.975 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:17.977 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:17.978 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive5028068041047362567/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:17.979 [WARN - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:2452) Location: file:/tmp/hive5028068041047362567/external-warehouse/table specified for non-external table:table
02:19:17.980 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:17.981 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:17.998 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:18.013 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:18.014 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:18.022 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:18.035 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:18.035 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:18.038 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:19:18.039 [ERROR - Metastore-Handler-Pool: Thread-155] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:19:18.062 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:18.069 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:18.077 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:18.077 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:18.082 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
02:19:18.089 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:19:18.096 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:19:18.096 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:19:18.103 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:18.109 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:18.110 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:18.153 [INFO - Metastore-Handler-Pool: Thread-155] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:18.155 [INFO - Metastore-Handler-Pool: Thread-155] (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=e7cb499f-9929-4683-b1ea-cd6dc79bf2c4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.112.62:42119,127.11.112.60:42361,127.11.112.61:42899}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:18.156 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:18.158 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive5028068041047362567/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=e7cb499f-9929-4683-b1ea-cd6dc79bf2c4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.11.112.62:42119,127.11.112.60:42361,127.11.112.61:42899}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:18.159 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5028068041047362567/external-warehouse/table
02:19:18.176 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:18.184 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:18.185 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:18.192 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:18.200 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:18.201 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:18.206 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:18.213 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:18.214 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:18.247 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:18.247 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:19:18.248 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@489e3b28, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69a70d13 will be shutdown
02:19:18.248 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:19:18.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:18.248067 11712 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11723
02:19:18.255 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.11.112.62:42119(127.11.112.62:42119)] handling channelInactive
02:19:18.255 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.11.112.62:42119(127.11.112.62:42119)] cleaning up while in state READY due to: connection closed
02:19:18.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:18.255604 11712 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11793
02:19:18.263 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.11.112.61:42899(127.11.112.61:42899)] handling channelInactive
02:19:18.263 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.11.112.61:42899(127.11.112.61:42899)] cleaning up while in state READY due to: connection closed
02:19:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:18.263170 11712 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 11865
02:19:18.270 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.11.112.60:42361(127.11.112.60:42361)] handling channelInactive
02:19:18.270 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.11.112.60:42361(127.11.112.60:42361)] cleaning up while in state READY due to: connection closed
02:19:18.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:18Z chronyd exiting
.02:19:18.314 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:18.314 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:18.314 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:18.339 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4115661922890562534
02:19:18.340 [INFO - Thread-117] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:18.340 [INFO - Thread-117] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:18.342 [INFO - Thread-117] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:18.342 [INFO - Thread-117] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:18.342 [INFO - Thread-117] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:19:18.343 [INFO - Thread-117] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:19:18.344 [INFO - Thread-117] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:19:18.344 [INFO - Thread-117] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:19:18.345 [INFO - Thread-117] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:19:18.345 [INFO - Thread-117] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:18.347 [INFO - Thread-117] (HikariDataSource.java:80) objectstore - Starting...
02:19:18.404 [INFO - Thread-117] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:18.404 [INFO - Thread-117] (HikariDataSource.java:82) objectstore - Start completed.
02:19:18.405 [INFO - Thread-117] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:18.406 [INFO - Thread-117] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:18.408 [INFO - Thread-117] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:18.409 [INFO - Thread-117] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:18.422 [INFO - Thread-117] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:18.422 [INFO - Thread-117] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:18.422 [INFO - Thread-117] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:18.451 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.452 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.453 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.453 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.453 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.454 [WARN - Thread-117] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:18.632 [INFO - Thread-117] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:18.632 [INFO - Thread-117] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: null will be shutdown
02:19:18.632 [INFO - Thread-117] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34e412ae created in the thread with id: 171
02:19:18.634 [WARN - Thread-117] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:18.634 [INFO - Thread-117] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14
02:19:18.724 [INFO - Thread-117] (HMSHandler.java:595) Started creating a default database with name: default
02:19:18.740 [INFO - Thread-117] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:18.758 [INFO - Thread-117] (HMSHandler.java:668) Added admin role in metastore
02:19:18.759 [INFO - Thread-117] (HMSHandler.java:677) Added public role in metastore
02:19:18.780 [INFO - Thread-117] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:18.781 [INFO - Thread-117] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:18.781 [INFO - Thread-117] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:18.781 [INFO - Thread-117] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:18.782 [WARN - Thread-117] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:18.782 [INFO - Thread-117] (HiveMetaStore.java:632) Started the new metaserver on port [42143]...
02:19:18.782 [INFO - Thread-117] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:18.782 [INFO - Thread-117] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:18.782 [INFO - Thread-117] (HiveMetaStore.java:635) TCP keepalive = true
02:19:18.782 [INFO - Thread-117] (HiveMetaStore.java:636) Enable SSL = false
02:19:19.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:19.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:19.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:19.345 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:19.345 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42143]
02:19:19.345 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42143) in binary transport mode
02:19:19.345 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42143) current connections: 1
02:19:19.347 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:19.347 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:19.347 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:19.350 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42143"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:19:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.425271 12043 mini_oidc.cc:150] Starting JWKS server
02:19:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.425740 12043 webserver.cc:533] Webserver started at http://127.0.0.1:36755/ using document root <none> and password file <none>
02:19:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.425800 12043 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:19.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.425908 12043 webserver.cc:533] Webserver started at http://127.0.0.1:33765/ using document root <none> and password file <none>
02:19:19.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:19.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:19Z Disabled control of system clock
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.436225 12043 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/logs
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data/info.pb
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.254:38309
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.254
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143 with env {}
02:19:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.512743 12054 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.512898 12054 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.512918 12054 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514415 12054 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514454 12054 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514468 12054 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514482 12054 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514493 12054 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.514505 12054 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.516012 12054 master_runner.cc:387] Master server non-default flags:
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.254:38309
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data/info.pb
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.254
02:19:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12054
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/logs
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.516178 12054 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.516348 12054 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:19.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.518720 12059 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.518759 12060 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.518725 12062 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.519387 12054 server_base.cc:1061] running on GCE node
02:19:19.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.519604 12054 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:19.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.519896 12054 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:19.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.521049 12054 hybrid_clock.cc:648] HybridClock initialized: now 1783477159521029 us; error 31 us; skew 500 ppm
02:19:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.522056 12054 webserver.cc:533] Webserver started at http://127.11.194.254:33527/ using document root <none> and password file <none>
02:19:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.522267 12054 fs_manager.cc:362] Metadata directory not provided
02:19:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.522346 12054 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.522480 12054 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.523365 12054 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data/instance:
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f273bd104a5845008d6fcfbfd004da8f"
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.523731 12054 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal/instance:
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f273bd104a5845008d6fcfbfd004da8f"
02:19:19.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.524988 12054 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
02:19:19.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.525640 12068 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:19.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.525815 12054 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:19.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.525888 12054 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f273bd104a5845008d6fcfbfd004da8f"
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.525940 12054 fs_report.cc:389] FS layout report
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data/data
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:19.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:19.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.533802 12054 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:19.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.534067 12054 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:19.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.534206 12054 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.537953 12054 rpc_server.cc:307] RPC server started. Bound to: 127.11.194.254:38309
02:19:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.537981 12120 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.194.254:38309 every 8 connection(s)
02:19:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.538326 12054 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/data/info.pb
02:19:19.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.538849 12121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:19.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.540063 12121 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.541721 12043 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12054
02:19:19.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.541797 12043 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-0/wal/instance
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.542641 12043 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:19.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/logs
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data/info.pb
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.253:46027
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.253
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143 with env {}
02:19:19.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.545744 12121 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.546098 12070 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.194.253:46027: connect: Connection refused (error 111)
02:19:19.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.546557 12121 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.253:46027: Network error: Client connection negotiation failed: client connection to 127.11.194.253:46027: connect: Connection refused (error 111)
02:19:19.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.595749 12121 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } attempt: 1
02:19:19.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.596593 12121 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.253:46027: Network error: Client connection negotiation failed: client connection to 127.11.194.253:46027: connect: Connection refused (error 111)
02:19:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.618003 12124 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.618170 12124 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.618201 12124 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619850 12124 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619917 12124 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619941 12124 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619961 12124 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619976 12124 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:19.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.619992 12124 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.621610 12124 master_runner.cc:387] Master server non-default flags:
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.253:46027
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data/info.pb
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.253
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12124
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/logs
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.621830 12124 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.622097 12124 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:19.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.624506 12130 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.624492 12131 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.624624 12133 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.624782 12124 server_base.cc:1061] running on GCE node
02:19:19.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.625169 12124 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:19.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.625424 12124 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:19.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.626585 12124 hybrid_clock.cc:648] HybridClock initialized: now 1783477159626570 us; error 45 us; skew 500 ppm
02:19:19.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.627810 12124 webserver.cc:533] Webserver started at http://127.11.194.253:41513/ using document root <none> and password file <none>
02:19:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.628008 12124 fs_manager.cc:362] Metadata directory not provided
02:19:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.628063 12124 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.628154 12124 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.629163 12124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data/instance:
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e42e652ca844012854e7b0e647895ce"
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.629516 12124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal/instance:
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e42e652ca844012854e7b0e647895ce"
02:19:19.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.630939 12124 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
02:19:19.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.631716 12139 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:19.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.631865 12124 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.631913 12124 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e42e652ca844012854e7b0e647895ce"
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.631961 12124 fs_report.cc:389] FS layout report
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data/data
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:19.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:19.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.645504 12124 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:19.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.645711 12124 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:19.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.645789 12124 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:19.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.649618 12124 rpc_server.cc:307] RPC server started. Bound to: 127.11.194.253:46027
02:19:19.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.649645 12191 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.194.253:46027 every 8 connection(s)
02:19:19.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.649899 12124 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/data/info.pb
02:19:19.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.650343 12192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.651587 12192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.655882 12192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.656687 12043 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12124
02:19:19.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.656776 12043 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-1/wal/instance
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.657101 12043 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/logs
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data/info.pb
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.252:46817
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.252
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143 with env {}
02:19:19.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.664086 12192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.664484 12141 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.664741 12121 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } attempt: 2
02:19:19.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.665091 12192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.252:46817: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.667522 12121 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.668098 12121 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.252:46817: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.711261 12121 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } attempt: 1
02:19:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.712186 12121 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.252:46817: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.714285 12192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } attempt: 1
02:19:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.714917 12192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.252:46817: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.737699 12195 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:19.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.737879 12195 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:19.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.737920 12195 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739516 12195 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739576 12195 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739598 12195 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739616 12195 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739631 12195 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.739646 12195 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.741271 12195 master_runner.cc:387] Master server non-default flags:
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.11.194.212:38745
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42143
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.11.194.254:38309,127.11.194.253:46027,127.11.194.252:46817
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.11.194.252:46817
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:19.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data/info.pb
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.11.194.252
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12195
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/logs
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:19.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:19.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.741497 12195 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:19.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.741721 12195 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.744103 12202 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.744127 12204 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.744269 12201 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.744448 12195 server_base.cc:1061] running on GCE node
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.744590 12195 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:19.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.744750 12195 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:19.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.745923 12195 hybrid_clock.cc:648] HybridClock initialized: now 1783477159745898 us; error 31 us; skew 500 ppm
02:19:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.746928 12195 webserver.cc:533] Webserver started at http://127.11.194.252:43611/ using document root <none> and password file <none>
02:19:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.747143 12195 fs_manager.cc:362] Metadata directory not provided
02:19:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.747215 12195 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.747318 12195 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.748158 12195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data/instance:
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d309630bb134eec9a468e548fe13560"
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.748510 12195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal/instance:
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d309630bb134eec9a468e548fe13560"
02:19:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.749725 12195 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.750399 12210 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.750588 12195 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.750674 12195 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d309630bb134eec9a468e548fe13560"
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:19 on dist-test-slave-8w2v"
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.750725 12195 fs_report.cc:389] FS layout report
02:19:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data/data
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:19.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.759373 12121 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } attempt: 2
02:19:19.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.760084 12121 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.11.194.252:46817: Network error: Client connection negotiation failed: client connection to 127.11.194.252:46817: connect: Connection refused (error 111)
02:19:19.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.762825 12195 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:19.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.763034 12195 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:19.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.763121 12195 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:19.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.766739 12195 rpc_server.cc:307] RPC server started. Bound to: 127.11.194.252:46817
02:19:19.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.766786 12262 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.11.194.252:46817 every 8 connection(s)
02:19:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.767007 12195 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/data/info.pb
02:19:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.767522 12263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:19.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.768693 12263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.773001 12263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.774381 12043 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12195
02:19:19.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.774454 12043 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster8071616342468434139/master-2/wal/instance
02:19:19.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.775918 12263 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } has no permanent_uuid. Determining permanent_uuid...
02:19:19.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.780160 12263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560: Bootstrap starting.
02:19:19.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.780725 12263 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560: Neither blocks nor log segments found. Creating new log.
02:19:19.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.780990 12263 log.cc:826] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560: Log is configured to *not* fsync() on all Append() calls
02:19:19.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.781586 12263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560: No bootstrap required, opened a new log
02:19:19.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783070 12192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } attempt: 2
02:19:19.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783237 12263 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } }
02:19:19.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783514 12263 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:19.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783592 12263 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d309630bb134eec9a468e548fe13560, State: Initialized, Role: FOLLOWER
02:19:19.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783691 12263 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [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: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } }
02:19:19.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783900 12269 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [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: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } } }
02:19:19.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783959 12263 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [sys.catalog]: configured and running, proceeding with master startup.
02:19:19.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.783967 12269 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560 [sys.catalog]: This master's current role is: FOLLOWER
02:19:19.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.786057 12283 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0d309630bb134eec9a468e548fe13560: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:19.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.786113 12283 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:19.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.786851 12043 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:19.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.786425 12195 master_runner.cc:187] Error getting master registration for 127.11.194.254:38309: OK, instance_id { permanent_uuid: "f273bd104a5845008d6fcfbfd004da8f" instance_seqno: 1783477159537007 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:19.788 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:19.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.788079 12195 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:19.788 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:19.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.788785 12192 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce: Bootstrap starting.
02:19:19.788 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.11.194.254"
      port: 38309
    }
    bound_http_address {
      host: "127.11.194.254"
      port: 33527
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.11.194.253"
      port: 46027
    }
    bound_http_address {
      host: "127.11.194.253"
      port: 41513
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.11.194.252"
      port: 46817
    }
    bound_http_address {
      host: "127.11.194.252"
      port: 43611
    }
  }
}

02:19:19.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.789465 12192 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce: Neither blocks nor log segments found. Creating new log.
02:19:19.789 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:19:19.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.789733 12192 log.cc:826] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce: Log is configured to *not* fsync() on all Append() calls
02:19:19.790 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:19.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.790588 12192 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce: No bootstrap required, opened a new log
02:19:19.790 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.791126 12043 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12054
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792435 12192 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } }
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792538 12192 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792567 12192 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e42e652ca844012854e7b0e647895ce, State: Initialized, Role: FOLLOWER
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792654 12192 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [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: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } }
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792908 12192 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [sys.catalog]: configured and running, proceeding with master startup.
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.792894 12287 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [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: "f273bd104a5845008d6fcfbfd004da8f" member_type: VOTER last_known_addr { host: "127.11.194.254" port: 38309 } } peers { permanent_uuid: "4e42e652ca844012854e7b0e647895ce" member_type: VOTER last_known_addr { host: "127.11.194.253" port: 46027 } } peers { permanent_uuid: "0d309630bb134eec9a468e548fe13560" member_type: VOTER last_known_addr { host: "127.11.194.252" port: 46817 } } }
02:19:19.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.793002 12287 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e42e652ca844012854e7b0e647895ce [sys.catalog]: This master's current role is: FOLLOWER
02:19:19.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.797164 12140 connection.cc:573] client connection to 127.11.194.254:38309 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:19:19.797 [INFO - Metastore-Handler-Pool: Thread-194] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:19.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:19.798048 12280 client.h:372] Failed to connect to Hive Metastore (localhost:42143): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:19:19.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.797387 12124 master_runner.cc:187] Error getting master registration for 127.11.194.254:38309: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
02:19:19.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.798851 12124 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:19.799 [INFO - Metastore-Handler-Pool: Thread-195] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:19:19.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.799281 12043 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12124
02:19:19.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:19.807379 12043 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12195
02:19:19.808 [ERROR - Metastore-Handler-Pool: Thread-195] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
02:19:19.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:19Z chronyd exiting
.02:19:19.852 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:19.853 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:19.853 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:19.871 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive846906441286317476
02:19:19.872 [INFO - Thread-135] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:19:19.872 [INFO - Thread-135] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:19:19.874 [INFO - Thread-135] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:19.874 [INFO - Thread-135] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:19.874 [INFO - Thread-135] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:19:19.875 [INFO - Thread-135] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:19:19.876 [INFO - Thread-135] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:19:19.876 [INFO - Thread-135] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:19:19.877 [INFO - Thread-135] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:19:19.877 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:19:19.879 [INFO - Thread-135] (HikariDataSource.java:80) objectstore - Starting...
02:19:19.923 [INFO - Thread-135] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:19.924 [INFO - Thread-135] (HikariDataSource.java:82) objectstore - Start completed.
02:19:19.924 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:19:19.926 [INFO - Thread-135] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:19:19.927 [INFO - Thread-135] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:19:19.928 [INFO - Thread-135] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:19:19.940 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:19:19.940 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:19:19.940 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:19:19.957 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:19.958 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:19.958 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:19.958 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:19.959 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:19.959 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:19:20.144 [INFO - Thread-135] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:19:20.144 [INFO - Thread-135] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0, with PersistenceManager: null will be shutdown
02:19:20.145 [INFO - Thread-135] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1a65ad1 created in the thread with id: 196
02:19:20.151 [WARN - Thread-135] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:19:20.152 [INFO - Thread-135] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0
02:19:20.251 [INFO - Thread-135] (HMSHandler.java:595) Started creating a default database with name: default
02:19:20.266 [INFO - Thread-135] (HMSHandler.java:605) Successfully created a default database with name: default
02:19:20.290 [INFO - Thread-135] (HMSHandler.java:668) Added admin role in metastore
02:19:20.291 [INFO - Thread-135] (HMSHandler.java:677) Added public role in metastore
02:19:20.320 [INFO - Thread-135] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:19:20.321 [INFO - Thread-135] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:19:20.321 [INFO - Thread-135] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:19:20.321 [INFO - Thread-135] (HiveMetaStore.java:697) Direct SQL optimization = true
02:19:20.322 [WARN - Thread-135] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:19:20.322 [INFO - Thread-135] (HiveMetaStore.java:632) Started the new metaserver on port [34579]...
02:19:20.322 [INFO - Thread-135] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:19:20.322 [INFO - Thread-135] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:19:20.322 [INFO - Thread-135] (HiveMetaStore.java:635) TCP keepalive = true
02:19:20.322 [INFO - Thread-135] (HiveMetaStore.java:636) Enable SSL = false
02:19:20.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:19:20.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:19:20.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:19:20.877 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:19:20.877 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34579]
02:19:20.878 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34579) in binary transport mode
02:19:20.878 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34579) current connections: 1
02:19:20.879 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskKGEkMJ/test-tmp
02:19:20.880 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:19:20.880 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskKGEkMJ/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:19:20.883 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:19:20.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:20.958694 12326 mini_oidc.cc:150] Starting JWKS server
02:19:20.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:20.959434 12326 webserver.cc:533] Webserver started at http://127.0.0.1:38027/ using document root <none> and password file <none>
02:19:20.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:20.959501 12326 mini_oidc.cc:186] Starting OIDC Discovery server
02:19:20.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:20.959626 12326 webserver.cc:533] Webserver started at http://127.0.0.1:46775/ using document root <none> and password file <none>
02:19:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:19:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:20Z Disabled control of system clock
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:20.969358 12326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/logs
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data/info.pb
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:20.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.190:42201
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.190
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:20.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json with env {}
02:19:21.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.044991 12337 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:21.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.045140 12337 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:21.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.045157 12337 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046536 12337 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046572 12337 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046586 12337 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046598 12337 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046610 12337 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.046622 12337 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38027/jwks.json
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.048118 12337 master_runner.cc:387] Master server non-default flags:
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.190:42201
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data/info.pb
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.190
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12337
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/logs
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:21.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.048283 12337 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.048441 12337 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.050549 12342 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.050575 12345 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.050566 12343 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.051003 12337 server_base.cc:1061] running on GCE node
02:19:21.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.051211 12337 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:21.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.051470 12337 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:21.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.052601 12337 hybrid_clock.cc:648] HybridClock initialized: now 1783477161052595 us; error 35 us; skew 500 ppm
02:19:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.053603 12337 webserver.cc:533] Webserver started at http://127.12.9.190:45243/ using document root <none> and password file <none>
02:19:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.053745 12337 fs_manager.cc:362] Metadata directory not provided
02:19:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.053776 12337 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.053845 12337 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.054584 12337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data/instance:
02:19:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2998ef8df764027be704f1fcc105d01"
02:19:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.054837 12337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal/instance:
02:19:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2998ef8df764027be704f1fcc105d01"
02:19:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.055959 12337 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.056596 12351 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.056739 12337 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.056792 12337 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2998ef8df764027be704f1fcc105d01"
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.056828 12337 fs_report.cc:389] FS layout report
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal
02:19:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data/data
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:21.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.085063 12337 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:21.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.085294 12337 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:21.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.085367 12337 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:21.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.088970 12337 rpc_server.cc:307] RPC server started. Bound to: 127.12.9.190:42201
02:19:21.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.089031 12403 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.9.190:42201 every 8 connection(s)
02:19:21.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.089258 12337 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/data/info.pb
02:19:21.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.089745 12404 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:21.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.090986 12404 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.093065 12326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12337
02:19:21.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.093173 12326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-0/wal/instance
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.093912 12326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/logs
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data/info.pb
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.189:39999
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.189
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:21.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json with env {}
02:19:21.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.096272 12404 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.096714 12353 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.9.189:39999: connect: Connection refused (error 111)
02:19:21.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.097150 12404 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.189:39999: Network error: Client connection negotiation failed: client connection to 127.12.9.189:39999: connect: Connection refused (error 111)
02:19:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.146335 12404 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } attempt: 1
02:19:21.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.147228 12404 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.189:39999: Network error: Client connection negotiation failed: client connection to 127.12.9.189:39999: connect: Connection refused (error 111)
02:19:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.168802 12408 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.168958 12408 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.168978 12408 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170347 12408 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170382 12408 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170395 12408 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170408 12408 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170419 12408 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.170430 12408 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38027/jwks.json
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.171907 12408 master_runner.cc:387] Master server non-default flags:
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.189:39999
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data/info.pb
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.189
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12408
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/logs
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.172078 12408 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.172317 12408 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:21.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.174437 12417 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.174486 12414 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.174489 12415 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.174708 12408 server_base.cc:1061] running on GCE node
02:19:21.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.174877 12408 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.175065 12408 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:21.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.176187 12408 hybrid_clock.cc:648] HybridClock initialized: now 1783477161176173 us; error 29 us; skew 500 ppm
02:19:21.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.177191 12408 webserver.cc:533] Webserver started at http://127.12.9.189:41205/ using document root <none> and password file <none>
02:19:21.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.177330 12408 fs_manager.cc:362] Metadata directory not provided
02:19:21.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.177367 12408 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:21.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.177434 12408 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.178221 12408 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data/instance:
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fddccdb0b064194bedce36998a62d27"
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.178476 12408 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal/instance:
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fddccdb0b064194bedce36998a62d27"
02:19:21.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.179553 12408 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.180166 12423 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.180325 12408 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.180365 12408 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fddccdb0b064194bedce36998a62d27"
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.180401 12408 fs_report.cc:389] FS layout report
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data/data
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:21.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.194885 12408 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:21.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.195091 12408 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:21.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.195173 12408 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:21.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.198865 12408 rpc_server.cc:307] RPC server started. Bound to: 127.12.9.189:39999
02:19:21.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.198897 12475 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.9.189:39999 every 8 connection(s)
02:19:21.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.199172 12408 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/data/info.pb
02:19:21.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.199707 12476 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:21.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.200939 12476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.205587 12476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.208153 12326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12408
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.208241 12326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-1/wal/instance
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.208603 12326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:19:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/logs
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data/info.pb
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.188:43571
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.188
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:21.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json with env {}
02:19:21.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.208889 12476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.209223 12425 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.209635 12476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.215376 12404 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } attempt: 2
02:19:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.218017 12404 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.218561 12404 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.258810 12476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 1
02:19:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.259680 12476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.261703 12404 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 1
02:19:21.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.262392 12404 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.284924 12481 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:19:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.285069 12481 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:19:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.285089 12481 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286440 12481 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286475 12481 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286489 12481 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286501 12481 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286514 12481 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:19:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.286525 12481 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38027/jwks.json
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.288086 12481 master_runner.cc:387] Master server non-default flags:
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.9.148:44039
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.9.190:42201,127.12.9.189:39999,127.12.9.188:43571
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.9.188:43571
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38027/jwks.json
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data/info.pb
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.9.188
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.12481
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:19:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/logs
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:18 UTC on e7f111948823
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12765
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.288249 12481 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:19:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.288408 12481 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:19:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.290606 12486 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.290620 12487 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.290608 12489 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
02:19:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.290971 12481 server_base.cc:1061] running on GCE node
02:19:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.291170 12481 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:19:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.291465 12481 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:19:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.292615 12481 hybrid_clock.cc:648] HybridClock initialized: now 1783477161292588 us; error 41 us; skew 500 ppm
02:19:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.293771 12481 webserver.cc:533] Webserver started at http://127.12.9.188:43603/ using document root <none> and password file <none>
02:19:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.294001 12481 fs_manager.cc:362] Metadata directory not provided
02:19:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.294075 12481 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:19:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.294178 12481 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.294988 12481 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data/instance:
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7407413683e3422895febc6e6bd68f89"
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.295324 12481 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal/instance:
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7407413683e3422895febc6e6bd68f89"
02:19:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.296545 12481 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.297238 12495 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.297407 12481 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.297508 12481 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data,/tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7407413683e3422895febc6e6bd68f89"
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:19:21 on dist-test-slave-8w2v"
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.297562 12481 fs_report.cc:389] FS layout report
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data/data
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:19:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:19:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:19:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.309547 12404 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 2
02:19:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.310328 12404 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.325094 12481 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:19:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.325335 12481 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:19:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.325417 12481 kserver.cc:163] Server-wide thread pool size limit: 3276
02:19:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.327817 12476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 2
02:19:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.328541 12476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.12.9.188:43571: Network error: Client connection negotiation failed: client connection to 127.12.9.188:43571: connect: Connection refused (error 111)
02:19:21.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.329612 12481 rpc_server.cc:307] RPC server started. Bound to: 127.12.9.188:43571
02:19:21.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.329640 12547 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.12.9.188:43571 every 8 connection(s)
02:19:21.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.329996 12481 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/data/info.pb
02:19:21.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.330596 12548 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:19:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.331863 12548 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.332928 12326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu as pid 12481
02:19:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.333033 12326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskKGEkMJ/test-tmp/mini-kudu-cluster16104185673066486653/master-2/wal/instance
02:19:21.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.336927 12548 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.339982 12548 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } has no permanent_uuid. Determining permanent_uuid...
02:19:21.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.343420 12548 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: Bootstrap starting.
02:19:21.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.344115 12548 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: Neither blocks nor log segments found. Creating new log.
02:19:21.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.344413 12548 log.cc:826] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: Log is configured to *not* fsync() on all Append() calls
02:19:21.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.345068 12548 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: No bootstrap required, opened a new log
02:19:21.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.346006 12326 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:19:21.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.346659 12548 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.346782 12548 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.346815 12548 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7407413683e3422895febc6e6bd68f89, State: Initialized, Role: FOLLOWER
02:19:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.346899 12548 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.347 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.347198 12548 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: configured and running, proceeding with master startup.
02:19:21.347 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:19:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.348918 12554 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.349223 12554 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.349326 12565 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.349464 12565 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:21.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.12.9.190"
      port: 42201
    }
    bound_http_address {
      host: "127.12.9.190"
      port: 45243
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.12.9.189"
      port: 39999
    }
    bound_http_address {
      host: "127.12.9.189"
      port: 41205
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.12.9.188"
      port: 43571
    }
    bound_http_address {
      host: "127.12.9.188"
      port: 43603
    }
  }
}

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

02:19:21.351 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:19:21.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.350666 12481 master_runner.cc:187] Error getting master registration for 127.12.9.190:42201: OK, instance_id { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" instance_seqno: 1783477161087961 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:21.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.352362 12481 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:21.353 [INFO - Metastore-Handler-Pool: Thread-217] (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=10c2a264-8066-4d3c-8b95-bf660e58aaee, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.9.188:43571,127.12.9.190:42201,127.12.9.189:39999}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:19:21.354 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:19:21.354 [INFO - Metastore-Handler-Pool: Thread-217] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:19:21.355 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44a7072b, with PersistenceManager: null will be shutdown
02:19:21.355 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44a7072b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@208e781e created in the thread with id: 217
02:19:21.359 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44a7072b
02:19:21.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.417506 12404 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 3
02:19:21.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.419688 12476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } attempt: 3
02:19:21.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.423727 12404 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: Bootstrap starting.
02:19:21.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.424502 12404 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: Neither blocks nor log segments found. Creating new log.
02:19:21.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.424760 12404 log.cc:826] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: Log is configured to *not* fsync() on all Append() calls
02:19:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.428970 12476 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: Bootstrap starting.
02:19:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.429668 12476 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: Neither blocks nor log segments found. Creating new log.
02:19:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.429915 12476 log.cc:826] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: Log is configured to *not* fsync() on all Append() calls
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.430963 12476 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: No bootstrap required, opened a new log
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.432485 12476 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.432593 12476 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.432618 12476 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3fddccdb0b064194bedce36998a62d27, State: Initialized, Role: FOLLOWER
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.432720 12476 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.433002 12476 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: configured and running, proceeding with master startup.
02:19:21.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.435310 12408 master_runner.cc:187] Error getting master registration for 127.12.9.190:42201: OK, instance_id { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" instance_seqno: 1783477161087961 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:19:21.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.436956 12408 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.437541 12404 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: No bootstrap required, opened a new log
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439462 12570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439587 12570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439644 12404 raft_consensus.cc:359] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439759 12404 raft_consensus.cc:385] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:19:21.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439790 12404 raft_consensus.cc:740] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2998ef8df764027be704f1fcc105d01, State: Initialized, Role: FOLLOWER
02:19:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.439901 12404 consensus_queue.cc:260] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.440061 12581 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.440101 12581 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.440192 12404 sys_catalog.cc:565] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: configured and running, proceeding with master startup.
02:19:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.442718 12594 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:19:21.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.442922 12594 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:19:21.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.443347 12583 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.444284 12337 master_runner.cc:264] No leader master found from master c2998ef8df764027be704f1fcc105d01
02:19:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.444367 12337 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:19:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.444597 12583 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.445694 12429 tablet.cc:2406] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.564617 12583 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:19:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.564738 12583 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.564981 12583 leader_election.cc:290] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3fddccdb0b064194bedce36998a62d27 (127.12.9.189:39999), 7407413683e3422895febc6e6bd68f89 (127.12.9.188:43571)
02:19:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.565721 12450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2998ef8df764027be704f1fcc105d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3fddccdb0b064194bedce36998a62d27" is_pre_election: true
02:19:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.565877 12450 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2998ef8df764027be704f1fcc105d01 in term 0.
02:19:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.566036 12522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2998ef8df764027be704f1fcc105d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7407413683e3422895febc6e6bd68f89" is_pre_election: true
02:19:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.566167 12522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c2998ef8df764027be704f1fcc105d01 in term 0.
02:19:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.566412 12353 leader_election.cc:304] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [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: 3fddccdb0b064194bedce36998a62d27, c2998ef8df764027be704f1fcc105d01; no voters: 
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.567724 12583 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.567783 12583 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.567806 12583 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 0 FOLLOWER]: Advancing to term 1
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.568663 12583 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.568784 12583 leader_election.cc:290] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [CANDIDATE]: Term 1 election: Requested vote from peers 3fddccdb0b064194bedce36998a62d27 (127.12.9.189:39999), 7407413683e3422895febc6e6bd68f89 (127.12.9.188:43571)
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.569037 12522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2998ef8df764027be704f1fcc105d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7407413683e3422895febc6e6bd68f89"
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.569103 12522 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 0 FOLLOWER]: Advancing to term 1
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.569931 12522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2998ef8df764027be704f1fcc105d01 in term 1.
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.570091 12450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c2998ef8df764027be704f1fcc105d01" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3fddccdb0b064194bedce36998a62d27"
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.570175 12450 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 0 FOLLOWER]: Advancing to term 1
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.570946 12450 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c2998ef8df764027be704f1fcc105d01 in term 1.
02:19:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.571097 12353 leader_election.cc:304] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [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: 3fddccdb0b064194bedce36998a62d27, c2998ef8df764027be704f1fcc105d01; no voters: 
02:19:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.572075 12583 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 1 FOLLOWER]: Leader election won for term 1
02:19:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.572206 12583 raft_consensus.cc:697] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [term 1 LEADER]: Becoming Leader. State: Replica: c2998ef8df764027be704f1fcc105d01, State: Running, Role: LEADER
02:19:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.572283 12583 consensus_queue.cc:237] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [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: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } }
02:19:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.572656 12583 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2998ef8df764027be704f1fcc105d01. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.572721 12583 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: This master's current role is: LEADER
02:19:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.575948 12501 tablet.cc:2406] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.576232 12598 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:19:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.576535 12598 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:19:21.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.584105 12522 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [term 1 FOLLOWER]: Refusing update from remote peer c2998ef8df764027be704f1fcc105d01: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:21.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.584380 12450 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [term 1 FOLLOWER]: Refusing update from remote peer c2998ef8df764027be704f1fcc105d01: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:19:21.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.584944 12583 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:21.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.585080 12583 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:19:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:19:21.586292 12357 tablet.cc:2406] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:19:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.586263 12554 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2998ef8df764027be704f1fcc105d01. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.586345 12554 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.587113 12570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2998ef8df764027be704f1fcc105d01. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.587186 12570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.590835 12583 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.590920 12583 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: This master's current role is: LEADER
02:19:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.591570 12570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.591645 12570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fddccdb0b064194bedce36998a62d27 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.592010 12599 mvcc.cc:204] Tried to move back new op lower bound from 7305122453845630976 to 7305122453800611840. Current Snapshot: MvccSnapshot[applied={T|T < 7305122453845630976}]
02:19:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.592204 12602 mvcc.cc:204] Tried to move back new op lower bound from 7305122453845630976 to 7305122453800611840. Current Snapshot: MvccSnapshot[applied={T|T < 7305122453845630976}]
02:19:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.592753 12583 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.592823 12583 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01 [sys.catalog]: This master's current role is: LEADER
02:19:21.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.593418 12554 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c2998ef8df764027be704f1fcc105d01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2998ef8df764027be704f1fcc105d01" member_type: VOTER last_known_addr { host: "127.12.9.190" port: 42201 } } peers { permanent_uuid: "3fddccdb0b064194bedce36998a62d27" member_type: VOTER last_known_addr { host: "127.12.9.189" port: 39999 } } peers { permanent_uuid: "7407413683e3422895febc6e6bd68f89" member_type: VOTER last_known_addr { host: "127.12.9.188" port: 43571 } } }
02:19:21.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.593498 12554 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7407413683e3422895febc6e6bd68f89 [sys.catalog]: This master's current role is: FOLLOWER
02:19:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.593930 12600 mvcc.cc:204] Tried to move back new op lower bound from 7305122453845630976 to 7305122453800611840. Current Snapshot: MvccSnapshot[applied={T|T < 7305122453845630976}]
02:19:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.600016 12598 catalog_manager.cc:1383] Generated new cluster ID: a023e3e410704669bdae1ab3a0dd5b1d
02:19:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.600080 12598 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:19:21.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.612864 12598 catalog_manager.cc:1406] Generated new certificate authority record
02:19:21.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.613761 12598 catalog_manager.cc:1540] Loading token signing keys...
02:19:21.635 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:21.640 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:21.640 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:21.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.652480 12598 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c2998ef8df764027be704f1fcc105d01: Generated new TSK 0
02:19:21.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:21.652922 12598 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:19:21.712 [INFO - Metastore-Handler-Pool: Thread-217] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:19:21.714 [INFO - Metastore-Handler-Pool: Thread-217] (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/hive846906441286317476/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=10c2a264-8066-4d3c-8b95-bf660e58aaee, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.12.9.188:43571,127.12.9.190:42201,127.12.9.189:39999}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:19:21.715 [INFO - Metastore-Handler-Pool: Thread-217] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive846906441286317476/external-warehouse/table
02:19:21.762 [DEBUG - Metastore-Handler-Pool: Thread-217] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:19:21.764 [DEBUG - Metastore-Handler-Pool: Thread-217] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:19:21.765 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.12.9.188:43571(127.12.9.188:43571)] connecting to peer
02:19:21.766 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.12.9.190:42201(127.12.9.190:42201)] connecting to peer
02:19:21.767 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.12.9.188:43571(127.12.9.188:43571)] Successfully connected to peer
02:19:21.767 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.12.9.189:39999(127.12.9.189:39999)] connecting to peer
02:19:21.770 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.12.9.189:39999(127.12.9.189:39999)] Successfully connected to peer
02:19:21.770 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.9.188
02:19:21.772 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.9.189
02:19:21.774 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.12.9.190:42201(127.12.9.190:42201)] Successfully connected to peer
02:19:21.782 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.12.9.190
02:19:21.785 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:21.790 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x81ca8aaa, L:/127.0.0.1:42676 - R:/127.12.9.188:43571] using SASL/PLAIN
02:19:21.794 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:21.796 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:19:21.798 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x99f12783, L:/127.0.0.1:56372 - R:/127.12.9.189:39999] using SASL/PLAIN
02:19:21.800 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xd6cfb1a7, L:/127.0.0.1:40660 - R:/127.12.9.190:42201] using SASL/PLAIN
02:19:21.803 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:19:21.837 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:21.856 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:21.857 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:19:21.863 [INFO - Metastore-Handler-Pool: Thread-217] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:19:21.893 [INFO - Metastore-Handler-Pool: Thread-217] (MetaStoreServerUtils.java:473) Updating table stats for table
02:19:21.893 [INFO - Metastore-Handler-Pool: Thread-217] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:19:21.947 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:19:21.961 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:3711) Skipping translation for processor with null
02:19:21.962 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:19:22.030 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:22.109 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:22.132 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:19:22.206 [INFO - Metastore-Handler-Pool: Thread-217] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:19:22.207 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:19:22.207 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:19:22.207 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44a7072b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@208e781e will be shutdown
02:19:22.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:22.207553 12326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12337
02:19:22.207 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:19:22.214 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.12.9.190:42201(127.12.9.190:42201)] handling channelInactive
02:19:22.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:22.214488 12326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12408
02:19:22.215 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.12.9.190:42201(127.12.9.190:42201)] cleaning up while in state READY due to: connection closed
02:19:22.222 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.12.9.189:39999(127.12.9.189:39999)] handling channelInactive
02:19:22.222 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.12.9.189:39999(127.12.9.189:39999)] cleaning up while in state READY due to: connection closed
02:19:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:19:22.222596 12326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskKGEkMJ/build/release/bin/kudu with pid 12481
02:19:22.228 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.12.9.188:43571(127.12.9.188:43571)] handling channelInactive
02:19:22.228 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.12.9.188:43571(127.12.9.188:43571)] cleaning up while in state READY due to: connection closed
02:19:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:19:22Z chronyd exiting

Time: 21.824

OK (6 tests)

