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

Issue with starting the service since go-utils/graceful update #271

Closed
curzolapierre opened this issue Jul 19, 2024 · 0 comments · Fixed by #273
Closed

Issue with starting the service since go-utils/graceful update #271

curzolapierre opened this issue Jul 19, 2024 · 0 comments · Fixed by #273

Comments

@curzolapierre
Copy link
Member

curzolapierre commented Jul 19, 2024

Since #269

We get the following error at start of the service:

sand-web-1     | [00] INFO[2024-07-19T10:17:34.109] Listening                                     port=9999
sand-web-1     | [00] INFO[2024-07-19T10:17:34.109] Enabling docker plugin                        port=9998
sand-web-1     | [00] ERRO[2024-07-19T10:17:34.112] fail to intialize docker plugin listener      error="creating tableflip upgrader: tableflip: only a single Upgrader allowed"

Tableflip has been implemented by the update of go-utils/graceful package: https://github.com/Scalingo/sand/pull/269/files#diff-b23955474deda99331ce8c459e35a3d30f09652fcafab972bcc787756c4c2b1fR7

Related PR on go-utils: Scalingo/go-utils#909

Usage of tableflip is not the same as previous package (grace) and cannot be created multiple times for different ports allocation.

@curzolapierre curzolapierre changed the title Issue with starting the service since graceful last update Issue with starting the service since go-utils/graceful update Jul 19, 2024
sc-zenokerr added a commit that referenced this issue Aug 1, 2024
Related to Scalingo/go-utils#944

Finalise merge of master
sc-zenokerr added a commit that referenced this issue Aug 1, 2024
sc-zenokerr added a commit that referenced this issue Aug 1, 2024
sc-zenokerr added a commit that referenced this issue Aug 13, 2024
Related to Scalingo/go-utils#944
With etienne's expert eye
sc-zenokerr added a commit that referenced this issue Aug 13, 2024
Related to Scalingo/go-utils#944
Fix TLS config initialisation
sc-zenokerr added a commit that referenced this issue Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant