summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2022-08-25 00:51:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-25 01:27:47 +0000
commit17e0097a3a7968fe7cc7d557afa157d1579cef64 (patch)
tree2fb5290a3122a3484aab6d13675786bd45c0336a /src/mongo/db/repl
parent35a3d8f0f2eddfeaad89224e44e7d7d2de60c56f (diff)
downloadmongo-17e0097a3a7968fe7cc7d557afa157d1579cef64.tar.gz
SERVER-68621 Fix internal fields erroneously marked as stable
Diffstat (limited to 'src/mongo/db/repl')
-rw-r--r--src/mongo/db/repl/hello.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/repl/hello.idl b/src/mongo/db/repl/hello.idl
index 33085b8e74f..9f5fd99addf 100644
--- a/src/mongo/db/repl/hello.idl
+++ b/src/mongo/db/repl/hello.idl
@@ -148,7 +148,7 @@ structs:
serviceId:
type: objectid
optional: true
- stability: stable
+ stability: internal
##
## ReplicationInfo
##
@@ -248,12 +248,12 @@ structs:
# Only populated on shard server.
type: bool
optional: true
- stability: stable
+ stability: internal
cwwc:
# Only populated on shard server.
type: WriteConcern
optional: true
- stability: stable
+ stability: internal
commands:
hello:
@@ -318,4 +318,4 @@ commands:
loadBalanced:
type: bool
optional: true
- stability: stable
+ stability: unstable