This commit is contained in:
@@ -117,6 +117,7 @@ public class HttpMessageProcessor implements MessageProcessor {
|
|||||||
try {
|
try {
|
||||||
this.cdl.await(30, TimeUnit.SECONDS);
|
this.cdl.await(30, TimeUnit.SECONDS);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
|
logger.log(Level.SEVERE, HttpMessageProcessor.class.getSimpleName() + " commit error, restmodule=" + this.restmodule, ex);
|
||||||
}
|
}
|
||||||
this.cdl = null;
|
this.cdl = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user