JUnit version 4.13.2
.23:51:48.162 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:48.170 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:48.171 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:48.314 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive12596861779673736923
23:51:48.476 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:51:48.487 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:51:48.770 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:48.799 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:48.799 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
23:51:48.848 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
23:51:48.867 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:51:48.891 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
23:51:49.755 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:49.758 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
23:51:49.778 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:51:49.780 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:51:49.793 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:49.794 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:51:50.000 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:51:50.001 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:51:50.004 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:51:50.587 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:51:50.588 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: null will be shutdown
23:51:50.615 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70aab512 created in the thread with id: 13
23:51:50.685 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:51:50.921 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.923 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.924 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.925 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.926 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:50.927 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:51.648 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
23:51:51.648 [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.44
23:51:51.649 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1
23:51:52.029 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
23:51:52.085 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
23:51:52.138 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
23:51:52.141 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
23:51:52.232 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:51:52.240 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:51:52.554 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:51:52.562 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
23:51:52.573 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:51:52.574 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [42721]...
23:51:52.574 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:51:52.574 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:51:52.574 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
23:51:52.575 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
23:51:53.347 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:53.348 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:53.348 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:53.365 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:51:53.366 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42721]
23:51:53.366 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42721) in binary transport mode
23:51:53.381 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42721) current connections: 1
23:51:53.488 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
23:51:53.641 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:51:53.644 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:51:53.648 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:51:53.684 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42721"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

23:51:53.910 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:53.919 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

23:51:53.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.921682   640 mini_oidc.cc:150] Starting JWKS server
23:51:53.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.923990   640 webserver.cc:534] Webserver started at http://127.0.0.1:34871/ using document root <none> and password file <none>
23:51:53.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.924202   640 mini_oidc.cc:186] Starting OIDC Discovery server
23:51:53.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.924546   640 webserver.cc:534] Webserver started at http://127.0.0.1:38805/ using document root <none> and password file <none>
23:51:53.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:51:53.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:53Z Disabled control of system clock
23:51:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:53.945624   640 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal
23:51:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data
23:51:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/logs
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data/info.pb
23:51:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.62:41147
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.62
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:53.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:53.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:53.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721 with env {}
23:51:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.085196   651 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.085482   651 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.085530   651 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089699   651 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089785   651 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089807   651 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089825   651 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089844   651 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.089859   651 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34871/jwks.json
23:51:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.094228   651 master_runner.cc:387] Master server non-default flags:
23:51:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.62:41147
23:51:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:54.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data/info.pb
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.62
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:54.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.651
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/logs
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.095558   651 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.097072   651 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:54.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.103798   657 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.103814   659 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.103940   656 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.104256   651 server_base.cc:1061] running on GCE node
23:51:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.105252   651 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.106377   651 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.107570   651 hybrid_clock.cc:648] HybridClock initialized: now 1783468314107624 us; error 187 us; skew 500 ppm
23:51:54.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.110159   651 webserver.cc:534] Webserver started at http://127.0.160.62:34867/ using document root <none> and password file <none>
23:51:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.110948   651 fs_manager.cc:362] Metadata directory not provided
23:51:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.111037   651 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.111282   651 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:54.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.113483   651 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data/instance:
23:51:54.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a689525774e4a0b9db544b0c2b6e893"
23:51:54.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.114163   651 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal/instance:
23:51:54.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a689525774e4a0b9db544b0c2b6e893"
23:51:54.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.118573   651 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
23:51:54.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.121487   665 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:54.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.122710   651 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:51:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.122874   651 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal
23:51:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a689525774e4a0b9db544b0c2b6e893"
23:51:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.122994   651 fs_report.cc:389] FS layout report
23:51:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data/data
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:54.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:54.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:54.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.148746   651 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.149706   651 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.149935   651 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.158289   651 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.62:41147
23:51:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.158285   718 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.62:41147 every 8 connection(s)
23:51:54.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.159446   651 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/data/info.pb
23:51:54.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.162434   719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:51:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.167702   640 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 651
23:51:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.166913   719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.167872   640 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-0/wal/instance
23:51:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.169483   640 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal
23:51:54.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/logs
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data/info.pb
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:54.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.61:35017
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.61
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721 with env {}
23:51:54.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.187839   719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.188967   666 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.61:35017: connect: Connection refused (error 111)
23:51:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.189985   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.61:35017: Network error: Client connection negotiation failed: client connection to 127.0.160.61:35017: connect: Connection refused (error 111)
23:51:54.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.239215   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } attempt: 1
23:51:54.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.240916   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.61:35017: Network error: Client connection negotiation failed: client connection to 127.0.160.61:35017: connect: Connection refused (error 111)
23:51:54.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.285099   721 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.285359   721 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.285406   721 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:54.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289506   721 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289594   721 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289616   721 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289635   721 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289654   721 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.289669   721 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34871/jwks.json
23:51:54.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.294363   721 master_runner.cc:387] Master server non-default flags:
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data
23:51:54.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.61:35017
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data/info.pb
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.61
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.721
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/logs
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:54.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.295944   721 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.297574   721 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.304432   731 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.304422   729 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.304422   728 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.304805   721 server_base.cc:1061] running on GCE node
23:51:54.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.305402   721 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:54.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.306707   721 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:54.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.307922   721 hybrid_clock.cc:648] HybridClock initialized: now 1783468314307897 us; error 42 us; skew 500 ppm
23:51:54.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.309163   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } attempt: 2
23:51:54.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.310236   721 webserver.cc:534] Webserver started at http://127.0.160.61:46685/ using document root <none> and password file <none>
23:51:54.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.310701   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.61:35017: Network error: Client connection negotiation failed: client connection to 127.0.160.61:35017: connect: Connection refused (error 111)
23:51:54.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.310988   721 fs_manager.cc:362] Metadata directory not provided
23:51:54.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.311049   721 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:54.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.311236   721 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:54.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.312953   721 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data/instance:
23:51:54.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "288a6190964d43beb35566eda1630da6"
23:51:54.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.313512   721 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal/instance:
23:51:54.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "288a6190964d43beb35566eda1630da6"
23:51:54.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.317359   721 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
23:51:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.320192   737 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.321417   721 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.321535   721 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "288a6190964d43beb35566eda1630da6"
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.321623   721 fs_report.cc:389] FS layout report
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data/data
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:54.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.345068   721 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.345835   721 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.346000   721 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:54.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.354370   790 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.61:35017 every 8 connection(s)
23:51:54.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.354378   721 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.61:35017
23:51:54.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.355610   721 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/data/info.pb
23:51:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.356333   640 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 721
23:51:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.356441   640 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-1/wal/instance
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.357249   640 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/logs
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data/info.pb
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.60:36635
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.60
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721 with env {}
23:51:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.359669   791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:51:54.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.363903   791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.376209   791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.383564   791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.384745   741 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.386058   791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.401859   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } attempt: 3
23:51:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.406836   719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.408519   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.435331   791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 1
23:51:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.437155   791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.439734   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 1
23:51:54.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.441293   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.485555   792 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:54.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.485822   792 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:54.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.485870   792 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489576   792 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489647   792 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489670   792 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489687   792 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489706   792 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.489722   792 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34871/jwks.json
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.494088   792 master_runner.cc:387] Master server non-default flags:
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.160.20:40353
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42721
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.160.62:41147,127.0.160.61:35017,127.0.160.60:36635
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.160.60:36635
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34871/jwks.json
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data/info.pb
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.160.60
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.792
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/logs
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.495570   792 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:54.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.497258   792 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:54.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.503563   803 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.503765   801 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.504232   792 server_base.cc:1061] running on GCE node
23:51:54.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.503877   800 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:54.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.505343   791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 2
23:51:54.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.505568   792 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:54.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.506943   792 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:54.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.506949   791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.508131   792 hybrid_clock.cc:648] HybridClock initialized: now 1783468314508108 us; error 39 us; skew 500 ppm
23:51:54.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.510217   792 webserver.cc:534] Webserver started at http://127.0.160.60:46159/ using document root <none> and password file <none>
23:51:54.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.510944   792 fs_manager.cc:362] Metadata directory not provided
23:51:54.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.511008   792 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:54.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.511184   792 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.512908   792 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data/instance:
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c27971c0221b4e93a9a48c67506962e4"
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.513375   792 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal/instance:
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c27971c0221b4e93a9a48c67506962e4"
23:51:54.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.516489   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 2
23:51:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.517190   792 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
23:51:54.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.518909   719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.160.60:36635: Network error: Client connection negotiation failed: client connection to 127.0.160.60:36635: connect: Connection refused (error 111)
23:51:54.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.520040   809 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:54.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.521230   792 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:51:54.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.521381   792 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal
23:51:54.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c27971c0221b4e93a9a48c67506962e4"
23:51:54.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:54 on dist-test-slave-lv75"
23:51:54.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.521502   792 fs_report.cc:389] FS layout report
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data/data
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:54.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:54.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.534083   792 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:54.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.534977   792 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:54.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.535223   792 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:54.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.543241   862 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.160.60:36635 every 8 connection(s)
23:51:54.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.543248   792 rpc_server.cc:307] RPC server started. Bound to: 127.0.160.60:36635
23:51:54.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.544667   792 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/data/info.pb
23:51:54.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.547824   863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:51:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.550386   640 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 792
23:51:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.550506   640 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7368859404265837146/master-2/wal/instance
23:51:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.551589   863 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.561549   863 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.566644   863 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
23:51:54.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.572826   863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: Bootstrap starting.
23:51:54.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.575554   863 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: Neither blocks nor log segments found. Creating new log.
23:51:54.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.576511   863 log.cc:826] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: Log is configured to *not* fsync() on all Append() calls
23:51:54.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.577674   640 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:51:54.578 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:54.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.578840   863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: No bootstrap required, opened a new log
23:51:54.579 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:51:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.582840   863 raft_consensus.cc:359] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.583141   863 raft_consensus.cc:385] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:54.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.583204   863 raft_consensus.cc:740] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c27971c0221b4e93a9a48c67506962e4, State: Initialized, Role: FOLLOWER
23:51:54.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.583827   863 consensus_queue.cc:260] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.584525   868 sys_catalog.cc:455] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.584894   868 sys_catalog.cc:458] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.585469   863 sys_catalog.cc:565] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: configured and running, proceeding with master startup.
23:51:54.592 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.160.62"
      port: 41147
    }
    bound_http_address {
      host: "127.0.160.62"
      port: 34867
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.160.61"
      port: 35017
    }
    bound_http_address {
      host: "127.0.160.61"
      port: 46685
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.160.60"
      port: 36635
    }
    bound_http_address {
      host: "127.0.160.60"
      port: 46159
    }
  }
}

