+| Operation pending for group snapshot | 10 ABORTED | Indicates that there is already an operation pending for the a group snapshot with the exact same parameters. In general the CO is responsible for ensuring that there is no more than one call "in-flight" per group snapshot at a given time. However, in some circumstances, the CO MAY lose state (for example when the CO crashes and restarts), and MAY issue multiple calls simultaneously for the same group snapshot. The Plugin, SHOULD handle this as gracefully as possible, and MAY return this error code to reject secondary calls. | Caller SHOULD ensure that there are no other calls pending for the same group snapshot, and then retry with exponential back off. |
0 commit comments