Skip to content

Commit a132e6e

Browse files
Clara Rullfacebook-github-bot
authored andcommitted
Take lock when running derived data tailer
Summary: If we cannot determine the location of master, with the previous code, we would run derived data tailer in the 3 regions. Instead, to avoid additional on the blobstore, let's take a lock. Reviewed By: RajivTS Differential Revision: D75876550 fbshipit-source-id: 18d6d3bd1c95f210363e2ee9410bbc199dccc59b
1 parent e7833e2 commit a132e6e

File tree

1 file changed

+1
-0
lines changed
  • eden/mononoke/tools/facebook/derived_data_tailer

1 file changed

+1
-0
lines changed

eden/mononoke/tools/facebook/derived_data_tailer/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ rust_binary(
2727
"//eden/mononoke/cmdlib/mononoke_app:mononoke_app",
2828
"//eden/mononoke/cmdlib/sharding:executor_lib",
2929
"//eden/mononoke/cmdlib/sharding_ext:sharding_ext",
30+
"//eden/mononoke/cmdlib/zk_leader_election:zk_leader_election",
3031
"//eden/mononoke/derived_data:bulk_derivation",
3132
"//eden/mononoke/derived_data:derived_data_manager",
3233
"//eden/mononoke/metaconfig:metaconfig_types",

0 commit comments

Comments
 (0)