Bharath Krishna

Results 5 issues of Bharath Krishna

Dear Gobblin maintainers, Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below! ### JIRA - [ ] My...

### What changes were proposed in this pull request? - Use getMappedPort() instead of hardcoded PG_PORT for proper Docker port mapping - Replace getContainerIpAddress() with container.getHost() for host accessibility -...

### Version main branch ### Describe what's wrong PostgreSQL integration tests fail to connect to the container because the code uses internal container networking instead of host-mapped ports. **Issue:** -...

improvement

### What changes were proposed in this pull request? This PR adds observability for Iceberg client operations by bridging Iceberg's metrics reporting to Gravitino's MetricsSystem. Key Changes: IcebergClientMetricsSource: New metrics...

### What would you like to be improved? Currently, when the Iceberg REST server receives metrics from clients via the `/v1/{prefix}/namespaces/{namespace}/tables/{table}/metrics` endpoint, they are silently dropped if metricsStore is set...

improvement