youngyjd opened a new issue, #8759:
URL: https://github.com/apache/gravitino/issues/8759

   ### What would you like to be improved?
   
   
https://github.com/apache/gravitino/blob/68142fa2c1333e1fcbc4a663ebc94d648a980eb6/core/src/main/java/org/apache/gravitino/storage/relational/service/TableMetaService.java#L156
   
   When two concurrent requests updating the table_properties at the same time, 
there is a race condition that the later request can overwrite the change in 
the first request. 
   
   We need to:
   
   - Bump table version for table_properties update
   - Auto retry with slight exponential backoff when 0 row is updated
   
   ### How should we improve?
   
   _No response_


-- 
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