-
Notifications
You must be signed in to change notification settings - Fork 107
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
Broken micro services after deployment in K8 #11378
Comments
@todor-ivanov please make sure to highlight that this affects only the recently deployed services in TESTBED. You might want to delete text provided by the GH template as well, even if you do not have anything else to replace it by (e.g. "Expected behavior"). |
I don't know to which microservice the log snippet above - in your original post - belongs to, but here is the problem: In plain english, for some reason, microservices are not using the correct configuration file (which is supposed to have some recent changes made by Erik). Configuration files seem to be Okay in the |
Hi @amaltaro The
Thanks for noticing that actually. To me this line looks good in both cases - prod and preprod (at least from what I see in the In both cases the correct
But indeed what is inside the Pod at K8 is something completely different:
@muhammadimranfarooqi can you please take a quick look, why are the micro services configured with a old configuration files and also to merge the rest of the already prepared MRs for this deployment. I have pasted a short list in the gitlab request. Thank you in advance! |
I tried to redeploy those services configuration and all microservices still have errors. |
Following errror is common in all services logs
|
Hi @muhammadimranfarooqi @amaltaro , Even though I cannot reproduce it in my VM, I am now pretty sure this [1] upgrade of the And here is what they say about using this ssl library version as a backend: [3]. As of why this fails with the
So one way to proceed here would be:
@muhammadimranfarooqi @arooshap, can you please give it a try manually in one of the containers
[2]
[3] |
Hi @belforte @mapellidario , Tagging you here, even though the issues discussed are actually a longer chain, but the bit you might be interested with or affected somehow would be the obsolete [1] |
Thanks @todor-ivanov , in TW/Publisher we noticed around one week ago, "discussed" it here dmwm/CRABServer#7475, implemented a temporary workaround and forgot about it :) In crabserver rest we noticed when we migrated to py3 and put a workaround here So, thanks for the heads up, while we simply thought it was our problem only :) |
👍 |
And we just noticed GlobalWorkQueu is suffering the same issue as well. |
This one obviously did not get automatically closed by merging the relevant PRs at the deployment repository [1]. I am closing it with the current comment. |
Impact of the bug
All micro services
Describe the bug
During the validation process for
HG2212b
withWMCore v2.1.5rc2
andMicorServices v1.1.5.rc2
We figured out that all the micro services are failing to initialize with the following error [1]. It could be due to the recent splitting of all the various micro services in separate packages... but this is just a speculation at this stage.How to reproduce it
Just deploy the above tag and try to run the microservices in Kuberenetes.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context and error message
[1]
The text was updated successfully, but these errors were encountered: