Skip to content

Mongod server process becomes unresponsive after few CreateIndex calls #49

@narendrachava

Description

@narendrachava

I'm not sure what is the root cause of this (could be a deadlock) but I did some digging and commenting out following lines in "StartAndWaitForReady" method of "ProcessControl.cs" class fixes the issue.

        process.CancelErrorRead();
        process.CancelOutputRead();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions