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

   ### What problem does this PR solve? <!--add issue link with summary if 
exists-->
   #1907
   
   ### What is changed and how does it work?
   1. Change the judgment logic in the writing process, and configure it to 
allow non-idempotent operations in the master cluster.
   2. Modify the logic of the specified mutation committer in prepare_list
   3. Add configuration items and add them to the replica side to modify them 
through the server-config of admin-cli.
   4. Add the parsing logic after the backup cluster receives the packaged RPC 
of duplication.
   5. Add the logic for the master cluster to obtain relevant non-idempotent 
RPC from the plog
   6. Add the metric index of dup non-idempotent write QPS
   
   
   ##### Tests <!-- At least one of them must be included. -->
   - Unit test
   - Manual test (add detailed scripts or steps below)
   
   when user want to force dup non-idempotent mutations. Type following command 
in admin-cli:
   ```
   server-config replica force_send_no_idempotent_when_duplication set true
   ```
   
   
   


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