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

mongos dies on SIGUSR1 instead of rotating logs

    • ALL
    • Hide

      Start up a sharded environment.
      Start mongos, use --logpath or --syslog option
      ps aux | grep mongos # mongos is running
      killall -SIGUSR1 mongos
      ps aux | grep mongos # mongos is no longer there

      Show
      Start up a sharded environment. Start mongos, use --logpath or --syslog option ps aux | grep mongos # mongos is running killall -SIGUSR1 mongos ps aux | grep mongos # mongos is no longer there

      mongos will die on receiving a SIGUSR1 instead of rotating its log or, in the case where --syslog was specified, printing the message "LoggingManager not enabled"

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            michael.grundy Michael Grundy
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: