-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
called Option::unwrap()
on a None
value since 1.5.0
#928
Comments
Thanks for reporting @ihiverlet we'll fix this asap. |
Hey @ihiverlet
You'll find these three things as part of the initial banner when you start the parseable process. Also, did you migrate both the |
Hello,
Regarding your last question, I use the helm chart with the following configuration
|
Hey @ihiverlet Our suggestion is that you always upgrade Thanks for bringing this issue forward, we will make sure to include more meaningful error messages wherever possible. |
Hey @parmesant, I am using the helm chart with basic configuration, so I am in standalone mode. Hence, I do not understand what you mean by upgrading query node first and ingest later. |
I was able to reproduce this error in distributed mode but not in standalone mode. Could you please tell me how to reproduce this error? If you wish to, you could join our slack and carry the conversation over there. |
Facing the same issue |
Reverting to v0.9.0 results in:
|
hi @smparekh,
Reverting will not work for sure. There are metadata migrations happening between these versions. We found out in case of @ihiverlet there was active data being ingested while upgrade was happening - is this the case here too? |
That may have been the case, I use ecs to deploy, so the old task isn’t fully shutdown until the new task is in place. For future upgrades we will make sure the old task is shutdown before the new task is spun up. Would that be sufficient? |
Yes, we'll also ensure the server doesn't accept events while performing migrations. This will be added in upcoming releases. Meanwhile are you able to use Parseable right now? |
@smparekh would it be possible for you to have a call today, we can sort the issue quickly on the call |
We tested the update on a test environment, unfortunately weren't able to recover the data after the downgrade, we went ahead and deleted the bucket so we could revert to v0.9.0. |
In that case let's have a short call @smparekh to ensure data is properly recovered and you're able to run the latest version. Would you please schedule something here: https://logg.ing/quick-chat |
Hi,
Since upgrading to 1.5.0, we get the following error message:
It seems to be related to #892. It was working fine in v1.4.0.
Here is an extract of the fluent-bit config we're using
The text was updated successfully, but these errors were encountered: