RFR: Make the notifier retry logic more granular

Robin Westberg rwestberg at openjdk.java.net
Mon Mar 16 09:41:52 UTC 2020


Hi all,

Please review this change that makes the notifier retry logic more granular. Instead of marking an entire notifier as
either retriable or not, allow a notifier to throw a NonRetriableException if a non-retriable operation fails.

Best regards,
Robin

-------------

Commit messages:
 - Make the notifier retry logic more granular

Changes: https://git.openjdk.java.net/skara/pull/510/files
 Webrev: https://webrevs.openjdk.java.net/skara/510/webrev.00
  Stats: 563 lines in 15 files changed: 290 ins; 128 del; 145 mod
  Patch: https://git.openjdk.java.net/skara/pull/510.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/510/head:pull/510

PR: https://git.openjdk.java.net/skara/pull/510


More information about the skara-dev mailing list