-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't handle log storage append errors #1168
Conversation
We typically build ZPT against the latest Zeebe changes. This is automatically adjusted on release.
The log storage in Zeebe no longer deals with errors explicitly. So, ZPT also doesn't have to. See: camunda/camunda@07da250
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors merge |
1168: Don't handle log storage append errors r=korthout a=korthout ## Description <!-- Please explain the changes you made here. --> This PR helps resolve a compile error in ZPT when building against Zeebe 8.6.0-SNAPSHOT. To do so, it: - bumps the zeebe version to `8.6.0-SNAPSHOT` (this is automatically adjusted by the release) - removes the error handling in the InMemoryLogStorage's append method (this is no longer necessary) ## Related issues <!-- Which issues are closed by this PR or are related --> closes #1166 <!-- Cut-off marker _All lines under and including the cut-off marker will be removed from the merge commit message_ ## Definition of Ready Please check the items that apply, before requesting a review. You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda/zeebe/wiki/Pull-Requests-and-Code-Reviews). * [ ] I've reviewed my own code * [ ] I've written a clear changelist description * [ ] I've narrowly scoped my changes * [ ] I've separated structural from behavioural changes --> ## Definition of Done <!-- Please check the items that apply, before merging or (if possible) before requesting a review. --> _Not all items need to be done depending on the issue and the pull request._ Code changes: * [x] The changes are backwards compatibility with previous versions * [ ] If it fixes a bug then PRs are created to backport the fix Testing: * [ ] There are unit/integration tests that verify all acceptance criterias of the issue * [ ] New tests are written to ensure backwards compatibility with further versions * [ ] The behavior is tested manually Documentation: * [ ] Javadoc has been written * [ ] The documentation is updated Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
Build failed: |
bors retry |
1168: Don't handle log storage append errors r=korthout a=korthout ## Description <!-- Please explain the changes you made here. --> This PR helps resolve a compile error in ZPT when building against Zeebe 8.6.0-SNAPSHOT. To do so, it: - bumps the zeebe version to `8.6.0-SNAPSHOT` (this is automatically adjusted by the release) - removes the error handling in the InMemoryLogStorage's append method (this is no longer necessary) ## Related issues <!-- Which issues are closed by this PR or are related --> closes #1166 <!-- Cut-off marker _All lines under and including the cut-off marker will be removed from the merge commit message_ ## Definition of Ready Please check the items that apply, before requesting a review. You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda/zeebe/wiki/Pull-Requests-and-Code-Reviews). * [ ] I've reviewed my own code * [ ] I've written a clear changelist description * [ ] I've narrowly scoped my changes * [ ] I've separated structural from behavioural changes --> ## Definition of Done <!-- Please check the items that apply, before merging or (if possible) before requesting a review. --> _Not all items need to be done depending on the issue and the pull request._ Code changes: * [x] The changes are backwards compatibility with previous versions * [ ] If it fixes a bug then PRs are created to backport the fix Testing: * [ ] There are unit/integration tests that verify all acceptance criterias of the issue * [ ] New tests are written to ensure backwards compatibility with further versions * [ ] The behavior is tested manually Documentation: * [ ] Javadoc has been written * [ ] The documentation is updated Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
Build failed: |
Seems to fail flaky on: However, I don't want to reopen it because the log files are missing. There's nothing that would help resolve that issue now. The last time it was closed after adding more logs. So I'm just gonna retry again. bors retry |
Build succeeded: |
Description
This PR helps resolve a compile error in ZPT when building against Zeebe 8.6.0-SNAPSHOT.
To do so, it:
8.6.0-SNAPSHOT
(this is automatically adjusted by the release)Related issues
closes #1166
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
Testing:
Documentation: