Project

General

Profile

« Previous | Next » 

Revision 59426

no need to return the ResultSetClient.SENTINEL_PROC_CANCELED in case of process canceled

View differences:

ProcessCountingResultSetListener.java
47 47
		if (process.isCanceled()) {
48 48
			log.warn("Process canceled, closing result set");
49 49
			this.outputResulset.close();
50
			return Lists.newArrayList(ResultSetClient.SENTINEL_PROC_CANCELED);
50
			return Lists.newArrayList();
51 51
		}
52 52
		try {
53 53
			this.count = to;

Also available in: Unified diff