Skip to content

Commit

Permalink
set the transactionId of the container explicitly to sid for teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiaswerner committed Oct 24, 2016
1 parent f83fa34 commit 60d025f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ class ContainerPool(
Files.write(Paths.get(filename), rawLogBytes)
info(this, s"teardownContainers: wrote docker logs to $filename")
}
container.transid = transid
runDockerOp { container.remove(removeJob.needUnpause) }
} catch {
case t: Throwable => warn(this, s"teardownContainer encountered an exception: ${t.getMessage}")
Expand Down

0 comments on commit 60d025f

Please sign in to comment.