Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-3766

Ensure Legacy API implementation uses write command

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: Write Operations
    • Labels:
      None

      The implementation of the legacy API uses the legacy wire protocol (OP_INSERT/UPDATE/DELETE) on all server versions. To ensure that it continues to work with 5.1+ servers (which no longer support this protocol), the implementation should be updated to use write commands and OP_MSG as applicable. This can probably be accomplished by using BulkMixedWriteOperation, as the new CRUD API implementation does, and possibly writing a small adapter for the exceptions and result.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: