Search before asking
Fluss version
main (development)
Please describe the bug 🐞
When CoordinatorService.prepareLakeTableSnapshot fails, it sets the error code on the response but not table_id, and doesn't log the exception.
The tiering committer reads table_id before the error code, so it dies with IllegalStateException: Field 'table_id' is not set, hiding the real failure.
Solution
No response
Are you willing to submit a PR?
Search before asking
Fluss version
main (development)
Please describe the bug 🐞
When CoordinatorService.prepareLakeTableSnapshot fails, it sets the error code on the response but not table_id, and doesn't log the exception.
The tiering committer reads table_id before the error code, so it dies with IllegalStateException: Field 'table_id' is not set, hiding the real failure.
Solution
No response
Are you willing to submit a PR?