ninsmiracle

Results 34 comments of ninsmiracle

> @ninsmiracle Thanks for the contribution! > > This pull request mention "slog" but I didn't see how does slog been operated in the patch, could you please describe the...

This PR's base function is in line with expectations , however I was requested by business department to add more matrix for surveillance system about this feature. I will update...

Now , when user config `force_send_no_idempotent_when_duplication` to true . We can dup non-idempotent write to backup cluster , and we can verify the data consistency by check the number rows...

> What's the relationship between the newly added config and `duplicate_log_batch_bytes`? `duplicate_log_batch_bytes` is the batch size you can set,always set to 4096. The 'newly' added config `max_allowed_write_size` is the max...

> > > What's the relationship between the newly added config and `duplicate_log_batch_bytes`? > > > > > > `duplicate_log_batch_bytes` is the batch size you can set,always set to 4096....

> Is it necessary to add the new config? Can the issue be resolved by adjust `duplicate_log_batch_bytes` on master cluster or `max_allowed_write_size` on backup cluster? If the maintainer of the...

> Is it necessary to add the new config? Can the issue be resolved by adjust `duplicate_log_batch_bytes` on master cluster or `max_allowed_write_size` on backup cluster? The same purpose can be...

> ponding limits? good idea ! I will resubmit this pr in rpc related logic later~

> Member This is exactly the problem. In `pegasus_manual_compact_service::start_manual_compact_if_needed()`, it need to use `check_periodic_compact()` to judge the trigger_time. There are some small problems in the calculation of trigger_time time in...