23:51:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.590984   792 master_runner.cc:187] Error getting master registration for 127.0.160.62:41147: OK, instance_id { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" instance_seqno: 1783468314155892 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.593468   792 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.597450   882 catalog_manager.cc:1593] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:51:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.597549   882 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:51:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.598098   791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 3
23:51:54.601 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:51:54.602 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:51:54.605 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:54.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.606832   791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6: Bootstrap starting.
23:51:54.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.607091   879 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.609819   791 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6: Neither blocks nor log segments found. Creating new log.
23:51:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.610700   791 log.cc:826] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6: Log is configured to *not* fsync() on all Append() calls
23:51:54.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.612764   791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6: No bootstrap required, opened a new log
23:51:54.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.615818   791 raft_consensus.cc:359] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.616060   791 raft_consensus.cc:385] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:54.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.616128   791 raft_consensus.cc:740] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 288a6190964d43beb35566eda1630da6, State: Initialized, Role: FOLLOWER
23:51:54.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.616963   791 consensus_queue.cc:260] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.617556   886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.617878   886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.618064   719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } attempt: 3
23:51:54.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.627296   719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: Bootstrap starting.
23:51:54.630 [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=2fecd9ec-a204-47f1-8f2a-c6d153e2e9bf, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:54.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.631242   719 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: Neither blocks nor log segments found. Creating new log.
23:51:54.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.624271   886 raft_consensus.cc:493] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:51:54.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.632016   886 raft_consensus.cc:515] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.633427   719 log.cc:826] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: Log is configured to *not* fsync() on all Append() calls
23:51:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.636268   886 leader_election.cc:290] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a689525774e4a0b9db544b0c2b6e893 (127.0.160.62:41147), c27971c0221b4e93a9a48c67506962e4 (127.0.160.60:36635)
23:51:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.636510   837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "288a6190964d43beb35566eda1630da6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c27971c0221b4e93a9a48c67506962e4" is_pre_election: true
23:51:54.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.636879   837 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 288a6190964d43beb35566eda1630da6 in term 0.
23:51:54.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.637271   791 sys_catalog.cc:565] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: configured and running, proceeding with master startup.
23:51:54.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.637463   741 leader_election.cc:304] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [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: 288a6190964d43beb35566eda1630da6, c27971c0221b4e93a9a48c67506962e4; no voters: 
23:51:54.639 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:54.639 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:54.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.640378   886 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:51:54.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.640717   886 raft_consensus.cc:493] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:51:54.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.640962   886 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 0 FOLLOWER]: Advancing to term 1
23:51:54.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.642107   719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: No bootstrap required, opened a new log
23:51:54.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.642297   886 raft_consensus.cc:515] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.645 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b97688, with PersistenceManager: null will be shutdown
23:51:54.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.643698   837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "288a6190964d43beb35566eda1630da6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c27971c0221b4e93a9a48c67506962e4"
23:51:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.643847   837 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 0 FOLLOWER]: Advancing to term 1
23:51:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.645088   837 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 288a6190964d43beb35566eda1630da6 in term 1.
23:51:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.645529   741 leader_election.cc:304] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [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: 288a6190964d43beb35566eda1630da6, c27971c0221b4e93a9a48c67506962e4; no voters: 
23:51:54.646 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b97688, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@71013e6d created in the thread with id: 36
23:51:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.646292   886 leader_election.cc:290] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [CANDIDATE]: Term 1 election: Requested vote from peers 0a689525774e4a0b9db544b0c2b6e893 (127.0.160.62:41147), c27971c0221b4e93a9a48c67506962e4 (127.0.160.60:36635)
23:51:54.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.646591   886 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 1 FOLLOWER]: Leader election won for term 1
23:51:54.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.646874   886 raft_consensus.cc:697] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [term 1 LEADER]: Becoming Leader. State: Replica: 288a6190964d43beb35566eda1630da6, State: Running, Role: LEADER
23:51:54.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.647392   886 consensus_queue.cc:237] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.649876   886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 288a6190964d43beb35566eda1630da6. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.650318   886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: This master's current role is: LEADER
23:51:54.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.656361   719 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.656 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:54.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.657685   899 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.655757   721 master_runner.cc:187] Error getting master registration for 127.0.160.62:41147: OK, instance_id { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" instance_seqno: 1783468314155892 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:51:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.658113   721 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:51:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.658439   719 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:51:54.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.658718   719 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a689525774e4a0b9db544b0c2b6e893, State: Initialized, Role: FOLLOWER
23:51:54.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.654273   904 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:51:54.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.659526   719 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } }
23:51:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.660099   908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [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: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.660457   908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.661074   719 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: configured and running, proceeding with master startup.
23:51:54.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.661161   692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "288a6190964d43beb35566eda1630da6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a689525774e4a0b9db544b0c2b6e893"
23:51:54.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.661396   692 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 0 FOLLOWER]: Advancing to term 1
23:51:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.662762   692 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 288a6190964d43beb35566eda1630da6 in term 1.
23:51:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.663061   693 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "288a6190964d43beb35566eda1630da6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a689525774e4a0b9db544b0c2b6e893" is_pre_election: true
23:51:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.663187   693 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 288a6190964d43beb35566eda1630da6 in term 1. Re-sending same reply.
23:51:54.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.666563   904 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:51:54.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.667068   922 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:51:54.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.667403   922 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:51:54.679 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b97688
23:51:54.701 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:54.705423   919 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:54.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.708499   837 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [term 1 FOLLOWER]: Refusing update from remote peer 288a6190964d43beb35566eda1630da6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:54.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.708477   693 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [term 1 FOLLOWER]: Refusing update from remote peer 288a6190964d43beb35566eda1630da6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:51:54.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.709362   886 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:54.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.709892   886 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:51:54.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.720357   868 sys_catalog.cc:455] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 288a6190964d43beb35566eda1630da6. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.720530   868 sys_catalog.cc:458] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.720511   908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 288a6190964d43beb35566eda1630da6. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.720657   908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.737650   902 sys_catalog.cc:455] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.737823   902 sys_catalog.cc:458] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: This master's current role is: LEADER
23:51:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.739410   886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.739545   886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6 [sys.catalog]: This master's current role is: LEADER
23:51:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.740978   868 sys_catalog.cc:455] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.741134   868 sys_catalog.cc:458] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.743554   908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "288a6190964d43beb35566eda1630da6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a689525774e4a0b9db544b0c2b6e893" member_type: VOTER last_known_addr { host: "127.0.160.62" port: 41147 } } peers { permanent_uuid: "288a6190964d43beb35566eda1630da6" member_type: VOTER last_known_addr { host: "127.0.160.61" port: 35017 } } peers { permanent_uuid: "c27971c0221b4e93a9a48c67506962e4" member_type: VOTER last_known_addr { host: "127.0.160.60" port: 36635 } } }
23:51:54.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.743716   908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893 [sys.catalog]: This master's current role is: FOLLOWER
23:51:54.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.745126   927 mvcc.cc:204] Tried to move back new op lower bound from 7305086216987353088 to 7305086216800886784. Current Snapshot: MvccSnapshot[applied={T|T < 7305086216987353088}]
23:51:54.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.756472   904 catalog_manager.cc:1382] Generated new cluster ID: 9beabd4e16174ddfb3a14db3e03cabb7
23:51:54.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.756577   904 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:51:54.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.802167   904 catalog_manager.cc:1405] Generated new certificate authority record
23:51:54.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.803922   904 catalog_manager.cc:1539] Loading token signing keys...
23:51:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.844491   904 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 288a6190964d43beb35566eda1630da6: Generated new TSK 0
23:51:54.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.853048   904 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:51:54.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.854331   904 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:51:54.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:54.855250   904 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:51:55.321 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:55.335 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:55.335 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:55.503 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:55.519 [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/hive12596861779673736923/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=2fecd9ec-a204-47f1-8f2a-c6d153e2e9bf, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:55.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.599331   882 catalog_manager.cc:1294] Loaded cluster ID: 9beabd4e16174ddfb3a14db3e03cabb7
23:51:55.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.599440   882 catalog_manager.cc:1587] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: loading cluster ID for follower catalog manager: success
23:51:55.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.602216   882 catalog_manager.cc:1609] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: acquiring CA information for follower catalog manager: success
23:51:55.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.603972   882 catalog_manager.cc:1637] T 00000000000000000000000000000000 P c27971c0221b4e93a9a48c67506962e4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:51:55.646 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:55.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:55.647068   879 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:55.661 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:55.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:55.662233   899 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:55.667 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12596861779673736923/external-warehouse/table
23:51:55.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.669142   922 catalog_manager.cc:1294] Loaded cluster ID: 9beabd4e16174ddfb3a14db3e03cabb7
23:51:55.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.669227   922 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: loading cluster ID for follower catalog manager: success
23:51:55.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.671521   922 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: acquiring CA information for follower catalog manager: success
23:51:55.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:55.673004   922 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 0a689525774e4a0b9db544b0c2b6e893: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:51:55.709 [INFO - Metastore-Handler-Pool: Thread-46] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:55.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:55.710021   919 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:55.873 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:51:55.876 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:51:55.880 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:51:55.984 [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=1ad5028e-7c00-4f3c-ad73-3077706b50aa, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:55.989 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:55.993 [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/hive12596861779673736923/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=1ad5028e-7c00-4f3c-ad73-3077706b50aa, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:55.997 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12596861779673736923/external-warehouse/table
23:51:56.022 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
23:51:56.028 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
23:51:56.028 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
23:51:56.035 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@41816f26
23:51:56.073 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
23:51:56.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
23:51:56.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
23:51:56.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
23:51:56.075 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
23:51:56.076 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
23:51:56.077 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
23:51:56.077 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
23:51:56.078 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
23:51:56.079 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
23:51:56.081 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
23:51:56.082 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
23:51:56.083 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
23:51:56.083 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:51:56.083 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:51:56.084 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
23:51:56.084 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
23:51:56.086 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
23:51:56.086 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
23:51:56.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
23:51:56.133 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
23:51:56.146 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
23:51:56.153 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
23:51:56.153 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
23:51:56.161 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
23:51:56.161 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
23:51:56.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
23:51:56.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
23:51:56.222 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:51:56.225 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:51:56.248 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:51:56.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.160.62:41147(127.0.160.62:41147)] connecting to peer
23:51:56.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 585 (auto-detected)
23:51:56.405 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
23:51:56.405 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
23:51:56.407 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
23:51:56.408 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
23:51:56.409 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:c5:ff:fe:50:2b:29 (auto-detected)
23:51:56.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
23:51:56.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
23:51:56.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:51:56.436 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
23:51:56.440 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.160.60:36635(127.0.160.60:36635)] connecting to peer
23:51:56.443 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.160.61:35017(127.0.160.61:35017)] connecting to peer
23:51:56.464 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.160.62:41147(127.0.160.62:41147)] Successfully connected to peer
23:51:56.464 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.160.61:35017(127.0.160.61:35017)] Successfully connected to peer
23:51:56.465 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.160.60:36635(127.0.160.60:36635)] Successfully connected to peer
23:51:56.477 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
23:51:56.477 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
23:51:56.477 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@69bca72d
23:51:56.482 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
23:51:56.482 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
23:51:56.482 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
23:51:56.482 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
23:51:56.483 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
23:51:56.553 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.160.62
23:51:56.553 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.160.60
23:51:56.553 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.160.61
23:51:56.652 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:56.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.656168   879 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:56.665 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:56.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.665555   899 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:56.718 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:56.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:56.718748   919 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:56.812 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:51:56.812 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:51:56.819 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:51:56.839 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7e1c3eeb, L:/127.0.0.1:39468 - R:/127.0.160.62:41147] using SASL/PLAIN
23:51:56.840 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8e94c2a3, L:/127.0.0.1:46474 - R:/127.0.160.60:36635] using SASL/PLAIN
23:51:56.839 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x7d371976, L:/127.0.0.1:43140 - R:/127.0.160.61:35017] using SASL/PLAIN
23:51:56.899 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:51:56.906 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:51:56.907 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:51:56.947 [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=02d10760-92a1-4ab8-95e5-2f54461cf03d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:56.952 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:56.956 [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/hive12596861779673736923/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=02d10760-92a1-4ab8-95e5-2f54461cf03d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:56.958 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12596861779673736923/external-warehouse/table
23:51:57.064 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:51:57.151 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:51:57.162 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:51:57.359 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:57.651 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:57.668 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:57.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.669294   879 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:57.674 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.675416   899 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:57.710 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:51:57.741 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:51:57.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:57.742425   919 client.h:372] Failed to connect to Hive Metastore (localhost:42721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:51:57.786 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:51:57.984 [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=5376b487-6a65-4a68-976e-143288f09fad, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:51:57.988 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:51:57.991 [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/hive12596861779673736923/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=5376b487-6a65-4a68-976e-143288f09fad, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.160.62:41147,127.0.160.60:36635,127.0.160.61:35017}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:51:57.994 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12596861779673736923/external-warehouse/table
23:51:58.037 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:51:58.073 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
23:51:58.074 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:51:58.146 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:51:58.173 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:51:58.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.173547   640 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 651
23:51:58.181 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:51:58.181 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b97688, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@71013e6d will be shutdown
23:51:58.182 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:51:58.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.186756   640 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 721
23:51:58.193 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.160.62:41147(127.0.160.62:41147)] handling channelInactive
23:51:58.195 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.160.62:41147(127.0.160.62:41147)] cleaning up while in state READY due to: connection closed
23:51:58.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:58.195590   640 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 792
23:51:58.196 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.160.61:35017(127.0.160.61:35017)] handling channelInactive
23:51:58.196 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.160.61:35017(127.0.160.61:35017)] cleaning up while in state READY due to: connection closed
23:51:58.203 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.160.60:36635(127.0.160.60:36635)] handling channelInactive
23:51:58.204 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.160.60:36635(127.0.160.60:36635)] cleaning up while in state READY due to: connection closed
23:51:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:58Z chronyd exiting
.23:51:58.250 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:58.250 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:58.251 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:58.270 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8699483062129012517
23:51:58.271 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:51:58.272 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:51:58.276 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:51:58.276 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:51:58.277 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:51:58.284 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:51:58.288 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:51:58.288 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:51:58.289 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:51:58.289 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:51:58.291 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
23:51:58.398 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:58.398 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
23:51:58.399 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:51:58.401 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:51:58.403 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:51:58.404 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:51:58.428 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:51:58.429 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:51:58.429 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:51:58.467 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.468 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.469 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.469 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.470 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.470 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:51:58.742 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:51:58.743 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31f568a7, with PersistenceManager: null will be shutdown
23:51:58.743 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31f568a7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@546b4df0 created in the thread with id: 65
23:51:58.746 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:51:58.747 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31f568a7
23:51:58.907 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
23:51:58.935 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
23:51:58.975 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
23:51:58.978 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
23:51:59.023 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:51:59.024 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:51:59.025 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:51:59.025 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
23:51:59.026 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:51:59.026 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [41443]...
23:51:59.026 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:51:59.026 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:51:59.026 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
23:51:59.026 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
23:51:59.273 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:51:59.273 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:51:59.274 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:51:59.277 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:51:59.278 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41443]
23:51:59.278 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41443) in binary transport mode
23:51:59.279 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41443) current connections: 1
23:51:59.281 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:51:59.281 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:51:59.281 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:51:59.285 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41443"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:51:59.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.401614   992 mini_oidc.cc:150] Starting JWKS server
23:51:59.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.403323   992 webserver.cc:534] Webserver started at http://127.0.0.1:42635/ using document root <none> and password file <none>
23:51:59.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.403484   992 mini_oidc.cc:186] Starting OIDC Discovery server
23:51:59.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.403715   992 webserver.cc:534] Webserver started at http://127.0.0.1:42219/ using document root <none> and password file <none>
23:51:59.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:59Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:51:59.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:51:59Z Disabled control of system clock
23:51:59.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.419608   992 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/logs
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data/info.pb
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:59.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.62:39775
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.62
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443 with env {}
23:51:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.529248  1003 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.529564  1003 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:59.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.529631  1003 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533406  1003 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533532  1003 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533565  1003 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:59.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533592  1003 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:59.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533619  1003 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:59.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.533643  1003 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42635/jwks.json
23:51:59.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.538246  1003 master_runner.cc:387] Master server non-default flags:
23:51:59.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.62:39775
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data/info.pb
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.62
23:51:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1003
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/logs
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:59.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.539943  1003 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:59.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.541554  1003 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.547708  1009 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.547708  1011 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.547768  1008 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.548341  1003 server_base.cc:1061] running on GCE node
23:51:59.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.548874  1003 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:59.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.549914  1003 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:59.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.551070  1003 hybrid_clock.cc:648] HybridClock initialized: now 1783468319551061 us; error 104 us; skew 500 ppm
23:51:59.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.553108  1003 webserver.cc:534] Webserver started at http://127.0.248.62:45461/ using document root <none> and password file <none>
23:51:59.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.553758  1003 fs_manager.cc:362] Metadata directory not provided
23:51:59.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.553822  1003 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:59.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.553998  1003 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.555709  1003 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data/instance:
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8967f953167e427ba24dd391e126d8f3"
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.556192  1003 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal/instance:
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8967f953167e427ba24dd391e126d8f3"
23:51:59.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.559999  1003 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.000s
23:51:59.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.562422  1017 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:59.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.563633  1003 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
23:51:59.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.563769  1003 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal
23:51:59.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8967f953167e427ba24dd391e126d8f3"
23:51:59.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.563872  1003 fs_report.cc:389] FS layout report
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data/data
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:59.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.586374  1003 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:59.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.587181  1003 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:59.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.587363  1003 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:59.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.595611  1070 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.248.62:39775 every 8 connection(s)
23:51:59.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.595625  1003 rpc_server.cc:307] RPC server started. Bound to: 127.0.248.62:39775
23:51:59.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.597118  1003 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/data/info.pb
23:51:59.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.600085  1071 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:51:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.603256  1071 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.607089   992 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1003
23:51:59.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.607276   992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-0/wal/instance
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.609169   992 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/logs
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data/info.pb
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:59.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.61:44137
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.61
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443 with env {}
23:51:59.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.622303  1071 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.623258  1019 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.248.61:44137: connect: Connection refused (error 111)
23:51:59.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.624210  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.61:44137: Network error: Client connection negotiation failed: client connection to 127.0.248.61:44137: connect: Connection refused (error 111)
23:51:59.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.673579  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } attempt: 1
23:51:59.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.675374  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.61:44137: Network error: Client connection negotiation failed: client connection to 127.0.248.61:44137: connect: Connection refused (error 111)
23:51:59.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.726050  1074 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:59.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.726332  1074 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:59.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.726378  1074 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730758  1074 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730850  1074 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730872  1074 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730891  1074 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730911  1074 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.730926  1074 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42635/jwks.json
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.735307  1074 master_runner.cc:387] Master server non-default flags:
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.61:44137
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data/info.pb
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.61
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1074
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/logs
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:59.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:59.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.736786  1074 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:59.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.737977  1074 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:59.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.743567  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } attempt: 2
23:51:59.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.744024  1080 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.744377  1074 server_base.cc:1061] running on GCE node
23:51:59.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.744024  1084 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.744815  1081 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.745568  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.61:44137: Network error: Client connection negotiation failed: client connection to 127.0.248.61:44137: connect: Connection refused (error 111)
23:51:59.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.745893  1074 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:59.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.746992  1074 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:59.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.748216  1074 hybrid_clock.cc:648] HybridClock initialized: now 1783468319748192 us; error 36 us; skew 500 ppm
23:51:59.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.750406  1074 webserver.cc:534] Webserver started at http://127.0.248.61:35337/ using document root <none> and password file <none>
23:51:59.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.751116  1074 fs_manager.cc:362] Metadata directory not provided
23:51:59.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.751224  1074 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:59.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.751500  1074 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:59.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.753396  1074 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data/instance:
23:51:59.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ca57e84d5c04665b5d0b0623695e569"
23:51:59.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.753997  1074 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal/instance:
23:51:59.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ca57e84d5c04665b5d0b0623695e569"
23:51:59.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.757843  1074 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.003s
23:51:59.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.760756  1090 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.761929  1074 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.762089  1074 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ca57e84d5c04665b5d0b0623695e569"
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.762248  1074 fs_report.cc:389] FS layout report
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data/data
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:59.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:59.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:59.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:59.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:59.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:59.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:59.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.786916  1074 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:59.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.787794  1074 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:59.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.788031  1074 kserver.cc:163] Server-wide thread pool size limit: 3276
23:51:59.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.796330  1074 rpc_server.cc:307] RPC server started. Bound to: 127.0.248.61:44137
23:51:59.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.796375  1142 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.248.61:44137 every 8 connection(s)
23:51:59.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.797619  1074 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/data/info.pb
23:51:59.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.800892  1143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:51:59.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.804122  1143 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.805944   992 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1074
23:51:59.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.806057   992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-1/wal/instance
23:51:59.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.806788   992 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/logs
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data/info.pb
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:51:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.60:44911
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.60
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443 with env {}
23:51:59.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.816644  1143 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.823808  1143 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.824815  1092 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.825871  1143 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.836735  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } attempt: 3
23:51:59.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.841789  1071 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } has no permanent_uuid. Determining permanent_uuid...
23:51:59.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.843241  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.874429  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 1
23:51:59.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.875128  1143 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 1
23:51:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.876159  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.876821  1143 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.928901  1145 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:51:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.929184  1145 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:51:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.929234  1145 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.932927  1145 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.933007  1145 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.933029  1145 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.933048  1145 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.933066  1145 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:51:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.933081  1145 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42635/jwks.json
23:51:59.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.937553  1145 master_runner.cc:387] Master server non-default flags:
23:51:59.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:51:59.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.248.20:38011
23:51:59.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41443
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.248.62:39775,127.0.248.61:44137,127.0.248.60:44911
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.248.60:44911
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42635/jwks.json
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data/info.pb
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.248.60
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1145
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/logs
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:51:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.938774  1145 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:51:59.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.939929  1145 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:51:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.944991  1143 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 2
23:51:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.945927  1155 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.945930  1152 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.946384  1145 server_base.cc:1061] running on GCE node
23:51:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.946189  1153 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:51:59.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.947029  1143 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.947101  1145 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:51:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.948081  1145 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:51:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.949293  1145 hybrid_clock.cc:648] HybridClock initialized: now 1783468319949265 us; error 39 us; skew 500 ppm
23:51:59.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.951249  1145 webserver.cc:534] Webserver started at http://127.0.248.60:41411/ using document root <none> and password file <none>
23:51:59.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.951364  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 2
23:51:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.952005  1145 fs_manager.cc:362] Metadata directory not provided
23:51:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.952097  1145 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:51:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.952416  1145 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:51:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:51:59.952764  1071 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.248.60:44911: Network error: Client connection negotiation failed: client connection to 127.0.248.60:44911: connect: Connection refused (error 111)
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.954298  1145 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data/instance:
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0232125f394441f09b7f8b167fbabc05"
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.954767  1145 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal/instance:
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0232125f394441f09b7f8b167fbabc05"
23:51:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.958390  1145 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
23:51:59.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.960752  1161 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.961865  1145 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.961987  1145 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0232125f394441f09b7f8b167fbabc05"
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:51:59 on dist-test-slave-lv75"
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.962080  1145 fs_report.cc:389] FS layout report
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data/data
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:51:59.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:51:59.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.993625  1145 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:51:59.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.994431  1145 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:51:59.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:51:59.994596  1145 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:00.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.002830  1145 rpc_server.cc:307] RPC server started. Bound to: 127.0.248.60:44911
23:52:00.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.002830  1214 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.248.60:44911 every 8 connection(s)
23:52:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.004107  1145 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/data/info.pb
23:52:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.004266   992 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1145
23:52:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.004395   992 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster10091053724073148124/master-2/wal/instance
23:52:00.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.007503  1215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:00.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.012759  1215 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } has no permanent_uuid. Determining permanent_uuid...
23:52:00.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.019996  1215 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } has no permanent_uuid. Determining permanent_uuid...
23:52:00.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.024909  1215 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } has no permanent_uuid. Determining permanent_uuid...
23:52:00.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.031491  1215 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: Bootstrap starting.
23:52:00.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.031953   992 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:00.032 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:00.033 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:00.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.034137  1215 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: Neither blocks nor log segments found. Creating new log.
23:52:00.033 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.248.62"
      port: 39775
    }
    bound_http_address {
      host: "127.0.248.62"
      port: 45461
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.248.61"
      port: 44137
    }
    bound_http_address {
      host: "127.0.248.61"
      port: 35337
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.248.60"
      port: 44911
    }
    bound_http_address {
      host: "127.0.248.60"
      port: 41411
    }
  }
}

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

