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

_isSelf invoked unnecesarily on Debian-based distros

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
      None
    • ALL
    • Hide

      inject failure in _isSelf handler.

      python buildscripts/resmoke.py \
         --suite no_passthrough \
         --mongodSetparameters='{logLevel : 2}' \
         jstests/noPassthrough/change_streams_required_privileges.js
      
      Show
      inject failure in _isSelf handler. python buildscripts/resmoke.py \    --suite no_passthrough \    --mongodSetparameters='{logLevel : 2}' \    jstests/noPassthrough/change_streams_required_privileges.js
    • 0

      repl::isSelf has a fast path, and falls back to issuing _isSelf as a slow path.
      For some reason the fast path doesn't kick in there, perhaps having to do with /proc file formats or ordering or the specifics of the Debian builder's network config.

      Ubuntu 18.04 workstation shows the same symptom.

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: