Packet packet = new Packet(data, partitionId, ss.getPortableContext());
if (!isAllowedToSendRequest(connection, request) || !connection.write(packet)) {
final int callId = request.getCallId();
connection.deRegisterCallId(callId);
connection.deRegisterEventHandler(callId);
future.notify(new TargetNotMemberException("Address : " + connection.getRemoteEndpoint()));
}
}