-
Notifications
You must be signed in to change notification settings - Fork 176
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
Mix of groups for ReportGeneratorHandler #6877
Comments
This commit feels fishy but I can't quite persuade myself what the problem is: DIRACGrid/WebAppDIRAC@5370787 Does it go away if you restart the webapp? |
Mmm:
who's hotfixing? |
Restoring |
Making explicit imports in TornadoREST resulted in the above error as WebHandler was relying on TornadoResponse import in TornadoREST. This PR DIRACGrid/WebAppDIRAC#731 fixes the issue. |
OK thank. But the original error reported in this issue stands. |
That has been observed today in production in LHCb. |
Just for completeness, not to forget:
|
I have 2 distinct instances of https://lbcertifdirac70.cern.ch/ running in Chrome, one of them in private mode.
In one of them I have group "dirac_prod". In the other one I have group "dirac_admin". When I make a query to the Accounting (ReportGenerator Handler), independently from which window I do the query, in the log I see something similar to what is below:
Note that above the group is initially "dirac_prod", and then "dteam_admin".
It seems it only affects ReportGenerator.
The text was updated successfully, but these errors were encountered: