• 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
MapReduce.php 16 KB