loserwang1024 opened a new issue, #2192:
URL: https://github.com/apache/fluss/issues/2192

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Description
   
   Currently, in fluss server 
   ```java
   if (schemaIdOfNewData > latestSchemaId || schemaIdOfNewData < 0) {
                           // TODO: we may need to support retriable exception 
here
                           throw new SchemaNotExistException(
                                   "Invalid schema id: "
                                           + schemaIdOfNewData
                                           + ", latest schema id: "
                                           + latestSchemaId);
                       }
   ```
   If metadata is not sync to tablet server, writer use newer schema to read 
data, will throw SchemaNotExistException.
   
   ### Willingness to contribute
   
   - [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]

Reply via email to