pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
As reported in [this issue](https://github.com/apache/pinot/issues/13431) there is an issue where the created HttpClients do not respect the TLS configuration. This fixes that bug.
Based on the branch: https://github.com/ege-st/pinot/tree/erich_feature_map_type_merge_mutable_immutable_-_squash_v2_merge_master_squash
We have seen servers sometimes fail to pass the service status checker until the timeout is reached, even after all segments are online/in the expected state. Logs show: ``` Sleep...
**Labels** - `cleanup` **Description** - Remove call to deprecated ArrayUtils.isEquals
# Goal - Ability to impose query rate limits at database level. This will consider all the queries that are made to the tables present under the database. - Way...
Added configs to specify keepAlive and shutdownTimeout for `GrpcQueryClient`. - Added `channelShutdownTimeoutSecond` config for `GrpcQueryClient` with default of 10s. - Added configs for keep-alive: - `channelKeepAliveEnabled` to enable/disable the feature,...
- Currently, a number of quickstarts (`GenericQuickstart`, `MultistageEngineQuickStart` etc.) encounter errors while ingesting data into some tables: ``` java.lang.RuntimeException: Caught exception during running - org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:152) ~[classes/:?] at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:121)...
# Description Expose an API that provides the value of `MinionGauge.NUMBER_OF_TASKS` gauge which corresponds to the number of active task executions going on the minion. Path : `/tasks/active/count` Method :...
Bumps [net.openhft:posix](https://github.com/OpenHFT/posix) from 2.26ea1 to 2.26ea2. Release notes Sourced from net.openhft:posix's releases. posix: 2.26ea2 No changelog for this release. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
I have a table in the below format where i want to combine all the values into an array. device_id affected_devices CNQ5LBN2NL-test4 {"device_list":["CNQ5LBN2NL-test4-test"],"device_type":"client1"} CNQ5LBN2NL-test6 {"device_list":["CNQ5LBN2NL-test6"],"device_type":"client2"} CNQ5LBN2NL-test3 {"device_list":["CNQ5LBN2NL-test3-test"],"device_type":"client3"} CNQ5LBN2NL-test5 {"device_list":["CNQ5LBN2NL-test5"],"device_type":"client4"} CNQ5LBN2NL-test7...