Skip to content

Commit

Permalink
0004444: Push job gets error writing request body
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jun 23, 2020
1 parent 78b362e commit fe72691
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
import java.util.Map;

import org.jumpmind.symmetric.ISymmetricEngine;
import org.jumpmind.symmetric.common.Constants;
import org.jumpmind.symmetric.model.Node;
import org.jumpmind.symmetric.model.NodeGroupLink;
import org.jumpmind.symmetric.model.NodeSecurity;
Expand Down Expand Up @@ -117,6 +118,7 @@ protected BandwidthTestResults getUploadResultsFor(Node remoteNode, Node localNo
outgoing =
engine.getTransportManager().getBandwidthPushTransport(
remoteNode, localNode, identitySecurity.getNodePassword(), requestProperties, engine.getParameterService().getRegistrationUrl());
outgoing.getSuspendIgnoreChannelLists(engine.getConfigurationService(), Constants.CHANNEL_DEFAULT, remoteNode);
long startTime = System.currentTimeMillis();
BufferedWriter writer = outgoing.openWriter();
String stringToWriter = "0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" +
Expand Down

0 comments on commit fe72691

Please sign in to comment.