npawar commented on PR #15050:
URL: https://github.com/apache/pinot/pull/15050#issuecomment-2661233155
> This PR adds a `summary` option to the TableRebalance API which is meant
to be used with `dryRun`. If `summary` is set to `true` a summary of the
dry-run is returned rather than the full
codecov-commenter commented on PR #15070:
URL: https://github.com/apache/pinot/pull/15070#issuecomment-2661125201
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15070?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
noob-se7en opened a new pull request, #15070:
URL: https://github.com/apache/pinot/pull/15070
**Problem**
Encountered an issue where if PartitionConsumer runs into an Exception, The
Consumer thread gets stuck in an endless loop of
[postStopConsumedMsg](https://github.com/apache/pinot/blo
codecov-commenter commented on PR #15069:
URL: https://github.com/apache/pinot/pull/15069#issuecomment-2660870732
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15069?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
vrajat commented on code in PR #15069:
URL: https://github.com/apache/pinot/pull/15069#discussion_r1957085491
##
pinot-core/src/main/java/org/apache/pinot/core/accounting/PerQueryCPUMemAccountantFactory.java:
##
@@ -278,8 +278,9 @@ public void updateQueryUsageConcurrently(String
vrajat commented on code in PR #15069:
URL: https://github.com/apache/pinot/pull/15069#discussion_r1957085311
##
pinot-core/src/main/java/org/apache/pinot/core/accounting/PerQueryCPUMemAccountantFactory.java:
##
@@ -278,8 +278,9 @@ public void updateQueryUsageConcurrently(String
yashmayya commented on code in PR #15069:
URL: https://github.com/apache/pinot/pull/15069#discussion_r1957084417
##
pinot-core/src/main/java/org/apache/pinot/core/accounting/PerQueryCPUMemAccountantFactory.java:
##
@@ -278,8 +278,9 @@ public void updateQueryUsageConcurrently(Str
vrajat opened a new pull request, #15069:
URL: https://github.com/apache/pinot/pull/15069
Issues like https://github.com/apache/pinot/issues/15045 are caused because
some query execution paths are not instrumented to capture thread usage. When
instrumentation is turned on NPE is caused. Sin
meshari343 commented on issue #14703:
URL: https://github.com/apache/pinot/issues/14703#issuecomment-2660847118
@ashishjayamohan , I still haven’t fully understood the design of the
system, but since you’re interested on this issue then sure you’re more than
welcome.
--
This is an automa