Skip to content

Commit

Permalink
fixup! implemented kill PageDownstreamContext in order to kill MergeN…
Browse files Browse the repository at this point in the history
…odes
  • Loading branch information
Philipp Bogensberger committed May 11, 2015
1 parent 2a77d1f commit f601d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/src/main/java/io/crate/jobs/JobKilledException.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
import java.io.IOException;

public class JobKilledException extends IOException {

public JobKilledException() {
super("Job execution was interrupted by kill");
}
}

0 comments on commit f601d05

Please sign in to comment.