23:52:00.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.035334  1215 log.cc:826] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: Log is configured to *not* fsync() on all Append() calls
23:52:00.035 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:00.036 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=52d3c949-65c0-42a0-a51c-dd9c38a41270, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.248.62:39775,127.0.248.60:44911,127.0.248.61:44137}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:00.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.037938  1215 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: No bootstrap required, opened a new log
23:52:00.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.038219  1143 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 3
23:52:00.039 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:00.040 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:00.040 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bbebd20, with PersistenceManager: null will be shutdown
23:52:00.041 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bbebd20, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6d936ef7 created in the thread with id: 86
23:52:00.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.042461  1215 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.042928  1215 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.043167  1215 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0232125f394441f09b7f8b167fbabc05, State: Initialized, Role: FOLLOWER
23:52:00.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.043898  1215 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.045666  1215 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: configured and running, proceeding with master startup.
23:52:00.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.045984  1220 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.046295  1220 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.048 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bbebd20
23:52:00.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.049530  1143 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: Bootstrap starting.
23:52:00.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.051944  1071 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } attempt: 3
23:52:00.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.053362  1143 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: Neither blocks nor log segments found. Creating new log.
23:52:00.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.054564  1143 log.cc:826] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: Log is configured to *not* fsync() on all Append() calls
23:52:00.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.055866  1145 master_runner.cc:187] Error getting master registration for 127.0.248.62:39775: OK, instance_id { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" instance_seqno: 1783468319593270 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:00.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.058410  1145 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:00.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.061233  1071 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: Bootstrap starting.
23:52:00.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.062245  1143 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: No bootstrap required, opened a new log
23:52:00.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.064697  1071 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: Neither blocks nor log segments found. Creating new log.
23:52:00.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.065861  1071 log.cc:826] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: Log is configured to *not* fsync() on all Append() calls
23:52:00.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.066504  1143 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.066974  1143 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:00.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.067248  1143 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6ca57e84d5c04665b5d0b0623695e569, State: Initialized, Role: FOLLOWER
23:52:00.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.067276  1234 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:00.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.067358  1234 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:00.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.068076  1143 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.069617  1143 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: configured and running, proceeding with master startup.
23:52:00.069 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:00.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.070451  1231 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.072767  1238 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.073252  1238 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.075775  1071 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: No bootstrap required, opened a new log
23:52:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.076385  1074 master_runner.cc:187] Error getting master registration for 127.0.248.62:39775: OK, instance_id { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" instance_seqno: 1783468319593270 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.079020  1074 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.078872  1071 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.079111  1071 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:00.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.079181  1071 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8967f953167e427ba24dd391e126d8f3, State: Initialized, Role: FOLLOWER
23:52:00.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.079738  1071 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.080904  1255 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.081220  1255 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.081254  1071 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: configured and running, proceeding with master startup.
23:52:00.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.084955  1254 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:00.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.085058  1254 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:00.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.088866  1023 tablet.cc:2406] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:00.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.092569  1003 master_runner.cc:264] No leader master found from master 8967f953167e427ba24dd391e126d8f3
23:52:00.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.092681  1003 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:00.093 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:00.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.094394  1251 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.094786  1270 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:00.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.095065  1270 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:00.123 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:00.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.123936  1267 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:00.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.234822  1238 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:00.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.235031  1238 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.237640  1044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ca57e84d5c04665b5d0b0623695e569" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8967f953167e427ba24dd391e126d8f3" is_pre_election: true
23:52:00.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.237977  1044 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6ca57e84d5c04665b5d0b0623695e569 in term 0.
23:52:00.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.238565  1092 leader_election.cc:304] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [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: 6ca57e84d5c04665b5d0b0623695e569, 8967f953167e427ba24dd391e126d8f3; no voters: 
23:52:00.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.239533  1238 leader_election.cc:290] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8967f953167e427ba24dd391e126d8f3 (127.0.248.62:39775), 0232125f394441f09b7f8b167fbabc05 (127.0.248.60:44911)
23:52:00.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.239678  1238 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:00.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.239740  1238 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:00.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.239781  1238 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 0 FOLLOWER]: Advancing to term 1
23:52:00.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.241134  1238 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.241547  1238 leader_election.cc:290] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [CANDIDATE]: Term 1 election: Requested vote from peers 8967f953167e427ba24dd391e126d8f3 (127.0.248.62:39775), 0232125f394441f09b7f8b167fbabc05 (127.0.248.60:44911)
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.243628  1188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ca57e84d5c04665b5d0b0623695e569" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0232125f394441f09b7f8b167fbabc05" is_pre_election: true
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.243628  1187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ca57e84d5c04665b5d0b0623695e569" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0232125f394441f09b7f8b167fbabc05"
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.243925  1187 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 0 FOLLOWER]: Advancing to term 1
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.244700  1044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ca57e84d5c04665b5d0b0623695e569" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8967f953167e427ba24dd391e126d8f3"
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.244849  1044 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 0 FOLLOWER]: Advancing to term 1
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.245289  1187 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6ca57e84d5c04665b5d0b0623695e569 in term 1.
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.245836  1167 tablet.cc:2406] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.246604  1044 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6ca57e84d5c04665b5d0b0623695e569 in term 1.
23:52:00.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.247713  1092 leader_election.cc:304] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [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: 6ca57e84d5c04665b5d0b0623695e569, 8967f953167e427ba24dd391e126d8f3; no voters: 
23:52:00.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.248713  1238 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 1 FOLLOWER]: Leader election won for term 1
23:52:00.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.248816  1238 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [term 1 LEADER]: Becoming Leader. State: Replica: 6ca57e84d5c04665b5d0b0623695e569, State: Running, Role: LEADER
23:52:00.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.249161  1238 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [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: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } }
23:52:00.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.251708  1238 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ca57e84d5c04665b5d0b0623695e569. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.252130  1238 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: This master's current role is: LEADER
23:52:00.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.260658  1277 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:00.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.262073  1277 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:00.289695  1096 tablet.cc:2406] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:00.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.312297  1187 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [term 1 FOLLOWER]: Refusing update from remote peer 6ca57e84d5c04665b5d0b0623695e569: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:00.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.313331  1275 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.317477  1044 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [term 1 FOLLOWER]: Refusing update from remote peer 6ca57e84d5c04665b5d0b0623695e569: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.318272  1220 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ca57e84d5c04665b5d0b0623695e569. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.318430  1220 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.318463  1275 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:00.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.323315  1255 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ca57e84d5c04665b5d0b0623695e569. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.323483  1255 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.330293  1275 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.330463  1275 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: This master's current role is: LEADER
23:52:00.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.331157  1278 mvcc.cc:204] Tried to move back new op lower bound from 7305086239990747136 to 7305086239745753088. Current Snapshot: MvccSnapshot[applied={T|T < 7305086239990747136}]
23:52:00.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.332098  1220 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.332234  1220 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.333118  1279 mvcc.cc:204] Tried to move back new op lower bound from 7305086239990747136 to 7305086239745753088. Current Snapshot: MvccSnapshot[applied={T|T < 7305086239990747136}]
23:52:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.335279  1277 catalog_manager.cc:1382] Generated new cluster ID: 56e6b1693f9b46da8213b753de3aa8f7
23:52:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.335351  1277 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.336429  1238 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.336571  1238 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569 [sys.catalog]: This master's current role is: LEADER
23:52:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.337970  1255 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6ca57e84d5c04665b5d0b0623695e569" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8967f953167e427ba24dd391e126d8f3" member_type: VOTER last_known_addr { host: "127.0.248.62" port: 39775 } } peers { permanent_uuid: "6ca57e84d5c04665b5d0b0623695e569" member_type: VOTER last_known_addr { host: "127.0.248.61" port: 44137 } } peers { permanent_uuid: "0232125f394441f09b7f8b167fbabc05" member_type: VOTER last_known_addr { host: "127.0.248.60" port: 44911 } } }
23:52:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.338107  1255 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3 [sys.catalog]: This master's current role is: FOLLOWER
23:52:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.338992  1281 mvcc.cc:204] Tried to move back new op lower bound from 7305086239990747136 to 7305086239745753088. Current Snapshot: MvccSnapshot[applied={T|T < 7305086239990747136}]
23:52:00.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.363291  1277 catalog_manager.cc:1405] Generated new certificate authority record
23:52:00.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.364912  1277 catalog_manager.cc:1539] Loading token signing keys...
23:52:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.386008  1277 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6ca57e84d5c04665b5d0b0623695e569: Generated new TSK 0
23:52:00.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.387109  1277 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:00.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.388111  1277 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:52:00.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:00.388891  1277 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:52:00.602 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:00.611 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:00.611 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:00.694 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:00.701 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8699483062129012517/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=52d3c949-65c0-42a0-a51c-dd9c38a41270, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.248.62:39775,127.0.248.60:44911,127.0.248.61:44137}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:00.704 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8699483062129012517/external-warehouse/table
23:52:00.820 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:00.868 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:00.869 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.014 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.069036  1234 catalog_manager.cc:1294] Loaded cluster ID: 56e6b1693f9b46da8213b753de3aa8f7
23:52:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.069144  1234 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: loading cluster ID for follower catalog manager: success
23:52:01.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.073273  1234 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: acquiring CA information for follower catalog manager: success
23:52:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.075321  1234 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 0232125f394441f09b7f8b167fbabc05: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:01.077 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:01.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.077984  1231 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.096886  1270 catalog_manager.cc:1294] Loaded cluster ID: 56e6b1693f9b46da8213b753de3aa8f7
23:52:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.096978  1270 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: loading cluster ID for follower catalog manager: success
23:52:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.099529  1270 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: acquiring CA information for follower catalog manager: success
23:52:01.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:01.101611  1270 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 8967f953167e427ba24dd391e126d8f3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:01.104 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:01.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.105479  1251 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.127 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:01.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:01.130208  1267 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:01.242 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:01.284 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:01.314 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:01.431 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:52:01.432 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:01.433 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.248.62:39775(127.0.248.62:39775)] connecting to peer
23:52:01.435 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.248.60:44911(127.0.248.60:44911)] connecting to peer
23:52:01.437 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.248.62:39775(127.0.248.62:39775)] Successfully connected to peer
23:52:01.443 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.248.61:44137(127.0.248.61:44137)] connecting to peer
23:52:01.445 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.248.60:44911(127.0.248.60:44911)] Successfully connected to peer
23:52:01.450 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.248.62
23:52:01.454 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.248.61:44137(127.0.248.61:44137)] Successfully connected to peer
23:52:01.464 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.248.61
23:52:01.467 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.248.60
23:52:01.484 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:01.496 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:01.498 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x70451214, L:/127.0.0.1:33374 - R:/127.0.248.62:39775] using SASL/PLAIN
23:52:01.505 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:01.511 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7aed1967, L:/127.0.0.1:40396 - R:/127.0.248.60:44911] using SASL/PLAIN
23:52:01.518 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xbd3e9fa8, L:/127.0.0.1:52240 - R:/127.0.248.61:44137] using SASL/PLAIN
23:52:01.523 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:01.530 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:52:01.531 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.560 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.561 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.609 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:01.626 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:01.628 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=52d3c949-65c0-42a0-a51c-dd9c38a41270, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.248.62:39775,127.0.248.60:44911,127.0.248.61:44137}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:01.631 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:01.635 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8699483062129012517/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=52d3c949-65c0-42a0-a51c-dd9c38a41270, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.248.62:39775,127.0.248.60:44911,127.0.248.61:44137}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:01.637 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8699483062129012517/external-warehouse/table
23:52:01.674 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.688 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.690 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.730 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:01.750 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:01.753 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:01.756 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8699483062129012517/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:01.757 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive8699483062129012517/external-warehouse/table specified for non-external table:table
23:52:01.758 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8699483062129012517/external-warehouse/table
23:52:01.779 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:01.793 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:01.794 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:01.819 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:01.836 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:52:01.996 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.014 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.015 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.036 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:02.054 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:02.058 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:02.060 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8699483062129012517/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:02.063 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8699483062129012517/external-warehouse/table
23:52:02.082 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:02.085 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:02.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.085585  1231 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.095 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:02.097 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:02.115 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:02.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.115700  1251 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.128 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
23:52:02.133 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:02.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:02.134516  1267 client.h:372] Failed to connect to Hive Metastore (localhost:41443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:02.143 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:02.143 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:02.143 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bbebd20, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6d936ef7 will be shutdown
23:52:02.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.143580   992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1003
23:52:02.144 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:02.154 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.248.62:39775(127.0.248.62:39775)] handling channelInactive
23:52:02.154 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.248.62:39775(127.0.248.62:39775)] cleaning up while in state READY due to: connection closed
23:52:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.155318   992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1074
23:52:02.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:02.162722   992 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1145
23:52:02.163 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.248.61:44137(127.0.248.61:44137)] handling channelInactive
23:52:02.163 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.248.61:44137(127.0.248.61:44137)] cleaning up while in state READY due to: connection closed
23:52:02.171 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.248.60:44911(127.0.248.60:44911)] handling channelInactive
23:52:02.171 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.248.60:44911(127.0.248.60:44911)] cleaning up while in state READY due to: connection closed
23:52:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:02Z chronyd exiting
.23:52:02.197 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:02.197 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:02.198 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:02.219 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive359102302148873526
23:52:02.220 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:02.221 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:02.222 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:02.222 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:02.223 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:02.223 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:02.225 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:02.225 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:02.226 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:02.226 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:02.228 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
23:52:02.304 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:02.305 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
23:52:02.305 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:02.307 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:02.309 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:02.310 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:02.340 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:02.340 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:02.340 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:02.369 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.369 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.370 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.370 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.371 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.371 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:02.619 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:02.619 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e39ace6, with PersistenceManager: null will be shutdown
23:52:02.620 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e39ace6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2ea6988d created in the thread with id: 107
23:52:02.622 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:52:02.624 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@e39ace6
23:52:02.737 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
23:52:02.759 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:02.786 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
23:52:02.788 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
23:52:02.818 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:02.819 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:02.819 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:02.820 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:02.820 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:52:02.820 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [46505]...
23:52:02.820 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:02.820 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:02.820 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
23:52:02.821 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
23:52:03.222 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:03.222 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:03.223 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:03.224 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:03.224 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46505]
23:52:03.225 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46505) in binary transport mode
23:52:03.225 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46505) current connections: 1
23:52:03.226 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:52:03.227 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:52:03.227 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:03.230 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46505"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:03.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.343119  1333 mini_oidc.cc:150] Starting JWKS server
23:52:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.344961  1333 webserver.cc:534] Webserver started at http://127.0.0.1:35161/ using document root <none> and password file <none>
23:52:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.345121  1333 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.345346  1333 webserver.cc:534] Webserver started at http://127.0.0.1:38399/ using document root <none> and password file <none>
23:52:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:03Z Disabled control of system clock
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.361073  1333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/logs
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data/info.pb
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.126:44605
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.126
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505 with env {}
23:52:03.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.471247  1344 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:03.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.471514  1344 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:03.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.471563  1344 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475181  1344 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475265  1344 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475286  1344 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475304  1344 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475323  1344 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.475338  1344 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35161/jwks.json
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.479662  1344 master_runner.cc:387] Master server non-default flags:
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.126:44605
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data/info.pb
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.126
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1344
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/logs
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.480919  1344 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:03.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.482057  1344 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:03.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.487689  1354 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.487890  1344 server_base.cc:1061] running on GCE node
23:52:03.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.487689  1351 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.487809  1350 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.488873  1344 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:03.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.489840  1344 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:03.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.491024  1344 hybrid_clock.cc:648] HybridClock initialized: now 1783468323491021 us; error 89 us; skew 500 ppm
23:52:03.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.493309  1344 webserver.cc:534] Webserver started at http://127.1.77.126:41111/ using document root <none> and password file <none>
23:52:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.493880  1344 fs_manager.cc:362] Metadata directory not provided
23:52:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.493933  1344 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.494104  1344 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.495796  1344 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data/instance:
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50aa0112e4434a61bc3cfd9921ea0e32"
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.496337  1344 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal/instance:
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50aa0112e4434a61bc3cfd9921ea0e32"
23:52:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.500020  1344 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
23:52:03.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.502472  1360 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.503695  1344 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
23:52:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.503811  1344 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal
23:52:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50aa0112e4434a61bc3cfd9921ea0e32"
23:52:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.503897  1344 fs_report.cc:389] FS layout report
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data/data
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:03.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:03.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.525944  1344 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:03.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.526690  1344 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:03.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.526856  1344 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:03.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.534873  1344 rpc_server.cc:307] RPC server started. Bound to: 127.1.77.126:44605
23:52:03.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.534896  1412 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.77.126:44605 every 8 connection(s)
23:52:03.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.536266  1344 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/data/info.pb
23:52:03.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.537755  1333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1344
23:52:03.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.537947  1333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-0/wal/instance
23:52:03.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.539791  1333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/logs
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data/info.pb
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.125:43941
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.125
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505 with env {}
23:52:03.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.540196  1413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:03.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.543637  1413 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.555704  1413 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.556819  1364 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.77.125:43941: connect: Connection refused (error 111)
23:52:03.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.558086  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.1.77.125:43941: connect: Connection refused (error 111)
23:52:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.607366  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } attempt: 1
23:52:03.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.609287  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.1.77.125:43941: connect: Connection refused (error 111)
23:52:03.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.658413  1414 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.658684  1414 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.658733  1414 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662358  1414 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662443  1414 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662463  1414 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662482  1414 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662501  1414 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.662516  1414 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35161/jwks.json
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.666782  1414 master_runner.cc:387] Master server non-default flags:
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.125:43941
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data/info.pb
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.125
23:52:03.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1414
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/logs
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.668077  1414 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:03.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.669337  1414 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:03.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.675324  1423 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.675315  1425 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.675314  1422 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.675724  1414 server_base.cc:1061] running on GCE node
23:52:03.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.676405  1414 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:03.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.677531  1414 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:03.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.677487  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } attempt: 2
23:52:03.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.678701  1414 hybrid_clock.cc:648] HybridClock initialized: now 1783468323678674 us; error 53 us; skew 500 ppm
23:52:03.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.678956  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.1.77.125:43941: connect: Connection refused (error 111)
23:52:03.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.680867  1414 webserver.cc:534] Webserver started at http://127.1.77.125:43129/ using document root <none> and password file <none>
23:52:03.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.681511  1414 fs_manager.cc:362] Metadata directory not provided
23:52:03.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.681602  1414 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:03.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.681864  1414 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.683624  1414 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data/instance:
23:52:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b4bd892493d4dd6b582e2427d32ba92"
23:52:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.684273  1414 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal/instance:
23:52:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b4bd892493d4dd6b582e2427d32ba92"
23:52:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.689018  1414 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
23:52:03.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.691713  1431 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.693032  1414 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.693174  1414 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b4bd892493d4dd6b582e2427d32ba92"
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.693274  1414 fs_report.cc:389] FS layout report
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data/data
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:03.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.705461  1414 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:03.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.706183  1414 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:03.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.706341  1414 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:03.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.713970  1485 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.77.125:43941 every 8 connection(s)
23:52:03.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.713972  1414 rpc_server.cc:307] RPC server started. Bound to: 127.1.77.125:43941
23:52:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.715320  1414 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/data/info.pb
23:52:03.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.718611  1486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:03.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.719182  1333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1414
23:52:03.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.719305  1333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-1/wal/instance
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.720043  1333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/logs
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data/info.pb
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.124:45729
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.124
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505 with env {}
23:52:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.723146  1486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.733983  1486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.740595  1486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.741559  1433 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.742506  1486 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.770116  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } attempt: 3
23:52:03.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.775498  1413 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.777204  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.791783  1486 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 1
23:52:03.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.793639  1486 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.808423  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 1
23:52:03.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.810019  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.841873  1487 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:03.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.842154  1487 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:03.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.842203  1487 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.845849  1487 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.845937  1487 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.845959  1487 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.845978  1487 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.845999  1487 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:03.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.846014  1487 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35161/jwks.json
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.850262  1487 master_runner.cc:387] Master server non-default flags:
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.77.84:45783
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal
23:52:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46505
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.77.126:44605,127.1.77.125:43941,127.1.77.124:45729
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.77.124:45729
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35161/jwks.json
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data/info.pb
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.77.124
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1487
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/logs
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:03.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.851874  1487 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:03.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.853579  1487 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:03.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.860657  1496 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.860687  1495 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.860783  1498 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:03.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.861297  1487 server_base.cc:1061] running on GCE node
23:52:03.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.861867  1486 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 2
23:52:03.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.861925  1487 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:03.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.863137  1487 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:03.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.863488  1486 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.864476  1487 hybrid_clock.cc:648] HybridClock initialized: now 1783468323864457 us; error 37 us; skew 500 ppm
23:52:03.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.866616  1487 webserver.cc:534] Webserver started at http://127.1.77.124:33489/ using document root <none> and password file <none>
23:52:03.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.867182  1487 fs_manager.cc:362] Metadata directory not provided
23:52:03.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.867240  1487 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:03.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.867419  1487 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.869136  1487 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data/instance:
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32241a27276945b9b592afbc358f9cd1"
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.869608  1487 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal/instance:
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32241a27276945b9b592afbc358f9cd1"
23:52:03.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.873323  1487 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
23:52:03.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.875909  1504 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.877125  1487 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.877311  1487 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32241a27276945b9b592afbc358f9cd1"
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:03 on dist-test-slave-lv75"
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.877454  1487 fs_report.cc:389] FS layout report
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data/data
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:03.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:03.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:03.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.885237  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 2
23:52:03.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.886965  1413 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.77.124:45729: Network error: Client connection negotiation failed: client connection to 127.1.77.124:45729: connect: Connection refused (error 111)
23:52:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.901912  1487 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.902666  1487 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.902838  1487 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.911002  1556 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.77.124:45729 every 8 connection(s)
23:52:03.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.911005  1487 rpc_server.cc:307] RPC server started. Bound to: 127.1.77.124:45729
23:52:03.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.912323  1487 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/data/info.pb
23:52:03.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.915442  1557 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.917519  1333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1487
23:52:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.917659  1333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster5671292232694934106/master-2/wal/instance
23:52:03.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.918857  1557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.928750  1557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.933600  1557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } has no permanent_uuid. Determining permanent_uuid...
23:52:03.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.940455  1557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: Bootstrap starting.
23:52:03.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.943269  1557 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: Neither blocks nor log segments found. Creating new log.
23:52:03.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.943864  1333 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:03.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.944202  1557 log.cc:826] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: Log is configured to *not* fsync() on all Append() calls
23:52:03.944 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:03.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.946439  1557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: No bootstrap required, opened a new log
23:52:03.945 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.77.126"
      port: 44605
    }
    bound_http_address {
      host: "127.1.77.126"
      port: 41111
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.77.125"
      port: 43941
    }
    bound_http_address {
      host: "127.1.77.125"
      port: 43129
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.77.124"
      port: 45729
    }
    bound_http_address {
      host: "127.1.77.124"
      port: 33489
    }
  }
}

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

