-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
In Use of read preferences with commands, the Server Selection spec stats:
The generic command method MUST act as a read operation for the purposes of server selection.
The generic command method has a default read preference of mode 'primary'. The generic command method MUST ignore any default read preference from client, database or collection configuration. The generic command method SHOULD allow an optional read preference argument.
php_phongo_manager_select_server() conflict with this, as it inherits the client's read preference if none is provided.
- is related to
-
NODE-2649 Driver 3.5.x with useUnifiedTopology sends admin commands to secondary
- Closed
- related to
-
PHPLIB-558 Database::command() should not inherit read preference
- Closed