SERVER-116215: Comment out enabling execution log to see if it fixes performance regression (#45883)
GitOrigin-RevId: 03c5e7786f82d1d04d45ae7161694022c0aaecea
This commit is contained in:
parent
d570429f66
commit
83364cedaa
2
.bazelrc
2
.bazelrc
@ -617,4 +617,4 @@ try-import %workspace%/.bazelrc.sync
|
||||
try-import %workspace%/.bazelrc.engflow_creds
|
||||
|
||||
# Repository root absolute path to set --execution_log_compact_file
|
||||
try-import %workspace%/.bazelrc.exec_log_file
|
||||
#try-import %workspace%/.bazelrc.exec_log_file
|
||||
|
||||
@ -55,7 +55,7 @@ fi
|
||||
echo "common --//bazel/config:running_through_bazelisk" > $REPO_ROOT/.bazelrc.bazelisk
|
||||
|
||||
# Write a compressed execution log to a file for EngFlow to pick up for more detailed analysis.
|
||||
echo "common --execution_log_compact_file=$REPO_ROOT/.tmp/bazel_execution_log.binpb.zst" > $REPO_ROOT/.bazelrc.exec_log_file
|
||||
#echo "common --execution_log_compact_file=$REPO_ROOT/.tmp/bazel_execution_log.binpb.zst" > $REPO_ROOT/.bazelrc.exec_log_file
|
||||
|
||||
if [[ $MONGO_BAZEL_WRAPPER_DEBUG == 1 ]]; then
|
||||
wrapper_start_time="$(date -u +%s.%N)"
|
||||
|
||||
@ -36,7 +36,7 @@ set REPO_ROOT=%~dp0..
|
||||
echo common --//bazel/config:running_through_bazelisk > .bazelrc.bazelisk
|
||||
|
||||
REM Write a compressed execution log to a file for EngFlow to pick up for more detailed analysis.
|
||||
echo common --execution_log_compact_file=%REPO_ROOT:\=/%/.tmp/bazel_execution_log.binpb.zst > .bazelrc.exec_log_file
|
||||
rem echo common --execution_log_compact_file=%REPO_ROOT:\=/%/.tmp/bazel_execution_log.binpb.zst > .bazelrc.exec_log_file
|
||||
|
||||
for %%I in (%REPO_ROOT%) do set cur_dir=%%~nxI
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user