23:52:03.947 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:03.949 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.949774  1557 raft_consensus.cc:359] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.950029  1557 raft_consensus.cc:385] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.950098  1557 raft_consensus.cc:740] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32241a27276945b9b592afbc358f9cd1, State: Initialized, Role: FOLLOWER
23:52:03.950 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.950628  1557 consensus_queue.cc:260] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:03.950 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:03.951 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203062cf, with PersistenceManager: null will be shutdown
23:52:03.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.951313  1562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:03.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.951478  1562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: This master's current role is: FOLLOWER
23:52:03.951 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203062cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1b1a14c7 created in the thread with id: 128
23:52:03.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.952235  1557 sys_catalog.cc:565] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: configured and running, proceeding with master startup.
23:52:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.954687  1486 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 3
23:52:03.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.957960  1487 master_runner.cc:187] Error getting master registration for 127.1.77.126:44605: OK, instance_id { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" instance_seqno: 1783468323532444 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:03.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.960469  1487 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:03.962 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203062cf
23:52:03.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.963356  1486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: Bootstrap starting.
23:52:03.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.964038  1576 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:03.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.964116  1576 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:03.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.965989  1486 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: Neither blocks nor log segments found. Creating new log.
23:52:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.967015  1486 log.cc:826] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: Log is configured to *not* fsync() on all Append() calls
23:52:03.971 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.970131  1486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: No bootstrap required, opened a new log
23:52:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:03.972206  1573 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.974934  1486 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.975446  1486 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.975697  1486 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b4bd892493d4dd6b582e2427d32ba92, State: Initialized, Role: FOLLOWER
23:52:03.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.976716  1486 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:03.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.978616  1486 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: configured and running, proceeding with master startup.
23:52:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.984563  1582 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.984766  1582 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: This master's current role is: FOLLOWER
23:52:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.986189  1413 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } attempt: 3
23:52:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.984004  1414 master_runner.cc:187] Error getting master registration for 127.1.77.126:44605: OK, instance_id { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" instance_seqno: 1783468323532444 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.986544  1414 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:03.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.994632  1413 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: Bootstrap starting.
23:52:03.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.997740  1413 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: Neither blocks nor log segments found. Creating new log.
23:52:03.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:03.999295  1413 log.cc:826] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: Log is configured to *not* fsync() on all Append() calls
23:52:04.001 [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=	
23:52:04.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.001830  1593 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.003378  1413 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: No bootstrap required, opened a new log
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.005370  1596 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.005470  1596 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.007359  1413 raft_consensus.cc:359] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.007587  1413 raft_consensus.cc:385] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.007644  1413 raft_consensus.cc:740] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 50aa0112e4434a61bc3cfd9921ea0e32, State: Initialized, Role: FOLLOWER
23:52:04.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.008865  1413 consensus_queue.cc:260] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:04.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.010573  1413 sys_catalog.cc:565] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: configured and running, proceeding with master startup.
23:52:04.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.021718  1344 master_runner.cc:264] No leader master found from master 50aa0112e4434a61bc3cfd9921ea0e32
23:52:04.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.021827  1344 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:04.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.024860  1600 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.025323  1600 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: This master's current role is: FOLLOWER
23:52:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.028234  1366 tablet.cc:2406] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:04.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.030085  1614 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:04.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.030422  1614 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:04.035 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:04.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.036077  1611 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.128154  1600 raft_consensus.cc:493] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.128409  1600 raft_consensus.cc:515] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.129607  1600 leader_election.cc:290] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2b4bd892493d4dd6b582e2427d32ba92 (127.1.77.125:43941), 32241a27276945b9b592afbc358f9cd1 (127.1.77.124:45729)
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.130772  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b4bd892493d4dd6b582e2427d32ba92" is_pre_election: true
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.131088  1459 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 50aa0112e4434a61bc3cfd9921ea0e32 in term 0.
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.131577  1531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32241a27276945b9b592afbc358f9cd1" is_pre_election: true
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.131836  1531 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 50aa0112e4434a61bc3cfd9921ea0e32 in term 0.
23:52:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.132426  1362 leader_election.cc:304] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [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: 32241a27276945b9b592afbc358f9cd1, 50aa0112e4434a61bc3cfd9921ea0e32; no voters: 
23:52:04.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.133656  1600 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:04.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.133762  1600 raft_consensus.cc:493] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:04.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.133807  1600 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 0 FOLLOWER]: Advancing to term 1
23:52:04.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.135094  1600 raft_consensus.cc:515] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.136484  1459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b4bd892493d4dd6b582e2427d32ba92"
23:52:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.136633  1459 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 0 FOLLOWER]: Advancing to term 1
23:52:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.137887  1459 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 50aa0112e4434a61bc3cfd9921ea0e32 in term 1.
23:52:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.138309  1364 leader_election.cc:304] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [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: 2b4bd892493d4dd6b582e2427d32ba92, 50aa0112e4434a61bc3cfd9921ea0e32; no voters: 
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.139568  1531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32241a27276945b9b592afbc358f9cd1"
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.139714  1531 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 0 FOLLOWER]: Advancing to term 1
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.140600  1618 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 1 FOLLOWER]: Leader election won for term 1
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.140887  1618 raft_consensus.cc:697] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [term 1 LEADER]: Becoming Leader. State: Replica: 50aa0112e4434a61bc3cfd9921ea0e32, State: Running, Role: LEADER
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.140913  1531 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 50aa0112e4434a61bc3cfd9921ea0e32 in term 1.
23:52:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.141255  1618 consensus_queue.cc:237] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [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: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } }
23:52:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.141774  1600 leader_election.cc:290] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [CANDIDATE]: Term 1 election: Requested vote from peers 2b4bd892493d4dd6b582e2427d32ba92 (127.1.77.125:43941), 32241a27276945b9b592afbc358f9cd1 (127.1.77.124:45729)
23:52:04.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.143695  1600 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50aa0112e4434a61bc3cfd9921ea0e32. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.143850  1600 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: This master's current role is: LEADER
23:52:04.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.154073  1510 tablet.cc:2406] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:04.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.158952  1621 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:04.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.160485  1621 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:04.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.185823  1531 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [term 1 FOLLOWER]: Refusing update from remote peer 50aa0112e4434a61bc3cfd9921ea0e32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:04.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.187009  1619 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.192348  1562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50aa0112e4434a61bc3cfd9921ea0e32. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.192528  1562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: This master's current role is: FOLLOWER
23:52:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.193140  1459 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [term 1 FOLLOWER]: Refusing update from remote peer 50aa0112e4434a61bc3cfd9921ea0e32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:04.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.193892  1619 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:04.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.199849  1582 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50aa0112e4434a61bc3cfd9921ea0e32. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.200009  1582 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: This master's current role is: FOLLOWER
23:52:04.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.208173  1437 tablet.cc:2406] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.210398  1618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.210561  1618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: This master's current role is: LEADER
23:52:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.210671  1622 mvcc.cc:204] Tried to move back new op lower bound from 7305086255836274688 to 7305086255686369280. Current Snapshot: MvccSnapshot[applied={T|T < 7305086255836274688}]
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.212069  1600 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.212214  1600 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32 [sys.catalog]: This master's current role is: LEADER
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.212653  1562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.212783  1562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1 [sys.catalog]: This master's current role is: FOLLOWER
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.213471  1582 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50aa0112e4434a61bc3cfd9921ea0e32" member_type: VOTER last_known_addr { host: "127.1.77.126" port: 44605 } } peers { permanent_uuid: "2b4bd892493d4dd6b582e2427d32ba92" member_type: VOTER last_known_addr { host: "127.1.77.125" port: 43941 } } peers { permanent_uuid: "32241a27276945b9b592afbc358f9cd1" member_type: VOTER last_known_addr { host: "127.1.77.124" port: 45729 } } }
23:52:04.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.213586  1582 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92 [sys.catalog]: This master's current role is: FOLLOWER
23:52:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.216804  1625 mvcc.cc:204] Tried to move back new op lower bound from 7305086255836274688 to 7305086255686369280. Current Snapshot: MvccSnapshot[applied={T|T < 7305086255836274688}]
23:52:04.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.225903  1621 catalog_manager.cc:1382] Generated new cluster ID: 71ba7fdd99954a0ea1543c918e916cb5
23:52:04.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.226018  1621 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:04.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.258126  1621 catalog_manager.cc:1405] Generated new certificate authority record
23:52:04.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.259682  1621 catalog_manager.cc:1539] Loading token signing keys...
23:52:04.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.286020  1621 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 50aa0112e4434a61bc3cfd9921ea0e32: Generated new TSK 0
23:52:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.287154  1621 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.288398  1621 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:52:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.289113  1621 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:52:04.504 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:04.511 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:04.511 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:04.593 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:52:04.599 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive359102302148873526/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:04.601 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive359102302148873526/external-warehouse/legacy_table
23:52:04.724 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:52:04.765 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:04.774 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
23:52:04.787 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:52:04.856 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:52:04.857 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:52:04.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.966215  1576 catalog_manager.cc:1294] Loaded cluster ID: 71ba7fdd99954a0ea1543c918e916cb5
23:52:04.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.966320  1576 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: loading cluster ID for follower catalog manager: success
23:52:04.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.968710  1576 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: acquiring CA information for follower catalog manager: success
23:52:04.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:04.970163  1576 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 32241a27276945b9b592afbc358f9cd1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:04.983 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:04.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:04.983736  1573 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:05.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.007292  1596 catalog_manager.cc:1294] Loaded cluster ID: 71ba7fdd99954a0ea1543c918e916cb5
23:52:05.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.007405  1596 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: loading cluster ID for follower catalog manager: success
23:52:05.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.010316  1596 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: acquiring CA information for follower catalog manager: success
23:52:05.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.012638  1596 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2b4bd892493d4dd6b582e2427d32ba92: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:05.024 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
23:52:05.025 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:05.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:05.025657  1593 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:05.049 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:05.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:05.049705  1611 client.h:372] Failed to connect to Hive Metastore (localhost:46505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:05.079 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
23:52:05.141 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
23:52:05.152 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:05.154 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
23:52:05.281 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:05.436 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:05.477 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:05.612 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:05.613 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:05.613 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:05.613 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@203062cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1b1a14c7 will be shutdown
23:52:05.613 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:05.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.613544  1333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1344
23:52:05.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.624578  1333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1414
23:52:05.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:05.634547  1333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1487
23:52:05.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:05Z chronyd exiting
.23:52:05.691 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:05.691 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:05.691 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:05.714 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16806026478013449047
23:52:05.715 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:05.716 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:05.718 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:05.718 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:05.718 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:05.719 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:05.720 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:05.720 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:05.721 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:05.721 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:05.723 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
23:52:05.803 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:05.803 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
23:52:05.804 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:05.806 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:05.808 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:05.808 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:05.854 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:05.856 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:05.856 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:05.880 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.881 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.881 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.882 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.882 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:05.882 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:06.089 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:06.089 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c32c593, with PersistenceManager: null will be shutdown
23:52:06.090 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c32c593, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3a56d57e created in the thread with id: 138
23:52:06.091 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:52:06.093 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c32c593
23:52:06.201 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
23:52:06.222 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:06.253 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
23:52:06.255 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
23:52:06.289 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:06.290 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:06.290 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:06.291 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:06.291 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:52:06.291 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [33043]...
23:52:06.291 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:06.292 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:06.292 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
23:52:06.292 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
23:52:06.717 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:06.718 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:06.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:06.721 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:06.721 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33043]
23:52:06.721 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33043) in binary transport mode
23:52:06.722 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33043) current connections: 1
23:52:06.723 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:52:06.724 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:52:06.724 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:06.727 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33043"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:06.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.840086  1659 mini_oidc.cc:150] Starting JWKS server
23:52:06.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.842052  1659 webserver.cc:534] Webserver started at http://127.0.0.1:39993/ using document root <none> and password file <none>
23:52:06.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.842295  1659 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:06.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.842620  1659 webserver.cc:534] Webserver started at http://127.0.0.1:35717/ using document root <none> and password file <none>
23:52:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:06Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:06.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:06Z Disabled control of system clock
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.858165  1659 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/logs
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data/info.pb
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.254:44847
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.254
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:06.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043 with env {}
23:52:06.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.968772  1670 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:06.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.969092  1670 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:06.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.969172  1670 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.972927  1670 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.973054  1670 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.973089  1670 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.973117  1670 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.973143  1670 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:06.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.973201  1670 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.977685  1670 master_runner.cc:387] Master server non-default flags:
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.254:44847
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data/info.pb
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.254
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1670
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:06.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/logs
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:06.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.979374  1670 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:06.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.980720  1670 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:06.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.986788  1678 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:06.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.986822  1675 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:06.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:06.986822  1676 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:06.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.987200  1670 server_base.cc:1061] running on GCE node
23:52:06.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.987726  1670 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:06.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.988895  1670 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:06.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.990063  1670 hybrid_clock.cc:648] HybridClock initialized: now 1783468326990049 us; error 104 us; skew 500 ppm
23:52:06.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.992091  1670 webserver.cc:534] Webserver started at http://127.1.158.254:35603/ using document root <none> and password file <none>
23:52:06.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.992743  1670 fs_manager.cc:362] Metadata directory not provided
23:52:06.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.992807  1670 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:06.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.992983  1670 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.994747  1670 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data/instance:
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "279ad46df464455fada2b055d1e85d2d"
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:06 on dist-test-slave-lv75"
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.995244  1670 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal/instance:
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "279ad46df464455fada2b055d1e85d2d"
23:52:06.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:06 on dist-test-slave-lv75"
23:52:06.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:06.998999  1670 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
23:52:07.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.001513  1684 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:07.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.002741  1670 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.002882  1670 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "279ad46df464455fada2b055d1e85d2d"
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:06 on dist-test-slave-lv75"
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.002977  1670 fs_report.cc:389] FS layout report
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data/data
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:07.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.026355  1670 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.027083  1670 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.027249  1670 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:07.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.035518  1670 rpc_server.cc:307] RPC server started. Bound to: 127.1.158.254:44847
23:52:07.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.035533  1738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.158.254:44847 every 8 connection(s)
23:52:07.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.036705  1670 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/data/info.pb
23:52:07.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.039865  1739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:07.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.043315  1739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.044941  1659 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1670
23:52:07.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.045079  1659 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-0/wal/instance
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.046892  1659 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/logs
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data/info.pb
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.253:43541
23:52:07.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.253
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:07.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043 with env {}
23:52:07.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.060688  1739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.061591  1686 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.158.253:43541: connect: Connection refused (error 111)
23:52:07.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.062574  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.253:43541: Network error: Client connection negotiation failed: client connection to 127.1.158.253:43541: connect: Connection refused (error 111)
23:52:07.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.111860  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } attempt: 1
23:52:07.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.113656  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.253:43541: Network error: Client connection negotiation failed: client connection to 127.1.158.253:43541: connect: Connection refused (error 111)
23:52:07.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.158787  1742 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:07.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.159066  1742 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:07.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.159114  1742 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.162878  1742 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.162964  1742 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.162986  1742 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.163005  1742 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.163025  1742 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.163040  1742 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.167289  1742 master_runner.cc:387] Master server non-default flags:
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:07.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.253:43541
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data/info.pb
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.253
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1742
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/logs
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:07.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.168639  1742 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:07.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.170092  1742 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:07.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.177323  1751 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.177333  1749 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.177341  1748 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.177886  1742 server_base.cc:1061] running on GCE node
23:52:07.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.178500  1742 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:07.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.179518  1742 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:07.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.180718  1742 hybrid_clock.cc:648] HybridClock initialized: now 1783468327180692 us; error 43 us; skew 500 ppm
23:52:07.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.181874  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } attempt: 2
23:52:07.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.183180  1742 webserver.cc:534] Webserver started at http://127.1.158.253:33035/ using document root <none> and password file <none>
23:52:07.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.183511  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.253:43541: Network error: Client connection negotiation failed: client connection to 127.1.158.253:43541: connect: Connection refused (error 111)
23:52:07.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.183882  1742 fs_manager.cc:362] Metadata directory not provided
23:52:07.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.183943  1742 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:07.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.184111  1742 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.185868  1742 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data/instance:
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3344a9dda49f42fb89a61dafae8fccb8"
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.186355  1742 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal/instance:
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3344a9dda49f42fb89a61dafae8fccb8"
23:52:07.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.190160  1742 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
23:52:07.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.192739  1757 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.194031  1742 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.194192  1742 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3344a9dda49f42fb89a61dafae8fccb8"
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.194286  1742 fs_report.cc:389] FS layout report
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data/data
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:07.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:07.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.208760  1742 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:07.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.209515  1742 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:07.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.209694  1742 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:07.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.218067  1809 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.158.253:43541 every 8 connection(s)
23:52:07.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.218063  1742 rpc_server.cc:307] RPC server started. Bound to: 127.1.158.253:43541
23:52:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.219342  1742 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/data/info.pb
23:52:07.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.222461  1810 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:07.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.223599  1659 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1742
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.223747  1659 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-1/wal/instance
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.224522  1659 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/logs
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data/info.pb
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.252:41515
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.252
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:07.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:07.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:07.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:07.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:07.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043 with env {}
23:52:07.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.226214  1810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.238941  1810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.245872  1810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.246791  1758 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.247833  1810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.274716  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } attempt: 3
23:52:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.279523  1739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.281021  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.297108  1810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 1
23:52:07.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.298887  1810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.312232  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 1
23:52:07.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.314188  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.347028  1811 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:07.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.347312  1811 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:07.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.347360  1811 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351049  1811 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351140  1811 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351161  1811 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351179  1811 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351199  1811 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.351214  1811 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.355927  1811 master_runner.cc:387] Master server non-default flags:
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.158.212:44695
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33043
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.158.254:44847,127.1.158.253:43541,127.1.158.252:41515
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.158.252:41515
23:52:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data/info.pb
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.158.252
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1811
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/logs
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.357301  1811 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.358474  1811 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:07.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.364880  1820 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.364882  1819 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.364880  1822 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:07.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.365003  1811 server_base.cc:1061] running on GCE node
23:52:07.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.366003  1811 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.367089  1811 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.367144  1810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 2
23:52:07.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.368355  1811 hybrid_clock.cc:648] HybridClock initialized: now 1783468327368338 us; error 41 us; skew 500 ppm
23:52:07.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.368786  1810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.370710  1811 webserver.cc:534] Webserver started at http://127.1.158.252:36491/ using document root <none> and password file <none>
23:52:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.371354  1811 fs_manager.cc:362] Metadata directory not provided
23:52:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.371414  1811 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.371671  1811 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.373569  1811 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data/instance:
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3d4f3b82b724adb961ceae5b3a1c28e"
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.374202  1811 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal/instance:
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3d4f3b82b724adb961ceae5b3a1c28e"
23:52:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.378226  1811 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
23:52:07.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.380841  1828 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.382069  1811 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.382246  1811 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3d4f3b82b724adb961ceae5b3a1c28e"
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:07 on dist-test-slave-lv75"
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.382401  1811 fs_report.cc:389] FS layout report
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data/data
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:07.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.389418  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 2
23:52:07.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.391197  1739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.158.252:41515: Network error: Client connection negotiation failed: client connection to 127.1.158.252:41515: connect: Connection refused (error 111)
23:52:07.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.405962  1811 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:07.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.406786  1811 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:07.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.406960  1811 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:07.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.415544  1882 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.158.252:41515 every 8 connection(s)
23:52:07.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.415552  1811 rpc_server.cc:307] RPC server started. Bound to: 127.1.158.252:41515
23:52:07.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.416855  1811 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/data/info.pb
23:52:07.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.420060  1883 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:07.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.423369  1659 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 1811
23:52:07.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.423475  1659 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1799830672708143210/master-2/wal/instance
23:52:07.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.423413  1883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.435549  1883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.440335  1883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } has no permanent_uuid. Determining permanent_uuid...
23:52:07.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.447461  1883 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: Bootstrap starting.
23:52:07.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.450419  1883 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: Neither blocks nor log segments found. Creating new log.
23:52:07.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.451366  1883 log.cc:826] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: Log is configured to *not* fsync() on all Append() calls
23:52:07.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.452751  1659 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:07.453 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:07.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.453660  1883 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: No bootstrap required, opened a new log
23:52:07.453 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:07.454 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.158.254"
      port: 44847
    }
    bound_http_address {
      host: "127.1.158.254"
      port: 35603
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.158.253"
      port: 43541
    }
    bound_http_address {
      host: "127.1.158.253"
      port: 33035
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.158.252"
      port: 41515
    }
    bound_http_address {
      host: "127.1.158.252"
      port: 36491
    }
  }
}

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

