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

Issues with guestbook sample - segfault ? #1005

Closed
robmaw opened this issue Mar 7, 2024 · 3 comments
Closed

Issues with guestbook sample - segfault ? #1005

robmaw opened this issue Mar 7, 2024 · 3 comments
Assignees
Labels
important This item is a high priority Issue we intend to address as soon as possible triaged This item has been triaged by project maintainers and is in the backlog

Comments

@robmaw
Copy link

robmaw commented Mar 7, 2024

Running radius 0.31 with minikube on docker ce on WSL.

I'm trying to follow the tutorial "https://docs.radapp.io/tutorials/add-radius/" but am running into an issue where the frontend and redis-replica deployments do not succeed - i.e. after using kubectl apply .... to perform the deployment, all the frontend and replica pods crash and restart without any logs.
describe pod returns some info:

>kubectl describe pod redis-replica -n demo
Name:             redis-replica-86f8895958-6hff5
Namespace:        demo
... snip ...
    Port:           6379/TCP
    Host Port:      0/TCP
    State:          Waiting
      Reason:       CrashLoopBackOff
    Last State:     Terminated
      Reason:       Error
      Exit Code:    139
...snip ....

the main redis deployment works, and the getting started tutorial works fine too.

AB#11417

@sylvainsf sylvainsf added triaged This item has been triaged by project maintainers and is in the backlog important This item is a high priority Issue we intend to address as soon as possible labels Mar 7, 2024
@willtsai
Copy link
Contributor

willtsai commented Apr 24, 2024

@willdavsmith - I think this might be related to the issue you were fixing related to upmerges of branches within the samples repo. I think a downmerge from edge to v0.32 now should fix this? I recommend trying the sample on the edge branch and if it's not reproducible there, then a downmerge should address this issue.

@willtsai willtsai self-assigned this May 9, 2024
@willtsai
Copy link
Contributor

willtsai commented May 9, 2024

@robmaw -- can you please try this again on the latest Radius build and branch (v0.33)? This issue should now be resolved, let me know if it works for you.

@willtsai
Copy link
Contributor

since this should have been resolved with release v0.33 via #1212, I'll close this for now. please reopen if any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important This item is a high priority Issue we intend to address as soon as possible triaged This item has been triaged by project maintainers and is in the backlog
Projects
None yet
Development

No branches or pull requests

3 participants