Skip to content

Add XDS retry and circuit-breaking functionality to the flow control plugin #5323

Add XDS retry and circuit-breaking functionality to the flow control plugin

Add XDS retry and circuit-breaking functionality to the flow control plugin #5323

Triggered via pull request December 13, 2024 09:17
Status Failure
Total duration 2m 6s
Artifacts

maven.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Checkstyle: sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/chain/handler/CircuitBreakerRequestHandler.java#L21
[Checkstyle Check] reported by reviewdog 🐶 Unused import - io.sermant.core.utils.CollectionUtils. Raw Output: /home/runner/work/Sermant/Sermant/./sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/chain/handler/CircuitBreakerRequestHandler.java:21:8: error: Unused import - io.sermant.core.utils.CollectionUtils. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
Checkstyle: sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/chain/handler/BusinessRequestHandler.java#L20
[Checkstyle Check] reported by reviewdog 🐶 Unused import - io.sermant.core.utils.CollectionUtils. Raw Output: /home/runner/work/Sermant/Sermant/./sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/chain/handler/BusinessRequestHandler.java:20:8: error: Unused import - io.sermant.core.utils.CollectionUtils. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
Checkstyle
Process completed with exit code 1.
build
Process completed with exit code 1.
Checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Checkstyle: sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/exceptions/RateLimitException.java#L16
[Checkstyle Check] reported by reviewdog 🐶 编程规范-建议3.6 减少不必要的空行,保持代码紧凑(最多一个空行)。 Raw Output: /home/runner/work/Sermant/Sermant/./sermant-plugins/sermant-flowcontrol/flowcontrol-service/src/main/java/io/sermant/flowcontrol/res4j/exceptions/RateLimitException.java:16:0: warning: 编程规范-建议3.6 减少不必要的空行,保持代码紧凑(最多一个空行)。 (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck)