Tianhang

Results 12 issues of Tianhang

### What changes were proposed in this pull request? Add Dockerfile for Compile Gravitino using Docker ### Why are the changes needed? Gravitino community need to provide Docker images of...

### What would you like to be improved? Issue Description There is a current limitation in the gravitino_server_http_request_duration_seconds{operation="xxx", quantile="0.xx"} metrics within Gravitino. If an operation is not called for a...

improvement

### Describe the feature At present, Gravitino only provides APIs for precisely querying the details of an entity based on a specific NameIdentifier (such as getTable, getPartition, loadFileset, etc.), but...

feature

### What would you like to be improved? Currently, for Gravitino's audit logs, there is no concept of traceId that runs through the entire user request, processing, and response return....

improvement

### What changes were proposed in this pull request? Add 2 user properties: gravitino.entity.store.relational.max.total.connection gravitino.entity.store.relational.max.wait.millis ### Why are the changes needed? To support users to configure JDBC connection pool parameters...

### What changes were proposed in this pull request? Filters out any entries with null keys/values before collection, to prevent potential NullPointerExceptions when accessing entries ### Why are the changes...

### Version main branch ### Describe what's wrong **API:** /api//metalakes/metalake01/catalogs/kafkaCatalog01/schemas/default/topics/xxxxxx **Reason:** Due to the cancellation of the operation to reload the topic to fill in its other properties after the...

bug

### Describe the subtask This issue focuses on adding model properties update operation support for model alteration. The work should include: 1. Add ModelChange API interface for properties modification 2....

subtask

### Describe the subtask This issue targets to add model comment update operation support for model alteration. The work should include: 1. Add ModelChange API interface for comment modification 2....

subtask

### What would you like to be improved? Currently, many parameters of the MySQL backend connection pool used by Gravitino, such as maxConnectCount and maxIdleConnect, are not configurable, and no...

improvement