The configuration used for the 1-Node ReplSet Linux inMemory performance currently enables authentication but does not support authentication for internal cluster communication. This may cause some internal subsystems that use the remote command invocation mechanism to run commands on current node to fail. One example is the voteCommitIndexBuild command (see SERVER-48235) required for two phase index builds.
- is related to
-
SERVER-48235 The primary node should use the AsyncDBClient to vote for committing the index build to allow the request to be interrupted by the IndexBuildsCoordinator
- Closed