Prashant Pandey
Prashant Pandey
## Use Case Hypertrace currently uses `P99 Latency` as its default sort order in many views (`backends`, `services`, etc). Even if the user does not have any sorting preference, Hypertrace...
Currently, the RTP tool calculates `numCompletedSegmentsPerPartition` as: `int numCompletedSegmentsPerPartition = (_tableRetentionHours + numHoursToConsume - 1) / numHoursToConsume - 1;` `_tableRetentionHours` is read from the user-supplied table config. However, this does...
Selected an invalid time range: This throws an error. Saw the logs: `java.lang.IllegalArgumentException: Invalid time range. Both start and end times have to be valid timestamps.` Would be helpful if...
## Use Case We would like to have configurable time ranges on the UI. ## Proposal The current UI gives the following options: Our daily ingestion is > 2T/day. Given...
### Description I am trying to run Apache Pinot on ARM64 (Graviton). While the table partitions are loaded successfully on x86, I get the following exception on ARM: ``` org.apache.lucene.index.IndexFormatTooNewException:...
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** I have a dependency on `frontend-maven-plugin` in my application which is defined as:...
Recently, we've observed that RT ingestion stopped simply because of not enough servers to fulfil the replication configured and no warning / error given to user. This PR adds a...