[bisq-network/bisq] Add Exception handling at RpcService (PR #5901)

chimp1984 notifications at github.com
Tue Dec 7 16:00:54 CET 2021


At shutdown the executor can throw a RejectedExecutionException which is expected as we shut down the executor immediately.
If not thrown at shutdown or exception is not a RejectedExecutionException
we log a warning and re-throw the exception (to avoid change of behaviour
of current version). The exception is likely not handled by callers and goes up to
the uncaught exception handler.

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5901

-- Commit Summary --

  * At shutdown the executor can throw a RejectedExecutionException which

-- File Changes --

    M core/src/main/java/bisq/core/dao/node/full/RpcService.java (163)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5901.patch
https://github.com/bisq-network/bisq/pull/5901.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5901
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211207/6ff1cf90/attachment.htm>


More information about the bisq-github mailing list