23:52:07.455 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:07.457 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=282aedbb-275f-4a1a-b8f3-e1f116803292, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.158.252:41515,127.1.158.254:44847,127.1.158.253:43541}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:07.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.457568  1883 raft_consensus.cc:359] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.457840  1883 raft_consensus.cc:385] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:07.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.457894  1883 raft_consensus.cc:740] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a3d4f3b82b724adb961ceae5b3a1c28e, State: Initialized, Role: FOLLOWER
23:52:07.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.458425  1883 consensus_queue.cc:260] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.459018  1888 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.459160  1888 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.459 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:07.459 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:07.459 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: null will be shutdown
23:52:07.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.459967  1883 sys_catalog.cc:565] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: configured and running, proceeding with master startup.
23:52:07.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.459960  1810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 3
23:52:07.460 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9da3d67 created in the thread with id: 159
23:52:07.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.466298  1902 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:07.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.466652  1902 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:07.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.464831  1811 master_runner.cc:187] Error getting master registration for 127.1.158.254:44847: OK, instance_id { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" instance_seqno: 1783468327033119 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:07.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.467154  1811 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:07.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.467969  1810 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: Bootstrap starting.
23:52:07.470 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892
23:52:07.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.471043  1810 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: Neither blocks nor log segments found. Creating new log.
23:52:07.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.472004  1810 log.cc:826] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: Log is configured to *not* fsync() on all Append() calls
23:52:07.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.474275  1810 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: No bootstrap required, opened a new log
23:52:07.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.478513  1810 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.479046  1810 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:07.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.479285  1810 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3344a9dda49f42fb89a61dafae8fccb8, State: Initialized, Role: FOLLOWER
23:52:07.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.480051  1810 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.481 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:07.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.481798  1810 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: configured and running, proceeding with master startup.
23:52:07.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.481799  1899 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.488719  1920 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.486697  1742 master_runner.cc:187] Error getting master registration for 127.1.158.254:44847: OK, instance_id { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" instance_seqno: 1783468327033119 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.489663  1742 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:07.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.490362  1739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } attempt: 3
23:52:07.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.492446  1920 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:07.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.492507  1906 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.495499  1906 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.499511  1739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: Bootstrap starting.
23:52:07.500 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:07.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.501405  1917 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:07.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.502856  1739 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: Neither blocks nor log segments found. Creating new log.
23:52:07.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.503974  1739 log.cc:826] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: Log is configured to *not* fsync() on all Append() calls
23:52:07.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.513502  1739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: No bootstrap required, opened a new log
23:52:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.517966  1739 raft_consensus.cc:359] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.518249  1739 raft_consensus.cc:385] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:07.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.518317  1739 raft_consensus.cc:740] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 279ad46df464455fada2b055d1e85d2d, State: Initialized, Role: FOLLOWER
23:52:07.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.518924  1739 consensus_queue.cc:260] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.520711  1739 sys_catalog.cc:565] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: configured and running, proceeding with master startup.
23:52:07.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.524560  1924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.525017  1924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.528915  1690 tablet.cc:2406] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:07.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.537015  1670 master_runner.cc:264] No leader master found from master 279ad46df464455fada2b055d1e85d2d
23:52:07.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.537106  1670 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:07.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.538301  1938 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:07.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.544353  1938 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:07.545 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:07.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.546707  1935 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:07.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.658289  1834 tablet.cc:2406] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:07.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:07.711148  1763 tablet.cc:2406] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.863175  1888 raft_consensus.cc:493] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.863402  1888 raft_consensus.cc:515] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.865032  1888 leader_election.cc:290] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 279ad46df464455fada2b055d1e85d2d (127.1.158.254:44847), 3344a9dda49f42fb89a61dafae8fccb8 (127.1.158.253:43541)
23:52:07.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.865921  1713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "279ad46df464455fada2b055d1e85d2d" is_pre_election: true
23:52:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.866246  1713 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a3d4f3b82b724adb961ceae5b3a1c28e in term 0.
23:52:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.866914  1784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3344a9dda49f42fb89a61dafae8fccb8" is_pre_election: true
23:52:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.867195  1784 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a3d4f3b82b724adb961ceae5b3a1c28e in term 0.
23:52:07.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.867694  1830 leader_election.cc:304] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [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: 3344a9dda49f42fb89a61dafae8fccb8, a3d4f3b82b724adb961ceae5b3a1c28e; no voters: 
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.868840  1888 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.868920  1888 raft_consensus.cc:493] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.868957  1888 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 0 FOLLOWER]: Advancing to term 1
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.870179  1888 raft_consensus.cc:515] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.871017  1713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "279ad46df464455fada2b055d1e85d2d"
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.871150  1713 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 0 FOLLOWER]: Advancing to term 1
23:52:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.872367  1713 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a3d4f3b82b724adb961ceae5b3a1c28e in term 1.
23:52:07.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.872853  1829 leader_election.cc:304] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [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: 279ad46df464455fada2b055d1e85d2d, a3d4f3b82b724adb961ceae5b3a1c28e; no voters: 
23:52:07.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873075  1888 leader_election.cc:290] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [CANDIDATE]: Term 1 election: Requested vote from peers 279ad46df464455fada2b055d1e85d2d (127.1.158.254:44847), 3344a9dda49f42fb89a61dafae8fccb8 (127.1.158.253:43541)
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873201  1888 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 1 FOLLOWER]: Leader election won for term 1
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873284  1888 raft_consensus.cc:697] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [term 1 LEADER]: Becoming Leader. State: Replica: a3d4f3b82b724adb961ceae5b3a1c28e, State: Running, Role: LEADER
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873652  1784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3344a9dda49f42fb89a61dafae8fccb8"
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873637  1888 consensus_queue.cc:237] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [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: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } }
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.873790  1784 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 0 FOLLOWER]: Advancing to term 1
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.875095  1784 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a3d4f3b82b724adb961ceae5b3a1c28e in term 1.
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.875622  1888 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a3d4f3b82b724adb961ceae5b3a1c28e. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.875747  1888 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: This master's current role is: LEADER
23:52:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.876245  1943 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.877437  1943 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.883620  1713 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [term 1 FOLLOWER]: Refusing update from remote peer a3d4f3b82b724adb961ceae5b3a1c28e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.883644  1784 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [term 1 FOLLOWER]: Refusing update from remote peer a3d4f3b82b724adb961ceae5b3a1c28e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:07.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.884397  1888 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.884877  1888 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [LEADER]: Connected to new peer: Peer: permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:07.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.888962  1906 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a3d4f3b82b724adb961ceae5b3a1c28e. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.889137  1906 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.889441  1924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: SysCatalogTable state changed. Reason: New leader a3d4f3b82b724adb961ceae5b3a1c28e. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.889604  1924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.894595  1888 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.894778  1888 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: This master's current role is: LEADER
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.894901  1888 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.894973  1888 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e [sys.catalog]: This master's current role is: LEADER
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.894971  1906 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.895098  1906 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8 [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.895994  1944 mvcc.cc:204] Tried to move back new op lower bound from 7305086271003680768 to 7305086270973779968. Current Snapshot: MvccSnapshot[applied={T|T < 7305086271003680768}]
23:52:07.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.896147  1946 mvcc.cc:204] Tried to move back new op lower bound from 7305086271003680768 to 7305086270973779968. Current Snapshot: MvccSnapshot[applied={T|T < 7305086271003680768}]
23:52:07.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.897116  1924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "279ad46df464455fada2b055d1e85d2d" member_type: VOTER last_known_addr { host: "127.1.158.254" port: 44847 } } peers { permanent_uuid: "3344a9dda49f42fb89a61dafae8fccb8" member_type: VOTER last_known_addr { host: "127.1.158.253" port: 43541 } } peers { permanent_uuid: "a3d4f3b82b724adb961ceae5b3a1c28e" member_type: VOTER last_known_addr { host: "127.1.158.252" port: 41515 } } }
23:52:07.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.897259  1924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d [sys.catalog]: This master's current role is: FOLLOWER
23:52:07.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.898097  1947 mvcc.cc:204] Tried to move back new op lower bound from 7305086271003680768 to 7305086270973779968. Current Snapshot: MvccSnapshot[applied={T|T < 7305086271003680768}]
23:52:07.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.900151  1943 catalog_manager.cc:1382] Generated new cluster ID: 4af983f3a47647628aa9e3c58ab54633
23:52:07.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.900238  1943 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:07.905 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:07.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.913060  1943 catalog_manager.cc:1405] Generated new certificate authority record
23:52:07.914 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:07.915 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:07.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.914917  1943 catalog_manager.cc:1539] Loading token signing keys...
23:52:07.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.930222  1943 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a3d4f3b82b724adb961ceae5b3a1c28e: Generated new TSK 0
23:52:07.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.931397  1943 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:07.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.932376  1943 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
23:52:07.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:07.932840  1943 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
23:52:07.980 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:07.986 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16806026478013449047/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=282aedbb-275f-4a1a-b8f3-e1f116803292, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.158.252:41515,127.1.158.254:44847,127.1.158.253:43541}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:07.988 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16806026478013449047/external-warehouse/table
23:52:08.089 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:08.132 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:08.134 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:08.137 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
23:52:08.139 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16806026478013449047/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:08.141 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16806026478013449047/external-warehouse/legacy_table
23:52:08.161 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
23:52:08.172 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:08.175 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.190 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.255 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.255 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.277 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.299 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.312 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.312 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.342 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:52:08.344 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:08.349 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.158.252:41515(127.1.158.252:41515)] connecting to peer
23:52:08.357 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.158.254:44847(127.1.158.254:44847)] connecting to peer
23:52:08.361 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.158.252:41515(127.1.158.252:41515)] Successfully connected to peer
23:52:08.368 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.158.253:43541(127.1.158.253:43541)] connecting to peer
23:52:08.373 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.158.254:44847(127.1.158.254:44847)] Successfully connected to peer
23:52:08.374 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.158.253:43541(127.1.158.253:43541)] Successfully connected to peer
23:52:08.386 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.158.252
23:52:08.392 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.158.254
23:52:08.394 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.158.253
23:52:08.432 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:08.439 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:08.446 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:08.448 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9a2bbda0, L:/127.0.0.1:39676 - R:/127.1.158.252:41515] using SASL/PLAIN
23:52:08.450 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x15e8d08f, L:/127.0.0.1:41444 - R:/127.1.158.253:43541] using SASL/PLAIN
23:52:08.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:08.453 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:08.454 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

