// 'zoneCountReads' zones>, <nodes from local zone>, <nodes
// from remote zone1>, <nodes from remote zone2>,...
// #preferred number of reads may not be able to satisfy
// zoneCountReads, if the original read to a remote node
// fails in the parallel stage
pipelineData.setFatalError(new InsufficientZoneResponsesException((pipelineData.getZonesRequired() + 1)
+ " "
+ pipeline.getOperation()
.getSimpleName()
+ "s required zone, but only "
+ zonesSatisfied