-
Notifications
You must be signed in to change notification settings - Fork 5
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
Debug Logging and Attempt to resolve caching issues #469
Conversation
…IDE linting unknown args with populate_obj for sqlalchemy instances
…ce cache regions (relates to #466)
Codecov Report
@@ Coverage Diff @@
## master #469 +/- ##
=======================================
Coverage 79.28% 79.29%
=======================================
Files 70 70
Lines 8836 8846 +10
Branches 1207 1196 -11
=======================================
+ Hits 7006 7014 +8
- Misses 1550 1554 +4
+ Partials 280 278 -2
Continue to review full report at Codecov.
|
@tlvu When re-testing, see if you can enable DEBUG logging for both Magpie and Twitcher so we can have a clear idea of which steps are happening in case the caching-related error still occurs. If it does happen, I would also appreciate if you could try running Twitcher with
While mine are as follows (
I'm not sure if their worker/threading vs memory sharing strategies are equivalent, but I can never replicate the error you get when using |
Isn't this choice in the Twitcher docker image, the CMD or ENTRYPOINT line? If in birdhouse-deploy, please make a PR and I can enable it on our staging server and try another round of Jenkins run to smoke out the problem. Have you been able to reproduce it from a real PAVICS stack on your end? Otherwise, you can hit our staging server https://medus.ouranos.ca. I got it reproduced a few times. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, ignore my f-string comment if compat with python 3.5 and below is needed or if any other reasons. This is not blocking at all.
The docker offers both It is overridden in birdhouse-deploy: I have not been able to test on a full stack. I will push the tag now to make the patch available. |
Sorry, I was not clear. I meant reproduce the faulty behavoir with the current old version of Magpie/Twitcher that is in birdhouse-deploy right now but on the full PAVICS on your side.
No rush. I am working on Geoserver this week. We had a power outage at the beginning of the week with problems so I already lost some time there. |
resource
object between service/acl cachesrelates to #466