ruojieranyishen opened a new pull request, #2380:
URL: https://github.com/apache/incubator-pegasus/pull/2380

   https://github.com/apache/incubator-pegasus/issues/2379.
   
   This PR introduces a new configuration option 
`duplication_unsafe_allow_non_idempotent` to enable non-idempotent write 
operations (incr, check_and_set, check_and_mutate) during cluster duplication. 
Previously, these operations were rejected when duplication was enabled to 
ensure data consistency. However, production environments require flexibility 
to allow such writes with proper monitoring.
   
   The change adds:
   - New config flag `duplication_unsafe_allow_non_idempotent`
   - Support for handling non-idempotent RPCs in mutation duplicator
   - New metrics: `dup_unsafe_received_non_idempotent_duplicate_request` and
     `dup_retry_non_idempotent_duplicate_request`


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to