Jackie
05/13/2024, 5:14 PMPratik Tibrewal
05/15/2024, 3:20 PMJack Luo
05/21/2024, 10:59 PMsrc/main/java/org/apache/pinot/query/parser/ParserUtils.java
. Obviously, we can hard-code a larger max length which is fine with us. For OSS, is there any recommendation on the mechiansm to pass in this max length as a config property?Sean Sullivan
05/25/2024, 4:23 PMpiby
05/25/2024, 6:39 PMAmeen
05/30/2024, 11:54 AMMalte Granderath
06/05/2024, 3:02 PMHttpClients.custom()
(like here and here) which does not default to the default SSLSocketFactory
but instead creates a default here. That means that requests are failing between the different nodes. I can add a fix for this by either enabling the use of system properties (with useSystemProperties) or manually define the SSLContext. What are we thinking?Pankaj Kaushal
06/06/2024, 12:45 PMYash Mayya
06/10/2024, 10:28 AMKishore G
Pratik Tibrewal
06/13/2024, 4:14 PMpiby
06/20/2024, 5:44 PMAnkit Sultana
06/22/2024, 4:45 AMSean Sullivan
06/27/2024, 3:43 PMmigrate from Apache HttpClient 4 to Apache HttpClient 5
https://github.com/apache/pinot/pull/13222Sean Sullivan
07/01/2024, 8:17 PMmigrate from Apache HttpClient 4 to Apache HttpClient 5
https://github.com/apache/pinot/pull/13222piby
07/04/2024, 3:37 PMamit raj
07/08/2024, 6:07 AMPeter Corless
07/08/2024, 3:34 PMPeter Corless
07/08/2024, 3:37 PMamit raj
07/09/2024, 7:36 AMHarshil Shah
07/10/2024, 8:50 PM#build symlink directory
build*
Should it be
#build symlink directory
build
or
#build symlink directory
build/*
Sean Sullivan
07/16/2024, 5:04 PMS3 storage class config
https://github.com/apache/pinot/pull/13613Pankaj Kaushal
07/22/2024, 8:24 AMSean Sullivan
07/22/2024, 9:42 PMHarshil Shah
07/27/2024, 12:33 AMaadil khalifa
07/30/2024, 5:06 PMGonzalo Ortiz
08/01/2024, 3:14 PMEvan Galpin
08/07/2024, 6:51 PMmvn
build command for building locally? In the docs[1], I can see that the build command listed is:
$mvn install package -DskipTests -Pbin-dist -DdownloadSources -DdownloadJavadocs
However, when running this, I see the following warning and do not end up with a build
directory which I did in previous executions:
[WARNING] The requested profile "bin-dist" could not be activated because it does not exist.
Any thoughts? Have there been intentional changes to the build process that arenโt yet documented? Trying to narrow down whether itโs my env or not
[1] https://docs.pinot.apache.org/developers/developers-and-contributors/code-setup#mavenJack Luo
08/08/2024, 8:36 PMPinot Compatibility Regression Testing
CI workflow?
20:23:53.164 INFO [SegmentOp] [main] Successfully created segment: FeatureTest1_Segment5 at directory: /tmp/pinot-compat-test-segment-op-a499654e-d79a-40cb-9ec7-6e3057b2c4c4/output/FeatureTest1_Segment5
20:23:53.205 INFO [SegmentOp] [main] Tarring segment from: /tmp/pinot-compat-test-segment-op-a499654e-d79a-40cb-9ec7-6e3057b2c4c4/output/FeatureTest1_Segment5 to: /tmp/pinot-compat-test-segment-op-a499654e-d79a-40cb-9ec7-6e3057b2c4c4/output/FeatureTest1_Segment5.tar.gz
20:23:53.482 INFO [HttpClient] [main] Sending request: /v2/segments?tableName=FeatureTest1_OFFLINE to controller: <http://fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net|fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net>, version: 1.3.0-SNAPSHOT-01910b8468ce6e8b01c0a031610e3262d2c44619
20:23:53.533 INFO [HttpClient] [main] Sending request: /tables/FeatureTest1_OFFLINE/externalview to controller: <http://fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net|fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net>, version: 1.3.0-SNAPSHOT-01910b8468ce6e8b01c0a031610e3262d2c44619
20:23:53.551 INFO [HttpClient] [main] Sending request: /tables/FeatureTest1_OFFLINE/externalview to controller: <http://fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net|fv-az1432-390.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net>, version: 1.3.0-SNAPSHOT-01910b8468ce6e8b01c0a031610e3262d2c44619
20:23:53.552 INFO [SegmentOp] [main] Successfully verified segment FeatureTest1_Segment5 and its current status is ONLINE.
20:23:53.737 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:23:54.742 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:23:55.747 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
...
20:25:45.149 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:46.153 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:47.156 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:48.159 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:49.162 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:50.165 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:51.168 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:52.171 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:53.175 WARN [SegmentOp] [main] Routing table has not been updated yet, will retry after 1000 ms.
20:25:54.178 ERROR [SegmentOp] [main] Upload segment verification failed, routing table has not been updated after max wait time 120000 ms.
Is routing table some external service? Is there a way to run the unit test locally to debug?Anand Kr Shaw
08/09/2024, 8:42 AM