Hello.
We have replicaset with 3 members and all of them identical:
test> db.runCommand({ buildInfo: 1 })
{
version: ‘7.0.12-7’,
psmdbVersion: ‘7.0.12-7’,
gitVersion: ‘87737e473e09ac7c02486ba75e784bc52ddc45e4’,
modules: ,
proFeatures: ,
allocator: ‘tcmalloc’,
javascriptEngine: ‘mozjs’,
sysInfo: ‘deprecated’,
versionArray: [ 7, 0, 13, -100 ],
openssl: {
running: ‘OpenSSL 3.0.2 15 Mar 2022’,
compiled: ‘OpenSSL 3.0.2 15 Mar 2022’
},
buildEnvironment: {
distmod: ‘’,
distarch: ‘x86_64’,
cc: ‘/opt/mongodbtoolchain/v4/bin/gcc: gcc (GCC) 11.3.0’,
ccflags: ‘-include mongo/platform/basic.h -ffp-contract=off -fasynchronous-unwind-tables -g2 -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -fno-omit-frame-pointer -fno-strict-aliasing -O2 -march=sandybridge -mtune=generic -mprefer-vector-width=128 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-const-variable -Wno-unused-but-set-variable -Wno-missing-braces -fstack-protector-strong -gdwarf32 -fdebug-types-section -Wa,–nocompress-debug-sections -fno-builtin-memcmp -Wimplicit-fallthrough=5’,
cxx: ‘/opt/mongodbtoolchain/v4/bin/g++: g++ (GCC) 11.3.0’,
cxxflags: ‘-Woverloaded-virtual -Wpessimizing-move -Wno-maybe-uninitialized -fsized-deallocation -Wno-deprecated -std=c++20’,
linkflags: ‘-Wl,–build-id=sha1 -B/opt/mongodbtoolchain/v4/bin -pthread -Wl,-z,now -fuse-ld=lld -fstack-protector-strong -gdwarf32 -fdebug-types-section -Wl,–build-id=sha1 -Wl,–hash-style=gnu -Wl,-z,noexecstack -Wl,–warn-execstack -Wl,-z,relro -Wl,–compress-debug-sections=none -Wl,-z,origin -Wl,–enable-new-dtags’,
target_arch: ‘x86_64’,
target_os: ‘linux’,
cppdefines: ‘SAFEINT_USE_INTRINSICS 0 PCRE2_STATIC PERCONA_AUDIT_ENABLED NDEBUG _XOPEN_SOURCE 700 _GNU_SOURCE _FORTIFY_SOURCE 2 ABSL_FORCE_ALIGNED_ACCESS BOOST_ENABLE_ASSERT_DEBUG_HANDLER BOOST_FILESYSTEM_NO_CXX20_ATOMIC_REF BOOST_LOG_NO_SHORTHAND_NAMES BOOST_LOG_USE_NATIVE_SYSLOG BOOST_LOG_WITHOUT_THREAD_ATTR BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS BOOST_SYSTEM_NO_DEPRECATED BOOST_THREAD_USES_DATETIME BOOST_THREAD_VERSION 5’
},
bits: 64,
debug: false,
maxBsonObjectSize: 16777216,
storageEngines: [ ‘devnull’, ‘inMemory’, ‘wiredTiger’ ],
ok: 1,
‘$clusterTime’: {
clusterTime: Timestamp({ t: 1726129770, i: 3 }),
signature: {
hash: Binary.createFromBase64(‘KItv1/IvWxxhwAd2erYQF6aV6ZQ=’, 0),
keyId: Long(‘7356931927510614018’)
}
},
operationTime: Timestamp({ t: 1726129770, i: 3 })
}