Skip to content
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

FVM - Changing fluvio version while running breaks process #3729

Closed
EstebanBorai opened this issue Nov 20, 2023 · 2 comments
Closed

FVM - Changing fluvio version while running breaks process #3729

EstebanBorai opened this issue Nov 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@EstebanBorai
Copy link
Contributor

EstebanBorai commented Nov 20, 2023

Using fvm to upgrade Fluvio or change versions while Fluvio is running causes Fluvio process to be killed.

$ fvm switch <VERSION>
done: Now using Fluvio version <VERSION>

$ fluvio version
Killed: 9

$ fvm switch stable
done: Now using Fluvio version stable

$ fluvio version
Killed: 9

Steps to Reproduce

  1. Install FVM
  2. Start Fluvio locally fluvio cluster start --local-k8
  3. Install a Fluvio version via FVM fvm install <VERSION>
  4. Attempt to run fluvio version
  5. Check out output to be Killed: 9
@EstebanBorai EstebanBorai self-assigned this Nov 20, 2023
@EstebanBorai EstebanBorai changed the title fvm update while fluvio is running FVM - Changing fluvio version while running breaks process Nov 20, 2023
@EstebanBorai EstebanBorai added the bug Something isn't working label Nov 20, 2023
@digikata
Copy link
Contributor

digikata commented Nov 21, 2023

I found this interesting discussion for macos: https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os
Though there are multiple non-definitive solutions, this comment was interesting: "I solved the Killed: 9 error, by running rm then cp instead of just cp."

@EstebanBorai
Copy link
Contributor Author

Hello @digikata! I just validated #3735 locally and it worked like a charm!

validate.mp4

Im closing this issue now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants