pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
- Closes #14087 - Checks if table is disabled - If table is disabled, then sends an error specifying that the table is disabled when queried
As mentioned here https://github.com/apache/pinot/pull/14015#discussion_r1796831201 just raising ticket track cleaning and sorting the dependencies in the pom files.
Tracker for the proposal in #13760. ### Milestones - [x] Add SPI code to main - [x] Add E2E single server support to main - [ ] Robust Phase-1 implementation,...
When a table is disabled, we constantly see this error in broker logs. Since the log level is set to ERROR for this, this triggers our alarms. Can we set...
We ran into some errors with previous version #14074 and hence it was reverted with #14127 . Here's the new PR with multiple fixes after the revert The ingestion offset...
Start Kafka after zookeeper in integration tests
Cursor support will allow Pinot clients to consume query results in smaller chunks. This feature allows clients to work with lesser resources esp. memory. Application logic is simpler with cursors....
Currently some of the the job specification properties are defined at each implementation of batch ingestion like Hadoop job runner has defined the job spec constants in it's corresponding implementation:...
Relates to https://github.com/apache/pinot/issues/10712 This PR proposes to remove the concept of separate "servers" for OFFLINE and REALTIME query handling. Instead, queries are uniquely identified based on the physical table that...
We often get error segments due to the inability of one of the replicas to download an online segment from a peer. And most of the times, we aren't able...