-
Right now, there's a very old version of Pinot used in the normal Dockerfile, which may be why we are using an old 0.3 client jar. While it is likely clients can be upgraded ahead of servers, we shoul…
-
For a server with a lot of segments for Upsert tables, the server start process may result in high GC activity and its zk client may be disconnected temporarily. In such case, the server may not regi…
-
I'm using Apache Pinot 1.0.0 and I'm having some trouble when creating an inverted index on a multi-value column. This is my table config:
```
{
"tableName": "devices",
"tableType": "REA…
-
```
SELECT n.name, r.name FROM nation n JOIN region r on n.regionkey = r.regionkey
io.trino.plugin.pinot.PinotException: Segment query returned '12' rows per split, maximum allowed is '11' rows. w…
ebyhr updated
2 years ago
-
Hi
we are seeing some exception in our running service when issue a query to a large table:
`
2019-01-16 02:03:14 ERROR ServerQueryExecutorV1Impl:172 - Exception processing requestId 8229
jav…
-
I'm trying to up a pinot cluster for my tests with the following docker-compose configuration:
```yaml
version: '3'
services:
zookeeper:
image: zookeeper:3.5.6
pinot:
image: apa…
Eywek updated
3 years ago
-
While analyzing the [integration test run ](https://github.com/apache/pinot/actions/runs/5815928578/job/15768265482?pr=11312), found issue related to `ClassCastException`
```
02:50:03.078 ERROR [Con…
-
Hi, I'm on docker setup.
I'm trying to implement JMX to Prometheus https://docs.pinot.apache.org/operators/operating-pinot/monitoring
This is my docker-compose
version: '3.7'
services:
z…
-
we recently had some dns instability issues w/ our kafka cluster that caused consumer creation to fail since it couldn't resolve broker dns. while investigating, we noticed that we were creating N con…
-
This issue extends upon https://github.com/apache/pinot/issues/6939.
Currently, for a query, broker can only return JSON response. However, for better performance on client side, it might be desira…