loserwang1024 opened a new issue, #2746: URL: https://github.com/apache/fluss/issues/2746
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.8.0 (latest release) ### Please describe the bug 🐞 Currently, RecordAccumulator#getReadyDeque is based on (table name , parititon name, bucket id). However , if a table `a` is removed, and recreate a new table aslo named `a` , then old request for old table will be sent to new table. ### Solution Before sent , check whether table id is changed. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
