-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
2
-
Storage - Ra 2022-03-07
Summary
The -j argument is defined twice in the linux-directio task. Example of Evergreen logs:
[2022/01/28 00:59:32.165] LD_PRELOAD=/usr/local/lib/libeatmydata.so PATH=/opt/mongodbtoolchain/v3/bin:$PATH WT_TOPDIR=$(git rev-parse --show-toplevel) WT_BUILDDIR=$WT_TOPDIR/cmake_build LD_LIBRARY_PATH=$WT_BUILDDIR:$WT_TOPDIR/TCMALLOC_LIB/lib ./format.sh -j $(grep -c ^processor /proc/cpuinfo) -t 110 -j 4 direct_io=1 2>&1
Acceptance Criteria (Definition of Done)
- Figure out if it was done on purpose
- In the case it was not:
- Which value do we need/want for -j?
- Only define the required one.