You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://git.eclipse.org/r/134665 a 'reverse' parameter was added to the signature of the IStateHistoryBackend.query2D() interface.
The state system was changed to call this new method. But ThreadedHistoryTreeBackend was not updated to implement this method, and therefore the implementation in base class HistoryTreeBackend is used. The base class is not aware of and misses intervals that are currently held in the interval queue (BufferedBlockingQueue) waiting to be written to file.
The text was updated successfully, but these errors were encountered:
PatrickTasse
added a commit
to PatrickTasse/org.eclipse.tracecompass
that referenced
this issue
Sep 23, 2024
The new API for query2D with reverse parameter is implemented in
ThreadedHistoryTreeBackend. This avoids the base class implementation
from being used, which is missing queued intervals.
Fixeseclipse-tracecompass#158
[Fixed] Implement new query2D API in ThreadedHistoryTreeBackend\
Signed-off-by: Patrick Tasse <[email protected]>
The new API for query2D with reverse parameter is implemented in
ThreadedHistoryTreeBackend. This avoids the base class implementation
from being used, which is missing queued intervals.
Fixes#158
[Fixed] Implement new query2D API in ThreadedHistoryTreeBackend\
Signed-off-by: Patrick Tasse <[email protected]>
In https://git.eclipse.org/r/134665 a 'reverse' parameter was added to the signature of the IStateHistoryBackend.query2D() interface.
The state system was changed to call this new method. But ThreadedHistoryTreeBackend was not updated to implement this method, and therefore the implementation in base class HistoryTreeBackend is used. The base class is not aware of and misses intervals that are currently held in the interval queue (BufferedBlockingQueue) waiting to be written to file.
The text was updated successfully, but these errors were encountered: