PHPLIB-463: Prevent driver from retrying MapReduce operations
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.
Showing
Please
register
or
sign in
to comment