RFR: 1166: New Gitlab version is causing "Initial paginated response no longer paginated" errors

Kevin Rushforth kcr at openjdk.java.net
Mon Sep 13 19:52:31 UTC 2021


On Mon, 13 Sep 2021 19:45:43 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> This patch changes the exception thrown when a paginated rest query suddenly returns a results without pages. Instead of a RuntimeException I'm throwing an UncheckedRestException, which makes the BotRunner treat it as a warning instead of logging SEVERE. The assumption is that this happens randomly, just like other rest call failures, and that most WorkItems will just have to be rerun at a later time.

Marked as reviewed by kcr (Reviewer).

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

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


More information about the skara-dev mailing list