This commit is contained in:
Redkale
2020-12-25 20:05:10 +08:00
parent bdd9a82682
commit 748a6f11c1

View File

@@ -117,6 +117,7 @@ public class HttpMessageProcessor implements MessageProcessor {
try {
this.cdl.await(30, TimeUnit.SECONDS);
} catch (Exception ex) {
logger.log(Level.SEVERE, HttpMessageProcessor.class.getSimpleName() + " commit error, restmodule=" + this.restmodule, ex);
}
this.cdl = null;
}