Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-45693

Testing of RWC default application to update/delete bulk commands

    • Fully Compatible
    • Sharding 2020-01-27, Sharding 2020-02-10

      Currently the update and delete commands are disabled in jstests/sharding/read_write_concern_defaults_application.js. This is because SERVER-23266 means that the bulk commands aren't profiled. Using logging instead of profiling isn't possible because when sharded the log lines are much longer than the RamLog's maximum log line length.

      Possible solutions include:

      1. Scope, design, and implement SERVER-23266.
      2. Implement the functionality of SERVER-23266 on this ticket, but gated behind a failpoint (to avoid the effort of scoping/designing a user-facing change).
      3. Increase the RamLog maximum log line length (SERVER-45694).

            Assignee:
            kevin.pulo@mongodb.com Kevin Pulo
            Reporter:
            kevin.pulo@mongodb.com Kevin Pulo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: