tokers commented on issue #5341:
URL: https://github.com/apache/apisix/issues/5341#issuecomment-952713891


   This is an expected behavior, since all write operations are implemented by 
the "compare and swap" mechanism, so if the object was changed before the 
current operation submitted, the operation will be aborted.
   
   We don't have a retry in the Admin API, so now the solution will be jitter 
your client calls so that they won't be launched simultaneously.


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