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

Command Line "Ambiguous Option" for all General and Replication Options

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.1.4
    • Affects Version/s: 1.1.3
    • Component/s: None
    • Labels:
      None

      When we compiled 1.1.3, we were receiving "ambiguous option" errors whenever we tried to enter any basic or replication options. Only sharding and hidden options worked. We changed the code:

      db.cpp:
      cmdline_options.add(general_options).add(replication_options); <-- commented out this line
      cmdline_options.add(hidden_options).add(visible_options);

      And now options work. It could be that older boost libs have a problem when adding duplicate options.

            Assignee:
            mike Michael Dirolf
            Reporter:
            schou Samuel Chou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: