can

Results 25 issues of 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...

kind:bug
priority:major

### 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....

Type: bug

### 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....

type:bug
stale

### 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...

type:bug

### 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...

type:bug

## 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....

module:ams-server

## 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...

module:ams-server
module:common

## 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...

module:ams-server
module:common

## 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...

module:ams-server
module:common

## 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...

module:ams-server
module:ams-optimizer
module:common