• Andreas Braun's avatar
    PHPLIB-463: Prevent driver from retrying MapReduce operations · d353a82f
    Andreas Braun authored
    Running mapReduce commands through the executeReadCommand helper will cause the driver to retry the operation, as it should not inspect the command to catch mapReduce commands. To avoid this, we run mapReduce commands through the generic command helper which generally doesn't retry reads.
    d353a82f
Name
Last commit
Last update
.github/ISSUE_TEMPLATE Loading commit data...
.phpcs Loading commit data...
.travis Loading commit data...
docs Loading commit data...
mongo-orchestration Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpcs.xml.dist Loading commit data...
phpunit.xml.dist Loading commit data...