vigneshio opened a new issue, #4729:
URL: https://github.com/apache/polaris/issues/4729

   Follow-up from #4646.
   
   When two rename operations happen at the same time, Polaris currently 
returns HTTP 503 (TARGET_ENTITY_CONCURRENTLY_MODIFIED). While this works, 503 
usually means the server is unavailable and may cause clients or proxies to 
apply unnecessary backoff.
   
   A better approach would be to retry conflicting rename operations on the 
server side so that temporary conflicts can be resolved automatically instead 
of returning an error to the client.
   
   References:
   
   * PR: https://github.com/apache/polaris/pull/4646
   * Dev discussion: 
https://lists.apache.org/thread/tr8zh8121t2jb41s0q2yd9s73y2tp2tq
   


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