can
can
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no...
### Describe the bug, including details regarding any error messages, version, and platform. When using iceberg, we encountered a situation where a parquet file we wrote could not be read....
### What happened? If a TaskManager in the optimizer restarts due to OOM, the resources displayed in the resource group on the Amoro-UI are incorrect.as shown in the following figure....
### What happened? Optimization records cannot be seen in some table details on Amoro UI In fact, these tables have triggered optimization tasks The default expiration time of data is...
### What happened? TaskRuntime.stateLock and TableOptimizingProcess.lock can cause deadlocks.This can cause tables in a certain resource group to malfunction, and OptimizerKeeper will also fail to function properly. Thread1: Holding: 0x000000059a732858...
## Why are the changes needed? TaskRuntime.stateLock and TableOptimizingProcess.lock can cause deadlocks.This can cause tables in a certain resource group to malfunction, and OptimizerKeeper will also fail to function properly....
## Why are the changes needed? In master-slave mode, each optimizer needs to communicate with each ams node. Therefore, the registration mode of the optimizer needs to be modified in...
## Why are the changes needed? In DefaultTable Service, it is compatible with master-slave mode. In master-slave mode, it is necessary to load tables from catalog, determine the addition and...
## Why are the changes needed? The HighAvailabilityContainer adds a node registration function. In master-slave mode, each AMS node, after startup, needs to elect a master through ZooKeeper and register...
## Why are the changes needed? In master-slave mode, requests from the slave node's OpenAPI will be automatically forwarded to the master node. Close #3963. ## Brief change log Add...