-
Notifications
You must be signed in to change notification settings - Fork 186
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
oCIS can crash sometimes #6850
Comments
Doesn't seem related to the ocis wrapper. The first panic comes from here: https://github.com/cs3org/reva/blob/edge/pkg/storage/utils/decomposedfs/metadata/messagepack_backend.go#L154 This is a bug - it tries to close the file even in an error case which will naturally lead to a panic. The second panic is intended from the ocis wrapper if it can't stop ocis: https://github.com/owncloud/ocis/blob/master/tests/ociswrapper/ocis/ocis.go#L77 (it can't stop ocis because it already paniced) |
So then it's ocis bug that needs attention from the dev team? |
Yes needs attention from dev team. We need to avoid the first panic. |
@saw-jan https://github.com/owncloud/ocis/blob/master/tests/ociswrapper/ocis/ocis.go#L77 |
But maybe terminating the program is a good idea so that we know that something went wrong like in this case, we found the nil pointer issue with oCIS. @2403905 Could you clarify why |
Reoccured in 2024-01-17 https://drone.owncloud.com/owncloud/ocis/31012/31/3
|
It's a different panic. Nothing to do with the previous ones. I'll file a fix. |
Builds: https://drone.owncloud.com/owncloud/ocis/24598/54/3, https://drone.owncloud.com/owncloud/ocis/24578/54/3
And leads to following wrapper error:
Could this be due to constant restart of ocis server?
The text was updated successfully, but these errors were encountered: