Drop a table during log scanner scan records should fail the scanner
Open
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar.
### Motivation
1: start log scanner to scan a table
2: drop table
3: the scanner won't fail and log warning forever:
```
Received unknown table or bucket error in fetch for bucket TableBucket{tableId=29, bucket=0}
```
Actually I expect the log scanner can fail if found the table not exists any more.
### Solution
_No response_
### Anything else?
_No response_
### Willingness to contribute
- [ ] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.