-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
backport to 0.9: Allow GSO to be manually disabled #1671
backport to 0.9: Allow GSO to be manually disabled #1671
Conversation
Why are you not on 0.10 yet? |
As an alternative workaround, did you try |
Hi, let me check with ops! yet I guess on PaaS-environments like fly.io that's tedious workaround. the deployment model on fly.io is to provide a docker image. access to OS level is possible but limited AFAIK. |
This was done already, in #1638 (published in 0.10.3). |
we depend on a component we don't control |
Is that something public? Would like to have more information. |
solana 1.16.x: |
Ahh, okay, so released versions of Solana require 0.9 (master is on 0.10) and you depend on Solana. Thanks for the clarification! |
If you submit a PR to bump the version on the 0.9.x branch I can publish a release right after that. |
I'm not much good at docker, but I think you can arrange for it to run a script on startup, which could include an |
Hi,
we love quinn but we recently had a hard time with GSO and fly.io hosting and quinn 0.9.4!
This errors are piling up in the logs:
After some research we concluded that quinn's GSO detection returns a false-positive - at least on fly.io machines!
Our reasoning:
Proposed Solution
short term: backport a06838 to allow manual disabling GSO
long term: backport a fix for the feature detection
maybe the solution should be ported to 0.10 too