|
An instance of this error can be found in: https://parsley.mongodb.com/resmoke/be6936e5113117eb2d14d7baec5ad560/all?bookmarks=114483
The specific line is as follow:
[ReplicatorFixture:j2:replicator] 16:45:02.271Z
|
{
|
level: "fatal",
|
serverID: "5fe999ad",
|
mongosyncID: "coordinator",
|
stack: [
|
{
|
func: "CreatePartitionColl",
|
line: "223",
|
source: "/data/mci/95c07554366f49fd4c3785dbbd0f9f36/src/github.com/10gen/mongosync/internal/mongosync/partitions/partitions.go"
|
},
|
{
|
func: "(*Mongosync).CreatePartitionColl",
|
line: "299",
|
source: "/data/mci/95c07554366f49fd4c3785dbbd0f9f36/src/github.com/10gen/mongosync/internal/mongosync/mongosync.go"
|
},
|
{
|
func: "(*Mongosync).Replicate",
|
line: "76",
|
source: "/data/mci/95c07554366f49fd4c3785dbbd0f9f36/src/github.com/10gen/mongosync/internal/mongosync/mongosync_replicate.go"
|
},
|
{
|
func: "(*Mongosync).launchReplicationThread.func1",
|
line: "877",
|
source: "/data/mci/95c07554366f49fd4c3785dbbd0f9f36/src/github.com/10gen/mongosync/internal/mongosync/mongosync.go"
|
},
|
{
|
func: "goexit",
|
line: "1594",
|
source: "/opt/golang/go1.19/src/runtime/asm_amd64.s"
|
}
|
],
|
error: "error creating partitions collection: write command error: [{write errors: []}, {(InterruptedDueToReplStateChange) operation was interrupted}]",
|
time: "2023-08-09T16:45:02.269357928Z",
|
message: "Error during replication"
|
}
|
Mongosync was attempting to create a collection in MongoDB v7.0.
|