-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
766 replica ordering #767
766 replica ordering #767
Conversation
What was the issue with |
all the ?files and other modifiers were written in the DB table datasets as the unique dataset name. This made it so we had a lot of different entries and a lot of lookups for the same dataset (with 65k files). |
now files=xxx works again |
It appears that there is not easy way of working around of the problem that wrong ?files=xxx implementation created. |
fixes issue with ?files etc..
added possibility to re-sort paths in transformers.
not sending full transformation log if it was successful.
ignoring errors on reading transformer log.