Ticket #628 (closed enhancement: fixed)

Opened 9 months ago

Last modified 5 months ago

Replay - automatically search multiple partitions

Reported by: mdickey Owned by: mbelongie
Priority: blocker Milestone: Pion 2.2.2
Component: Pion Replay Version:
Keywords: Cc:

Description

Starting with 2.1, you have to search each database partition individually, and manually. Instead, the user should be able to provide (any) date/time range, and automatically figure out and search all the relevant partitions.

Change History

Changed 9 months ago by mdickey

  • summary changed from Replay - allow searching based on flexible date ranges to Replay - automatically search multiple partitions

Changed 8 months ago by mdickey

  • priority changed from critical to blocker

Changed 7 months ago by totala

  • owner changed from totala to mbelongie

ReplayService now supports "range=X-Y" (where X=starting-epoch, and Y=ending-epoch) for date/time ranges -- as an alternative to "partition=N" If the range equates to a single partition, all is usual... if the range equates to multiple partitions, they will each be queried asynchronously in most-recent-first order, and result set is built on the fly in a non-blocking manner.

UI needs to be updated to support this new behavior.

Changed 6 months ago by mbelongie

  • status changed from new to closed
  • resolution set to fixed

Changed 5 months ago by mdickey

  • component changed from Enterprise Plugins to Pion Replay
Note: See TracTickets for help on using tickets.