mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
removed obsolete TODO
Change-Id: Iea21f417e0f2677899e617407b8666b618191e55
This commit is contained in:
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user