summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_get_last_error_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of ↵Esha Maharishi2017-03-061-31/+138
| | | | DBClientMultiCommand
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-2/+1
|
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-1/+1
| | | | | By making more calls of RemoteCommandTargeter::findHost interruptible, this change speeds up the shutdown of mongos when no config servers are discoverable.
* SERVER-23996 ShardRegistry::getShard should return a ↵Misha Tyulenev2016-08-251-5/+4
| | | | StatusWith<shared_ptr<Shard>>
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-101-4/+16
|
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-091-13/+4
| | | | This reverts commit d1957fd1f86510c37a893ec3c51140cf004407d5.
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-091-4/+13
|
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
|
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-147/+136
|
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-2/+1
| | | | | | The config server connection string should only be needed for cases where we need to send it to the remote servers as part of either set shard version or initial shard handshake.
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-3/+4
| | | | | | | | Makes LastError a decoration on Client. Removes behavior that was specific to the dbKillCursors wire protocol message into the processing for that message, and out of last error. Simplifies lifetime of LastError. It always exists on Clients, so there's no checking for its existence, and no passing it around through parts of the networking library.
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-4/+3
| | | | | This reverts commit 54c25da33ec7270295c8948f6a51376ec4fd278c and commit c952a9396a1843aa45d6afa3c6785dec607de112.
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-3/+4
| | | | | | | | Makes LastError a decoration on Client. Removes behavior that was specific to the dbKillCursors wire protocol message into the processing for that message, and out of last error. Simplifies lifetime of LastError. It always exists on Clients, so there's no checking for its existence, and no passing it around through parts of the networking library.
* SERVER-15860 Switch replication metadata ops to be replication-specific, ↵matt dannenberg2015-04-171-2/+1
| | | | rather than using commands
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-4/+3
|
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and ↵Andy Schwerin2015-04-071-2/+4
| | | | | | | into its own header. With this change, ClientInfo is an empty subclass of ClientBasic, and in mongos we decorate ClientBasic objects with information needed to do sharded last-error operations.
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-1/+1
|
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-0/+214