Skip to content

Commit 1c55a99

Browse files
Jose García Gimenometa-codesync[bot]
authored andcommitted
Add JK experiment for remote_commit_compare
Summary: The remote_commit_compare JK will start diverting queries to the diff_service. When that happens we want to be able to compare the local to the remote ones, to ensure there are no issues. Reviewed By: lmvasquezg Differential Revision: D97311178 fbshipit-source-id: 2e83c6ce207b0c2279ff8aa00488c62d86091dde
1 parent 594599b commit 1c55a99

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • eden/mononoke/common/scuba_ext/src

eden/mononoke/common/scuba_ext/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ impl MononokeScubaSampleBuilder {
197197
switch_values: vec!["instagram-server", "www", "fbcode"],
198198
consistent_hashing: Some(client_info.correlator.as_str()),
199199
},
200+
ExperimentJKData {
201+
jk_name: "scm/mononoke:remote_commit_compare",
202+
switch_values: vec!["instagram-server", "www", "fbcode"],
203+
consistent_hashing: Some(client_info.correlator.as_str()),
204+
},
200205
ExperimentJKData {
201206
jk_name: "scm/mononoke:retry_query_from_replica_with_consistency_check",
202207
switch_values: vec![

0 commit comments

Comments
 (0)