23:52:08.455 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xd634c4a6, L:/127.0.0.1:56424 - R:/127.1.158.254:44847] using SASL/PLAIN
23:52:08.456 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.468 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.479 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.479 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.484 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.484685  1899 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:08.487 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.494452  1920 catalog_manager.cc:1294] Loaded cluster ID: 4af983f3a47647628aa9e3c58ab54633
23:52:08.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.494565  1920 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: loading cluster ID for follower catalog manager: success
23:52:08.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.496589  1920 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: acquiring CA information for follower catalog manager: success
23:52:08.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.498466  1920 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 3344a9dda49f42fb89a61dafae8fccb8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:08.504 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.513 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:08.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:08.513835  1917 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:08.515 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.515 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.521 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.532 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.543 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.544 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.546279  1938 catalog_manager.cc:1294] Loaded cluster ID: 4af983f3a47647628aa9e3c58ab54633
23:52:08.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.546391  1938 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: loading cluster ID for follower catalog manager: success
23:52:08.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.548925  1938 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: acquiring CA information for follower catalog manager: success
23:52:08.551 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:08.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:08.551852  1938 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 279ad46df464455fada2b055d1e85d2d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:08.553 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

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

23:52:08.878 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.902 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.920 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.920 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.933 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.943 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.952 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.953 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.961 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:08.971 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:08.980 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:08.980 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:08.988 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:08.998 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:08.999 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:09.106 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:09.257 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:09.303 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:09.435 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive16806026478013449047/warehouse/default/table
23:52:09.437 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:09.439 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:09.441 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16806026478013449047/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:09.442 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive16806026478013449047/external-warehouse/table specified for non-external table:table
23:52:09.443 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:09.443 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:09.463 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:09.481 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:09.483 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:09.487 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:09.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.487859  1899 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:09.493 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:09.510 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:09.511 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:09.515 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
23:52:09.515 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:09.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.516446  1917 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:09.517 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

23:52:09.544 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:09.553 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:09.557 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:09.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:09.558363  1935 client.h:372] Failed to connect to Hive Metastore (localhost:33043): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:09.562 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:09.562 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:09.567 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
23:52:09.577 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
23:52:09.586 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
23:52:09.587 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
23:52:09.594 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:09.603 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:09.604 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:09.657 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:09.658 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=282aedbb-275f-4a1a-b8f3-e1f116803292, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.158.252:41515,127.1.158.254:44847,127.1.158.253:43541}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:09.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:09.663 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16806026478013449047/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=282aedbb-275f-4a1a-b8f3-e1f116803292, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.158.252:41515,127.1.158.254:44847,127.1.158.253:43541}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:09.664 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16806026478013449047/external-warehouse/table
23:52:09.679 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:09.688 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:09.690 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:09.700 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:09.711 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:09.711 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:09.718 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:09.726 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:09.727 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:09.766 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:09.766 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:09.766 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@31222892, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9da3d67 will be shutdown
23:52:09.767 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:09.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.766697  1659 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1670
23:52:09.777 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.158.254:44847(127.1.158.254:44847)] handling channelInactive
23:52:09.777 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.158.254:44847(127.1.158.254:44847)] cleaning up while in state READY due to: connection closed
23:52:09.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.777525  1659 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1742
23:52:09.788 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.158.253:43541(127.1.158.253:43541)] handling channelInactive
23:52:09.788 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.158.253:43541(127.1.158.253:43541)] cleaning up while in state READY due to: connection closed
23:52:09.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:09.787698  1659 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 1811
23:52:09.797 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.158.252:41515(127.1.158.252:41515)] handling channelInactive
23:52:09.798 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.158.252:41515(127.1.158.252:41515)] cleaning up while in state READY due to: connection closed
23:52:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:09Z chronyd exiting
.23:52:09.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:09.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:09.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:09.871 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5228118840548537590
23:52:09.872 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:09.872 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:09.874 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:09.874 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:09.874 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:09.875 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:09.876 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:09.877 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:09.877 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:09.878 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:09.879 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
23:52:09.945 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:09.945 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
23:52:09.946 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:09.947 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:09.950 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:09.950 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:09.964 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:09.964 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:09.964 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:09.985 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:09.986 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:09.986 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:09.987 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:09.987 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:09.987 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:10.272 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:10.272 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@410165f7, with PersistenceManager: null will be shutdown
23:52:10.273 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@410165f7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5b20b44b created in the thread with id: 178
23:52:10.274 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:52:10.276 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@410165f7
23:52:10.389 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
23:52:10.413 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:10.443 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
23:52:10.445 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
23:52:10.478 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:10.478 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:10.479 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:10.479 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:10.480 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:52:10.480 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [44129]...
23:52:10.480 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:10.480 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:10.480 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
23:52:10.480 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
23:52:10.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:10.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:10.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:10.876 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:10.877 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44129]
23:52:10.877 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44129) in binary transport mode
23:52:10.877 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44129) current connections: 1
23:52:10.879 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:52:10.879 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:52:10.879 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:10.882 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44129"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:10.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.995972  1998 mini_oidc.cc:150] Starting JWKS server
23:52:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.997726  1998 webserver.cc:534] Webserver started at http://127.0.0.1:42601/ using document root <none> and password file <none>
23:52:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.997898  1998 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:10.998118  1998 webserver.cc:534] Webserver started at http://127.0.0.1:32771/ using document root <none> and password file <none>
23:52:11.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:11.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:11Z Disabled control of system clock
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.013434  1998 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/logs
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data/info.pb
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.190:37311
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.190
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129 with env {}
23:52:11.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.128237  2009 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:11.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.128616  2009 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:11.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.128675  2009 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132558  2009 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132645  2009 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132668  2009 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:11.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132685  2009 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:11.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132704  2009 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:11.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.132719  2009 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42601/jwks.json
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.137004  2009 master_runner.cc:387] Master server non-default flags:
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.190:37311
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data/info.pb
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.190
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2009
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:11.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/logs
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.138278  2009 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:11.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.139587  2009 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:11.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.145998  2015 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.145998  2014 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.146018  2017 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.146368  2009 server_base.cc:1061] running on GCE node
23:52:11.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.147145  2009 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:11.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.148363  2009 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:11.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.149559  2009 hybrid_clock.cc:648] HybridClock initialized: now 1783468331149536 us; error 98 us; skew 500 ppm
23:52:11.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.151649  2009 webserver.cc:534] Webserver started at http://127.1.243.190:36413/ using document root <none> and password file <none>
23:52:11.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.152381  2009 fs_manager.cc:362] Metadata directory not provided
23:52:11.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.152473  2009 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:11.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.152741  2009 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:11.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.154609  2009 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data/instance:
23:52:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f9d96cacdc447c8bbe1a9d6c0619b79"
23:52:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.155224  2009 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal/instance:
23:52:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f9d96cacdc447c8bbe1a9d6c0619b79"
23:52:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.159106  2009 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
23:52:11.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.161674  2023 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.162815  2009 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.162984  2009 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f9d96cacdc447c8bbe1a9d6c0619b79"
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.163147  2009 fs_report.cc:389] FS layout report
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data/data
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.189687  2009 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.190593  2009 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.190840  2009 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:11.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.199116  2075 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.243.190:37311 every 8 connection(s)
23:52:11.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.199134  2009 rpc_server.cc:307] RPC server started. Bound to: 127.1.243.190:37311
23:52:11.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.200466  2009 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/data/info.pb
23:52:11.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.203655  2076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:11.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.207063  2076 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.210556  1998 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2009
23:52:11.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.210726  1998 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-0/wal/instance
23:52:11.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.212584  1998 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/logs
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data/info.pb
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.189:43139
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.189
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129 with env {}
23:52:11.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.220006  2076 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.221004  2026 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.243.189:43139: connect: Connection refused (error 111)
23:52:11.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.221984  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.189:43139: Network error: Client connection negotiation failed: client connection to 127.1.243.189:43139: connect: Connection refused (error 111)
23:52:11.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.271219  2076 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } attempt: 1
23:52:11.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.273005  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.189:43139: Network error: Client connection negotiation failed: client connection to 127.1.243.189:43139: connect: Connection refused (error 111)
23:52:11.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.326395  2079 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:11.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.326725  2079 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:11.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.326795  2079 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330646  2079 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330776  2079 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330811  2079 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330835  2079 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330868  2079 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:11.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.330896  2079 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42601/jwks.json
23:52:11.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.335517  2079 master_runner.cc:387] Master server non-default flags:
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.189:43139
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data/info.pb
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.189
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2079
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/logs
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:11.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.337319  2079 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:11.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.338744  2079 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:11.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.341204  2076 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } attempt: 2
23:52:11.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.343251  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.189:43139: Network error: Client connection negotiation failed: client connection to 127.1.243.189:43139: connect: Connection refused (error 111)
23:52:11.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.345592  2086 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.345592  2088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.345683  2085 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.345927  2079 server_base.cc:1061] running on GCE node
23:52:11.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.346560  2079 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:11.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.347676  2079 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:11.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.348903  2079 hybrid_clock.cc:648] HybridClock initialized: now 1783468331348877 us; error 50 us; skew 500 ppm
23:52:11.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.351240  2079 webserver.cc:534] Webserver started at http://127.1.243.189:33721/ using document root <none> and password file <none>
23:52:11.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.352012  2079 fs_manager.cc:362] Metadata directory not provided
23:52:11.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.352119  2079 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:11.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.352427  2079 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.354337  2079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data/instance:
23:52:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c88376ae55a444baae310eacc61e901"
23:52:11.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.354981  2079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal/instance:
23:52:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c88376ae55a444baae310eacc61e901"
23:52:11.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.359115  2079 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
23:52:11.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.361914  2094 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.363224  2079 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.363418  2079 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c88376ae55a444baae310eacc61e901"
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.363543  2079 fs_report.cc:389] FS layout report
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data/data
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:11.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.391098  2079 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.391983  2079 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.392264  2079 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.401041  2079 rpc_server.cc:307] RPC server started. Bound to: 127.1.243.189:43139
23:52:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.401047  2146 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.243.189:43139 every 8 connection(s)
23:52:11.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.402347  2079 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/data/info.pb
23:52:11.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.406059  2147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.409533  1998 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2079
23:52:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.409643  1998 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-1/wal/instance
23:52:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.409433  2147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.410382  1998 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/logs
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data/info.pb
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.188:36275
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.188
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129 with env {}
23:52:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.421047  2147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.427927  2147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.428884  2095 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.429867  2147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.434428  2076 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } attempt: 3
23:52:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.439349  2076 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.440900  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.472123  2076 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } attempt: 1
23:52:11.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.473840  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.479106  2147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } attempt: 1
23:52:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.480880  2147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.530020  2149 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:11.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.530337  2149 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:11.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.530411  2149 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534211  2149 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534325  2149 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534359  2149 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534385  2149 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534410  2149 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:11.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.534428  2149 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42601/jwks.json
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.538805  2149 master_runner.cc:387] Master server non-default flags:
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.243.148:46305
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44129
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.243.190:37311,127.1.243.189:43139,127.1.243.188:36275
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.243.188:36275
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42601/jwks.json
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data/info.pb
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.243.188
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2149
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/logs
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.540552  2149 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:11.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.541899  2149 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.548420  2157 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.548727  2149 server_base.cc:1061] running on GCE node
23:52:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.548434  2158 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.548447  2160 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.549021  2076 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } attempt: 2
23:52:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.549062  2147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } attempt: 2
23:52:11.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.549896  2149 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:11.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.550724  2147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.551117  2076 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.243.188:36275: Network error: Client connection negotiation failed: client connection to 127.1.243.188:36275: connect: Connection refused (error 111)
23:52:11.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.551160  2149 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:11.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.552371  2149 hybrid_clock.cc:648] HybridClock initialized: now 1783468331552327 us; error 53 us; skew 500 ppm
23:52:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.554900  2149 webserver.cc:534] Webserver started at http://127.1.243.188:38337/ using document root <none> and password file <none>
23:52:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.555703  2149 fs_manager.cc:362] Metadata directory not provided
23:52:11.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.555796  2149 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:11.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.556051  2149 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:11.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.558398  2149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data/instance:
23:52:11.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a"
23:52:11.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.558900  2149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal/instance:
23:52:11.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a"
23:52:11.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.562737  2149 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
23:52:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.565203  2166 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.566475  2149 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.566607  2149 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a"
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:11 on dist-test-slave-lv75"
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.566700  2149 fs_report.cc:389] FS layout report
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal
23:52:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data/data
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:11.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:11.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.579634  2149 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:11.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.580494  2149 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:11.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.580673  2149 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.588725  2149 rpc_server.cc:307] RPC server started. Bound to: 127.1.243.188:36275
23:52:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.588752  2218 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.243.188:36275 every 8 connection(s)
23:52:11.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.589900  2149 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/data/info.pb
23:52:11.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.593045  2219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.596246  2219 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.597568  1998 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2149
23:52:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.597697  1998 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster1487943150476592167/master-2/wal/instance
23:52:11.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.606808  2219 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.611310  2219 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } has no permanent_uuid. Determining permanent_uuid...
23:52:11.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.617942  2219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a: Bootstrap starting.
23:52:11.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.620900  2219 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a: Neither blocks nor log segments found. Creating new log.
23:52:11.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.621767  2219 log.cc:826] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a: Log is configured to *not* fsync() on all Append() calls
23:52:11.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.622731  1998 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:11.623 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:11.623 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:11.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.624162  2219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a: No bootstrap required, opened a new log
23:52:11.624 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.243.190"
      port: 37311
    }
    bound_http_address {
      host: "127.1.243.190"
      port: 36413
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.243.189"
      port: 43139
    }
    bound_http_address {
      host: "127.1.243.189"
      port: 33721
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.243.188"
      port: 36275
    }
    bound_http_address {
      host: "127.1.243.188"
      port: 38337
    }
  }
}

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

