jadami10 opened a new issue, #12316:
URL: https://github.com/apache/pinot/issues/12316
This is a very minor bug. It comes up in an environment where we automate
rebalances somewhat independently of user asks/table config changes.
Our table has:
- 0 semgments
- replica group conf
t0mpere commented on code in PR #12307:
URL: https://github.com/apache/pinot/pull/12307#discussion_r1465220293
##
pinot-spi/src/main/java/org/apache/pinot/spi/env/PinotConfiguration.java:
##
@@ -201,16 +200,16 @@ private static Configuration loadProperties(String
configPath) {
t0mpere commented on code in PR #12307:
URL: https://github.com/apache/pinot/pull/12307#discussion_r1465220293
##
pinot-spi/src/main/java/org/apache/pinot/spi/env/PinotConfiguration.java:
##
@@ -201,16 +200,16 @@ private static Configuration loadProperties(String
configPath) {
chenboat opened a new pull request, #12317:
URL: https://github.com/apache/pinot/pull/12317
Instructions:
1. The PR has to be tagged with at least one of the following labels (*):
1. `feature`
2. `bugfix`
3. `performance`
4. `ui`
5. `backward-incompat`
6
wirybeaver commented on PR #12238:
URL: https://github.com/apache/pinot/pull/12238#issuecomment-1908900521
Deployed this change to the company's prod cluster with following config and
the ERROR segments become ONLINE.
```
"fieldConfigList": [
{
"name": "foo"
wirybeaver commented on code in PR #12238:
URL: https://github.com/apache/pinot/pull/12238#discussion_r1460136520
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/JsonIndexTest.java:
##
@@ -371,6 +372,40 @@ public void testGetValuesForKeyAndDocs(
dang-stripe opened a new issue, #12318:
URL: https://github.com/apache/pinot/issues/12318
We have a Pinot cluster that consumes using isolation level READ_COMMITTED
from an exactly-once Flink app upstream. This Flink app publishes using Kafka
transactions. The app got into a state where it
Jackie-Jiang opened a new pull request, #12319:
URL: https://github.com/apache/pinot/pull/12319
- Fix the race condition for `largestSeenComparisonValue`
- Update primary key gauge when removing expired primary keys
Other changes:
- Add helper method to update primary key gauge
walterddr commented on code in PR #12238:
URL: https://github.com/apache/pinot/pull/12238#discussion_r1465669622
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/JsonIndexTest.java:
##
@@ -371,6 +372,40 @@ public void testGetValuesForKeyAndDocs()
codecov-commenter commented on PR #12319:
URL: https://github.com/apache/pinot/pull/12319#issuecomment-1909117465
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/12319?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
Jackie-Jiang merged PR #12319:
URL: https://github.com/apache/pinot/pull/12319
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 9c1bb02dec Misc fixes for upsert metadata manager
tibrewalpratik17 opened a new pull request, #12320:
URL: https://github.com/apache/pinot/pull/12320
`bugfix`
During minion-task generation, if segments are missing `downloadUrl` in ZK,
even those are processed and pushed to task-execution phase. While downloading
the file from deep-s
codecov-commenter commented on PR #12320:
URL: https://github.com/apache/pinot/pull/12320#issuecomment-1909555213
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/12320?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
14 matches
Mail list logo