create multiple threads named QuorumGetTask
In these threads:
the full request is sent to the First EP named master, whereas digest request is sent to the replica eps. (the difference is labeled by dpi.setReplicationStatus(true/false));
Whose responses are handled ch.ethz.systems.cloudy2.server.components.protocol.quorum.QuorumResponseHandler<Set<DPI>>(int, int, IResponseResolver<T>), which is quite complicated
//CloudyFactory.getMessaging().sendRR(m, replica, quorumResponseHandler);
In the EPS, the requests sent handled by .ch.ethz.systems.cloudy2.server.components.protocol.quorum.QuorumProtocol.GetQuorumVerbHandler
------------------------------------------------------------------------
First, if local EP is not the first EP in the preferencelist, redirect request.