removed obsolete TODO

Change-Id: Iea21f417e0f2677899e617407b8666b618191e55
This commit is contained in:
Axel Uhl
2019-09-12 14:43:40 +02:00
parent 337b64e64d
commit 0b3fb3aea5
@@ -42,7 +42,6 @@ public interface OperationsToMasterSender<S, O extends OperationWithResult<S, ?>
ReplicationMasterDescriptor masterDescriptor = getMasterDescriptor();
assert masterDescriptor != null;
final OperationWithResultWithIdWrapper<S, T> operationWithResultWithIdWrapper = new OperationWithResultWithIdWrapper<S, T>(operation);
// TODO bug4018: if sending the operation fails, e.g., because of an HTTP response code != 2xx, enqueue the operation for retry
addOperationSentToMasterForReplication(operationWithResultWithIdWrapper);
URL url = masterDescriptor.getSendReplicaInitiatedOperationToMasterURL(this.getId().toString());
HttpURLConnection connection = (HttpURLConnection) url.openConnection();