Skip to content
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

To avoid latency disable uniq sorting by default and made it optional #2898

Merged
merged 2 commits into from Mar 21, 2017
Merged

To avoid latency disable uniq sorting by default and made it optional #2898

merged 2 commits into from Mar 21, 2017

Conversation

vkuznet
Copy link
Contributor

@vkuznet vkuznet commented Mar 14, 2017

I found that recent change to use unique results may significantly hurt performance for large queries, such as file dataset=/Neutrino_E-10_gun/RunIISpring15PrePremix-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v2-v2/GEN-SIM-DIGI-RAW which returns 125K+ LFNs. Sorting of such list will take a minute and not really necessary. While for other DAS queries, such as site for given dataset, it is required since users want to see final set of sites, while results shows all possible replicas. As compromise I made unique flag and made it optional. By default sorting/uniq is disabled to provide ability to look-up results as fast as possible.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @vkuznet (Valentin Kuznetsov) for branch IB/CMSSW_9_1_X/gcc530.

@cmsbuild, @smuzaffar, @iahmad-khan, @davidlange6 can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@vkuznet
Copy link
Contributor Author

vkuznet commented Mar 17, 2017

please test

@vkuznet
Copy link
Contributor Author

vkuznet commented Mar 20, 2017

@smuzaffar, Shahzad could you please trigger tests build, I submit PR early last week.

@smuzaffar
Copy link
Contributor

please also update dasgoclient.spec

@cmsbuild
Copy link
Contributor

Pull request #2898 was updated.

@smuzaffar
Copy link
Contributor

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 21, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/18597/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@smuzaffar smuzaffar merged commit 0cb5445 into cms-sw:IB/CMSSW_9_1_X/gcc530 Mar 21, 2017
@cmsbuild
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants