Bug 576647 - SegmentStoreScatterDataProvider#fetchTree returns status failed when segment store is not ready
Summary: SegmentStoreScatterDataProvider#fetchTree returns status failed when segment ...
Status: NEW
Alias: None
Product: Tracecompass
Classification: Tools
Component: Analysis (show other bugs)
Version: 7.1.0   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-15 08:38 EDT by Bernd Hufmann CLA
Modified: 2021-11-05 09:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Hufmann CLA 2021-10-15 08:38:52 EDT
SegmentStoreScatterDataProvider#fetchTree returns ITmfResponse.Status.FAILED when segment store is not ready. This happens for example if the segment store provider is an TmfAbstractAnalysisModule and it's not completed when fetchTree is called.

The fetchTree should either wait till it's completed or return ITmfResponse.Status.RUNNING it that case.
Comment 1 Eclipse Genie CLA 2021-10-15 09:53:11 EDT
New Gerrit change created: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/186536