[kepler-dev] [Bug 5297] Workflow Run Manager - no indication of progress during preview runs download

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Feb 7 14:36:30 PST 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5297

--- Comment #2 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2011-02-07 14:36:29 PST ---
This bug is just for fetching data needed to build "preview" WorkflowRuns (bits
from the karXML, not the kars or entire karXMLs). I get all records in one
query to metacat. I did some quick timing tests of WRM with kepler-dev (there
are a few reasons why these shouldn't be considered exact, but they give a good
rough idea) :

The ~30s that it currently takes to show all ~131 preview runs for a first time
switch of WRM to kepler-dev breaks down roughly:
1) "anon" authentication via kepler gui: ~6s
2) query to fetch all data needed to build workflowRuns: ~4s
3) locally building runs, writing to provenance and tracker file: ~17s

For a subsequent Refresh action:
1) ~0s (already authenticated)
2) ~3s
3) ~0s

So I'll look into improving #3, the big cost must be the write actions.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list