23:52:11.625 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:11.626 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:11.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.626884  1998 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2009
23:52:11.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.627588  2219 raft_consensus.cc:359] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f9d96cacdc447c8bbe1a9d6c0619b79" member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } } peers { permanent_uuid: "5c88376ae55a444baae310eacc61e901" member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } } peers { permanent_uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a" member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } }
23:52:11.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.627802  2219 raft_consensus.cc:385] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:11.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.627847  2219 raft_consensus.cc:740] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9156fe7299f48f9bc0f8a6c1d3c7e2a, State: Initialized, Role: FOLLOWER
23:52:11.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.628407  2219 consensus_queue.cc:260] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [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: "1f9d96cacdc447c8bbe1a9d6c0619b79" member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } } peers { permanent_uuid: "5c88376ae55a444baae310eacc61e901" member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } } peers { permanent_uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a" member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } }
23:52:11.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.629047  2224 sys_catalog.cc:455] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [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: "1f9d96cacdc447c8bbe1a9d6c0619b79" member_type: VOTER last_known_addr { host: "127.1.243.190" port: 37311 } } peers { permanent_uuid: "5c88376ae55a444baae310eacc61e901" member_type: VOTER last_known_addr { host: "127.1.243.189" port: 43139 } } peers { permanent_uuid: "d9156fe7299f48f9bc0f8a6c1d3c7e2a" member_type: VOTER last_known_addr { host: "127.1.243.188" port: 36275 } } }
23:52:11.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.629208  2224 sys_catalog.cc:458] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [sys.catalog]: This master's current role is: FOLLOWER
23:52:11.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.630146  2219 sys_catalog.cc:565] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a [sys.catalog]: configured and running, proceeding with master startup.
23:52:11.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.635262  1998 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2079
23:52:11.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.635663  2220 negotiation.cc:336] Failed RPC negotiation. Trace:
23:52:11.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:52:11.634423 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.1.243.190:37311 (local address 127.0.0.1:36176)
23:52:11.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:52:11.634582 (+   159us) negotiation.cc:107] Waiting for socket to connect
23:52:11.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:52:11.634601 (+    19us) client_negotiation.cc:175] Beginning negotiation
23:52:11.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:52:11.634697 (+    96us) client_negotiation.cc:253] Sending NEGOTIATE NegotiatePB request
23:52:11.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0707 23:52:11.634932 (+   235us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.1.243.190:37311: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
23:52:11.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"client-negotiator.queue_time_us":60}
23:52:11.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.638032  2238 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d9156fe7299f48f9bc0f8a6c1d3c7e2a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:11.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.638381  2238 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:11.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.636735  2149 master_runner.cc:187] Error getting master registration for 127.1.243.190:37311: Network error: Client connection negotiation failed: client connection to 127.1.243.190:37311: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
23:52:11.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.639607  2149 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:11.640 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
23:52:11.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:11.641736  2235 client.h:372] Failed to connect to Hive Metastore (localhost:44129): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
23:52:11.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:11.642730  1998 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2149
23:52:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:11Z chronyd exiting
.23:52:11.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:11.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:11.694 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:11.717 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4539937160422860373
23:52:11.719 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
23:52:11.719 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
23:52:11.722 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:11.722 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:11.723 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
23:52:11.723 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
23:52:11.725 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
23:52:11.725 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
23:52:11.726 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
23:52:11.726 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
23:52:11.727 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
23:52:11.787 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:11.788 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
23:52:11.788 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
23:52:11.790 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
23:52:11.792 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
23:52:11.793 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
23:52:11.807 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
23:52:11.808 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
23:52:11.808 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
23:52:11.829 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:11.830 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:11.831 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:11.831 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:11.832 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:11.832 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
23:52:12.069 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
23:52:12.069 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32, with PersistenceManager: null will be shutdown
23:52:12.070 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73526b1d created in the thread with id: 202
23:52:12.071 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
23:52:12.073 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@99dec32
23:52:12.168 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
23:52:12.183 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
23:52:12.207 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
23:52:12.209 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
23:52:12.236 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
23:52:12.237 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
23:52:12.237 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
23:52:12.237 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
23:52:12.238 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
23:52:12.238 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [38943]...
23:52:12.238 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
23:52:12.238 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
23:52:12.238 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
23:52:12.238 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
23:52:12.720 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
23:52:12.721 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
23:52:12.721 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
23:52:12.723 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
23:52:12.724 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38943]
23:52:12.724 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38943) in binary transport mode
23:52:12.724 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38943) current connections: 1
23:52:12.726 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskY35Loy/test-tmp
23:52:12.726 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
23:52:12.726 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskY35Loy/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
23:52:12.730 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

23:52:12.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.844079  2264 mini_oidc.cc:150] Starting JWKS server
23:52:12.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.846007  2264 webserver.cc:534] Webserver started at http://127.0.0.1:35447/ using document root <none> and password file <none>
23:52:12.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.846243  2264 mini_oidc.cc:186] Starting OIDC Discovery server
23:52:12.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.846560  2264 webserver.cc:534] Webserver started at http://127.0.0.1:32799/ using document root <none> and password file <none>
23:52:12.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:12Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
23:52:12.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:12Z Disabled control of system clock
23:52:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.861603  2264 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal
23:52:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/logs
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data/info.pb
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.62:40891
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.62
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json with env {}
23:52:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.972376  2276 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.972657  2276 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.972707  2276 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976392  2276 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976478  2276 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976500  2276 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976554  2276 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976585  2276 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.976606  2276 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35447/jwks.json
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.981109  2276 master_runner.cc:387] Master server non-default flags:
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.62:40891
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data/info.pb
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.62
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2276
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:12.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/logs
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.982507  2276 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:12.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.984061  2276 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.990393  2284 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.990410  2281 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:12.990412  2282 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.990483  2276 server_base.cc:1061] running on GCE node
23:52:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.991540  2276 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:12.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.992650  2276 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:12.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.993824  2276 hybrid_clock.cc:648] HybridClock initialized: now 1783468332993829 us; error 90 us; skew 500 ppm
23:52:12.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.995923  2276 webserver.cc:534] Webserver started at http://127.2.54.62:42131/ using document root <none> and password file <none>
23:52:12.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.996585  2276 fs_manager.cc:362] Metadata directory not provided
23:52:12.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.996656  2276 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:12.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.996845  2276 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:12.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.998582  2276 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data/instance:
23:52:12.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "082e01dfd5cb470dac246f4f3d4d9627"
23:52:12.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:12 on dist-test-slave-lv75"
23:52:12.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:12.999068  2276 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal/instance:
23:52:12.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "082e01dfd5cb470dac246f4f3d4d9627"
23:52:12.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:12 on dist-test-slave-lv75"
23:52:13.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.003362  2276 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
23:52:13.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.006043  2290 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.007406  2276 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.007568  2276 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "082e01dfd5cb470dac246f4f3d4d9627"
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:12 on dist-test-slave-lv75"
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.007696  2276 fs_report.cc:389] FS layout report
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal
23:52:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data/data
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:13.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.028581  2276 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:13.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.029471  2276 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:13.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.029716  2276 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:13.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.038059  2276 rpc_server.cc:307] RPC server started. Bound to: 127.2.54.62:40891
23:52:13.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.038075  2342 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.54.62:40891 every 8 connection(s)
23:52:13.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.039357  2276 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/data/info.pb
23:52:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.042553  2343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:13.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.045845  2343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.048594  2264 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2276
23:52:13.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.048736  2264 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-0/wal/instance
23:52:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.050541  2264 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal
23:52:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data
23:52:13.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/logs
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data/info.pb
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.61:41243
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.61
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json with env {}
23:52:13.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.058998  2343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.060094  2294 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.54.61:41243: connect: Connection refused (error 111)
23:52:13.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.061213  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.61:41243: Network error: Client connection negotiation failed: client connection to 127.2.54.61:41243: connect: Connection refused (error 111)
23:52:13.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.110478  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } attempt: 1
23:52:13.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.112314  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.61:41243: Network error: Client connection negotiation failed: client connection to 127.2.54.61:41243: connect: Connection refused (error 111)
23:52:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.169523  2347 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.169795  2347 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.169844  2347 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:13.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173542  2347 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173635  2347 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173657  2347 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173676  2347 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173696  2347 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.173712  2347 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35447/jwks.json
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.178264  2347 master_runner.cc:387] Master server non-default flags:
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.61:41243
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data/info.pb
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.61
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2347
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/logs
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.179584  2347 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:13.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.180510  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } attempt: 2
23:52:13.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.180962  2347 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:13.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.182224  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.61:41243: Network error: Client connection negotiation failed: client connection to 127.2.54.61:41243: connect: Connection refused (error 111)
23:52:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.187393  2353 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.187382  2356 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.187422  2354 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.187567  2347 server_base.cc:1061] running on GCE node
23:52:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.188671  2347 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.189812  2347 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:13.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.191020  2347 hybrid_clock.cc:648] HybridClock initialized: now 1783468333190979 us; error 60 us; skew 500 ppm
23:52:13.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.193313  2347 webserver.cc:534] Webserver started at http://127.2.54.61:43529/ using document root <none> and password file <none>
23:52:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.194322  2347 fs_manager.cc:362] Metadata directory not provided
23:52:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.194444  2347 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.194706  2347 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.197094  2347 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data/instance:
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a28257d42cd149d7a22bf0fa954369e5"
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.197652  2347 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal/instance:
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a28257d42cd149d7a22bf0fa954369e5"
23:52:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.201629  2347 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
23:52:13.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.204015  2362 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.205336  2347 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.205514  2347 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a28257d42cd149d7a22bf0fa954369e5"
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.205651  2347 fs_report.cc:389] FS layout report
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data/data
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:13.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.220253  2347 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:13.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.221191  2347 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:13.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.221424  2347 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:13.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.230085  2347 rpc_server.cc:307] RPC server started. Bound to: 127.2.54.61:41243
23:52:13.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.230085  2414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.54.61:41243 every 8 connection(s)
23:52:13.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.231349  2347 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/data/info.pb
23:52:13.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.234586  2415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:13.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.237701  2264 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2347
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.237836  2264 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-1/wal/instance
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.237871  2415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.238495  2264 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskY35Loy/build/debug/bin/kudu
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
23:52:13.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/logs
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data/info.pb
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.60:45551
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.60
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:13.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:13.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:13.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json with env {}
23:52:13.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.249447  2415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.256671  2415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.257758  2364 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.258908  2415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.273401  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } attempt: 3
23:52:13.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.278275  2343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.279688  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.308166  2415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 1
23:52:13.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.309919  2415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.310900  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 1
23:52:13.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.312429  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.360803  2417 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
23:52:13.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.361058  2417 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
23:52:13.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.361112  2417 flags.cc:432] Enabled unsafe flag: --never_fsync=true
23:52:13.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364720  2417 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
23:52:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364794  2417 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
23:52:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364815  2417 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
23:52:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364835  2417 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
23:52:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364853  2417 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
23:52:13.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.364867  2417 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35447/jwks.json
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.369176  2417 master_runner.cc:387] Master server non-default flags:
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.54.20:35865
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.54.62:40891,127.2.54.61:41243,127.2.54.60:45551
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.54.60:45551
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35447/jwks.json
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
23:52:13.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data/info.pb
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.54.60
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2417
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/logs
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 66915500c9e327897c442aea7b3936de4ff5c319
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 07 Jul 2026 23:36:33 UTC on bdcb31816ec0
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16833
23:52:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.370417  2417 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
23:52:13.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.371583  2417 file_cache.cc:492] Constructed file cache file cache with capacity 419430
23:52:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.377645  2426 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.377648  2428 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.377871  2417 server_base.cc:1061] running on GCE node
23:52:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.377648  2425 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
23:52:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.378093  2415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 2
23:52:13.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.378887  2417 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
23:52:13.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.379616  2415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.380029  2417 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
23:52:13.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.381207  2417 hybrid_clock.cc:648] HybridClock initialized: now 1783468333381171 us; error 48 us; skew 500 ppm
23:52:13.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.383167  2417 webserver.cc:534] Webserver started at http://127.2.54.60:33735/ using document root <none> and password file <none>
23:52:13.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.383818  2417 fs_manager.cc:362] Metadata directory not provided
23:52:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.383912  2417 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
23:52:13.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.384168  2417 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.385973  2417 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data/instance:
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1987d3364d2643c3b935ee608f9cfbd7"
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.386577  2417 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal/instance:
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1987d3364d2643c3b935ee608f9cfbd7"
23:52:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.387624  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 2
23:52:13.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.389142  2343 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.54.60:45551: Network error: Client connection negotiation failed: client connection to 127.2.54.60:45551: connect: Connection refused (error 111)
23:52:13.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.390681  2417 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
23:52:13.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.392990  2434 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.394228  2417 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.394340  2417 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data,/tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1987d3364d2643c3b935ee608f9cfbd7"
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-07 23:52:13 on dist-test-slave-lv75"
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.394429  2417 fs_report.cc:389] FS layout report
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data/data
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
23:52:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
23:52:13.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.416831  2417 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
23:52:13.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.417598  2417 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
23:52:13.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.417761  2417 kserver.cc:163] Server-wide thread pool size limit: 3276
23:52:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.426160  2417 rpc_server.cc:307] RPC server started. Bound to: 127.2.54.60:45551
23:52:13.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.426194  2486 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.54.60:45551 every 8 connection(s)
23:52:13.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.427268  2417 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/data/info.pb
23:52:13.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.430474  2487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
23:52:13.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.433878  2487 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.435753  2264 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskY35Loy/build/debug/bin/kudu as pid 2417
23:52:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.435884  2264 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskY35Loy/test-tmp/mini-kudu-cluster7704487088678147297/master-2/wal/instance
23:52:13.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.444536  2487 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.448874  2487 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } has no permanent_uuid. Determining permanent_uuid...
23:52:13.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.456192  2487 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: Bootstrap starting.
23:52:13.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.458814  2487 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: Neither blocks nor log segments found. Creating new log.
23:52:13.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.459735  2487 log.cc:826] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: Log is configured to *not* fsync() on all Append() calls
23:52:13.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.461760  2487 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: No bootstrap required, opened a new log
23:52:13.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.462296  2264 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
23:52:13.463 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:13.463 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

23:52:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.465399  2487 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.465642  2487 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.465708  2487 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1987d3364d2643c3b935ee608f9cfbd7, State: Initialized, Role: FOLLOWER
23:52:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.466285  2487 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.464 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.54.62"
      port: 40891
    }
    bound_http_address {
      host: "127.2.54.62"
      port: 42131
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.54.61"
      port: 41243
    }
    bound_http_address {
      host: "127.2.54.61"
      port: 43529
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.54.60"
      port: 45551
    }
    bound_http_address {
      host: "127.2.54.60"
      port: 33735
    }
  }
}

23:52:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.466943  2493 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.467 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

23:52:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.467218  2493 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.467 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
23:52:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.467900  2487 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: configured and running, proceeding with master startup.
23:52:13.468 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=698405db-3f61-4ca1-bb36-c842bea579c7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.54.60:45551,127.2.54.61:41243,127.2.54.62:40891}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
23:52:13.469 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
23:52:13.470 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
23:52:13.470 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: null will be shutdown
23:52:13.470 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 created in the thread with id: 223
23:52:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.470805  2415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 3
23:52:13.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.474409  2504 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:13.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.474778  2504 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:13.476 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c
23:52:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.475919  2417 master_runner.cc:187] Error getting master registration for 127.2.54.62:40891: OK, instance_id { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" instance_seqno: 1783468333035565 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.478395  2417 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.484550  2415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: Bootstrap starting.
23:52:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.487967  2415 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: Neither blocks nor log segments found. Creating new log.
23:52:13.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.488332  2343 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } attempt: 3
23:52:13.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.489372  2415 log.cc:826] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: Log is configured to *not* fsync() on all Append() calls
23:52:13.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.496440  2343 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: Bootstrap starting.
23:52:13.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.499094  2343 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: Neither blocks nor log segments found. Creating new log.
23:52:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.500488  2343 log.cc:826] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: Log is configured to *not* fsync() on all Append() calls
23:52:13.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.503087  2343 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: No bootstrap required, opened a new log
23:52:13.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.507860  2343 raft_consensus.cc:359] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.508392  2343 raft_consensus.cc:385] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:13.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.508632  2343 raft_consensus.cc:740] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 082e01dfd5cb470dac246f4f3d4d9627, State: Initialized, Role: FOLLOWER
23:52:13.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.509357  2343 consensus_queue.cc:260] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.509703  2415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: No bootstrap required, opened a new log
23:52:13.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.511108  2343 sys_catalog.cc:565] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: configured and running, proceeding with master startup.
23:52:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.514340  2415 raft_consensus.cc:359] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.514565  2415 raft_consensus.cc:385] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
23:52:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.514628  2415 raft_consensus.cc:740] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a28257d42cd149d7a22bf0fa954369e5, State: Initialized, Role: FOLLOWER
23:52:13.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.515184  2415 consensus_queue.cc:260] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.516616  2415 sys_catalog.cc:565] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: configured and running, proceeding with master startup.
23:52:13.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.518517  2519 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:13.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.518812  2519 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.517104  2276 master_runner.cc:187] Error getting master registration for 127.2.54.61:41243: OK, instance_id { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" instance_seqno: 1783468333227671 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
23:52:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.519440  2276 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:13.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.525748  2532 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
23:52:13.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.525868  2532 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
23:52:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.526513  2520 sys_catalog.cc:455] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.526648  2520 sys_catalog.cc:458] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.526881  2508 sys_catalog.cc:455] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.527006  2508 sys_catalog.cc:458] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.529927  2347 master_runner.cc:264] No leader master found from master a28257d42cd149d7a22bf0fa954369e5
23:52:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.530016  2347 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
23:52:13.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260707 23:52:13.531298  2296 tablet.cc:2406] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: Can't schedule compaction. Clean time has not been advanced past its initial value.
23:52:13.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.532266  2520 raft_consensus.cc:493] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
23:52:13.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.532635  2520 raft_consensus.cc:515] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.534503  2317 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a28257d42cd149d7a22bf0fa954369e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "082e01dfd5cb470dac246f4f3d4d9627" is_pre_election: true
23:52:13.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.534821  2317 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a28257d42cd149d7a22bf0fa954369e5 in term 0.
23:52:13.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.535594  2364 leader_election.cc:304] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [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: 082e01dfd5cb470dac246f4f3d4d9627, a28257d42cd149d7a22bf0fa954369e5; no voters: 
23:52:13.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.536878  2461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a28257d42cd149d7a22bf0fa954369e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1987d3364d2643c3b935ee608f9cfbd7" is_pre_election: true
23:52:13.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.537178  2461 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a28257d42cd149d7a22bf0fa954369e5 in term 0.
23:52:13.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.537806  2520 leader_election.cc:290] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 082e01dfd5cb470dac246f4f3d4d9627 (127.2.54.62:40891), 1987d3364d2643c3b935ee608f9cfbd7 (127.2.54.60:45551)
23:52:13.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.538211  2520 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
23:52:13.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.538403  2520 raft_consensus.cc:493] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
23:52:13.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.538573  2520 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 0 FOLLOWER]: Advancing to term 1
23:52:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.539893  2520 raft_consensus.cc:515] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.540915  2317 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a28257d42cd149d7a22bf0fa954369e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "082e01dfd5cb470dac246f4f3d4d9627"
23:52:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.541059  2317 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 0 FOLLOWER]: Advancing to term 1
23:52:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.542285  2317 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a28257d42cd149d7a22bf0fa954369e5 in term 1.
23:52:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.543017  2364 leader_election.cc:304] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [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: 082e01dfd5cb470dac246f4f3d4d9627, a28257d42cd149d7a22bf0fa954369e5; no voters: 
23:52:13.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.543848  2461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a28257d42cd149d7a22bf0fa954369e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1987d3364d2643c3b935ee608f9cfbd7"
23:52:13.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.543989  2461 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 0 FOLLOWER]: Advancing to term 1
23:52:13.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.545228  2461 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a28257d42cd149d7a22bf0fa954369e5 in term 1.
23:52:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.545951  2520 leader_election.cc:290] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [CANDIDATE]: Term 1 election: Requested vote from peers 082e01dfd5cb470dac246f4f3d4d9627 (127.2.54.62:40891), 1987d3364d2643c3b935ee608f9cfbd7 (127.2.54.60:45551)
23:52:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.546310  2520 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 1 FOLLOWER]: Leader election won for term 1
23:52:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.546523  2520 raft_consensus.cc:697] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [term 1 LEADER]: Becoming Leader. State: Replica: a28257d42cd149d7a22bf0fa954369e5, State: Running, Role: LEADER
23:52:13.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.547020  2520 consensus_queue.cc:237] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [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: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } }
23:52:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.549252  2520 sys_catalog.cc:455] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a28257d42cd149d7a22bf0fa954369e5. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.549629  2520 sys_catalog.cc:458] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: This master's current role is: LEADER
23:52:13.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.551635  2536 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
23:52:13.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.552938  2536 catalog_manager.cc:1519] Initializing Kudu cluster ID...
23:52:13.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.559454  2461 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [term 1 FOLLOWER]: Refusing update from remote peer a28257d42cd149d7a22bf0fa954369e5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:13.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.560609  2520 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:13.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.565433  2493 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a28257d42cd149d7a22bf0fa954369e5. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.565589  2493 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.567205  2317 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [term 1 FOLLOWER]: Refusing update from remote peer a28257d42cd149d7a22bf0fa954369e5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
23:52:13.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.568189  2520 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
23:52:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.573171  2508 sys_catalog.cc:455] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a28257d42cd149d7a22bf0fa954369e5. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.573328  2508 sys_catalog.cc:458] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.579607  2520 sys_catalog.cc:455] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.579762  2520 sys_catalog.cc:458] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: This master's current role is: LEADER
23:52:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.581772  2508 sys_catalog.cc:455] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.581941  2508 sys_catalog.cc:458] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.582813  2537 mvcc.cc:204] Tried to move back new op lower bound from 7305086294249697280 to 7305086294212919296. Current Snapshot: MvccSnapshot[applied={T|T < 7305086294249697280}]
23:52:13.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.583177  2540 mvcc.cc:204] Tried to move back new op lower bound from 7305086294249697280 to 7305086294212919296. Current Snapshot: MvccSnapshot[applied={T|T < 7305086294249697280}]
23:52:13.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.586660  2534 sys_catalog.cc:455] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.586841  2534 sys_catalog.cc:458] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5 [sys.catalog]: This master's current role is: LEADER
23:52:13.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.588330  2493 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a28257d42cd149d7a22bf0fa954369e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "082e01dfd5cb470dac246f4f3d4d9627" member_type: VOTER last_known_addr { host: "127.2.54.62" port: 40891 } } peers { permanent_uuid: "a28257d42cd149d7a22bf0fa954369e5" member_type: VOTER last_known_addr { host: "127.2.54.61" port: 41243 } } peers { permanent_uuid: "1987d3364d2643c3b935ee608f9cfbd7" member_type: VOTER last_known_addr { host: "127.2.54.60" port: 45551 } } }
23:52:13.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.588464  2493 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7 [sys.catalog]: This master's current role is: FOLLOWER
23:52:13.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.589768  2538 mvcc.cc:204] Tried to move back new op lower bound from 7305086294249697280 to 7305086294212919296. Current Snapshot: MvccSnapshot[applied={T|T < 7305086294249697280}]
23:52:13.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.595923  2536 catalog_manager.cc:1382] Generated new cluster ID: ab0d8181a2f4424797eedd7f22403419
23:52:13.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.596024  2536 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
23:52:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.640888  2536 catalog_manager.cc:1405] Generated new certificate authority record
23:52:13.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.642424  2536 catalog_manager.cc:1539] Loading token signing keys...
23:52:13.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.662310  2536 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a28257d42cd149d7a22bf0fa954369e5: Generated new TSK 0
23:52:13.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:13.663341  2536 catalog_manager.cc:1549] Initializing in-progress tserver states...
23:52:13.863 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:13.870 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:13.870 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:13.939 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
23:52:13.944 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4539937160422860373/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=698405db-3f61-4ca1-bb36-c842bea579c7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.54.60:45551,127.2.54.61:41243,127.2.54.62:40891}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
23:52:13.945 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4539937160422860373/external-warehouse/table
23:52:14.004 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
23:52:14.006 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
23:52:14.009 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.54.60:45551(127.2.54.60:45551)] connecting to peer
23:52:14.010 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.54.61:41243(127.2.54.61:41243)] connecting to peer
23:52:14.011 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.54.60:45551(127.2.54.60:45551)] Successfully connected to peer
23:52:14.015 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.54.60
23:52:14.016 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.54.61:41243(127.2.54.61:41243)] Successfully connected to peer
23:52:14.016 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.54.62:40891(127.2.54.62:40891)] connecting to peer
23:52:14.019 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.54.61
23:52:14.022 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.54.62:40891(127.2.54.62:40891)] Successfully connected to peer
23:52:14.026 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.54.62
23:52:14.040 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:14.050 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:14.055 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
23:52:14.055 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7ae4e7d6, L:/127.0.0.1:44012 - R:/127.2.54.61:41243] using SASL/PLAIN
23:52:14.059 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xa1394b3a, L:/127.0.0.1:58604 - R:/127.2.54.62:40891] using SASL/PLAIN
23:52:14.060 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
23:52:14.065 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4ac559ee, L:/127.0.0.1:55654 - R:/127.2.54.60:45551] using SASL/PLAIN
23:52:14.098 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:14.134 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:14.136 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
23:52:14.145 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
23:52:14.189 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
23:52:14.189 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
23:52:14.293 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
23:52:14.320 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
23:52:14.321 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
23:52:14.460 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:14.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.476670  2504 catalog_manager.cc:1294] Loaded cluster ID: ab0d8181a2f4424797eedd7f22403419
23:52:14.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.476768  2504 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: loading cluster ID for follower catalog manager: success
23:52:14.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.479285  2504 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: acquiring CA information for follower catalog manager: success
23:52:14.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.480875  2504 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1987d3364d2643c3b935ee608f9cfbd7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:14.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.520612  2519 catalog_manager.cc:1294] Loaded cluster ID: ab0d8181a2f4424797eedd7f22403419
23:52:14.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.520705  2519 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: loading cluster ID for follower catalog manager: success
23:52:14.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.523191  2519 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: acquiring CA information for follower catalog manager: success
23:52:14.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.524722  2519 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 082e01dfd5cb470dac246f4f3d4d9627: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
23:52:14.617 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:14.686 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
23:52:14.821 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
23:52:14.822 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
23:52:14.822 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
23:52:14.823 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 will be shutdown
23:52:14.823 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
23:52:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.823136  2264 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2276
23:52:14.831 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.54.62:40891(127.2.54.62:40891)] handling channelInactive
23:52:14.831 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.54.62:40891(127.2.54.62:40891)] cleaning up while in state READY due to: connection closed
23:52:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.833106  2264 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2347
23:52:14.841 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.54.61:41243(127.2.54.61:41243)] handling channelInactive
23:52:14.841 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.54.61:41243(127.2.54.61:41243)] cleaning up while in state READY due to: connection closed
23:52:14.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260707 23:52:14.841404  2264 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskY35Loy/build/debug/bin/kudu with pid 2417
23:52:14.849 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.54.60:45551(127.2.54.60:45551)] handling channelInactive
23:52:14.850 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.54.60:45551(127.2.54.60:45551)] cleaning up while in state READY due to: connection closed
23:52:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-07T23:52:14Z chronyd exiting

Time: 26.851

OK (6 tests)

