Skip to content

Commit 13ecb47

Browse files
committed
Merge branch 'master' into fix_eject_storage_domain
2 parents adb0727 + eeb9bcd commit 13ecb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers/WriteJobImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public void emitWaitingForChunksEvents(final int secondsToDelay) {
170170
throw new RuntimeException(e);
171171
}
172172
} catch (final Throwable t) {
173-
running = false;
174173
emitFailureEvent(makeFailureEvent(FailureEvent.FailureActivity.PuttingObject, t, masterObjectList.getObjects().get(0)));
175174
throw t;
176175
}

0 commit comments

Comments
 (0)