On an NMDA server, we're currently directing all writes to candidate and reads to operational. This has all sorts of nasty surprises, like a set not being visible via a get, etc. Let's at least make this explicit by allowing the data-accessing operations to target a given DS explicitly, or change this in the switch command, etc (and maybe do the right thing by not offering this behavior by default)
On an NMDA server, we're currently directing all writes to
candidateand reads tooperational. This has all sorts of nasty surprises, like asetnot being visible via aget, etc. Let's at least make this explicit by allowing the data-accessing operations to target a given DS explicitly, or change this in theswitchcommand, etc (and maybe do the right thing by not offering this behavior by default)