Anand Kr Shaw
12/16/2024, 9:08 AMAbhishek Sharma
12/31/2024, 1:07 AMAbhishek Sharma
01/10/2025, 2:50 AMAbhishek Sharma
01/12/2025, 11:03 PMAbhishek Sharma
02/02/2025, 1:07 PMMannoj
02/03/2025, 9:26 AMAnand Kr Shaw
02/06/2025, 4:35 AMJackie
02/06/2025, 7:56 PMArman
02/19/2025, 9:25 AMConnectionFactory.fromZookeeper(zkServers)
to block forever. Apparently, the issue is due to the latest version of zkClient library (0.11). I tested older version of Pinot client (0.9.3) relying on previous versions of zkClient (0.7) and everything worked fine. I have also opened an issue on GH https://github.com/apache/pinot/issues/15074 .
A couple of workaround comes to my mind and I wanted to know your perspective on this and how we can tackle it.
First, this repo https://github.com/sgroschupf/zkclient seems abandoned and we may not expect any fix for this issue from their side. We have the option to use the implementation provided by Apache Helix - zkClient .
Second, we can remove the dependency to this lib and write a compatible wrapper using latest official zookeeper client.N R Neha
02/25/2025, 6:59 PM2025/02/25 10:55:02.231 ERROR [PinotQueryResource] [grizzly-http-server-13] Caught exception while processing post request
java.net.ConnectException: Operation timed out
at java.base/sun.nio.ch.Net.connect0(Native Method) ~[?:?]
at java.base/sun.nio.ch.Net.connect(Net.java:579) ~[?:?]
at java.base/sun.nio.ch.Net.connect(Net.java:568) ~[?:?]
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:576) ~[?:?]
at java.base/java.net.Socket.connect(Socket.java:666) ~[?:?]
at java.base/java.net.Socket.connect(Socket.java:600) ~[?:?]
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183) ~[?:?]
2025/02/25 10:55:02.230 ERROR [PinotQueryResource] [grizzly-http-server-13] Caught exception in sendQueryRaw
java.net.ConnectException: Operation timed out
at java.base/sun.nio.ch.Net.connect0(Native Method) ~[?:?]
at java.base/sun.nio.ch.Net.connect(Net.java:579) ~[?:?]
There are no errors in the server logs. Can you provide any pointers to unblock from this? ThanksYarden Rokach
Daniil
03/07/2025, 1:43 PM/ingestFromURI
endpoint, which is not meant for production, and the PR includes testsManish G
03/11/2025, 12:41 PMPeter Corless
03/11/2025, 3:42 PMPeter Corless
03/11/2025, 3:43 PMbenson yuan
03/14/2025, 12:34 AMManish G
03/27/2025, 12:38 PMYarden Rokach
Manish G
04/05/2025, 8:26 AMPeter Corless
04/07/2025, 6:31 PMIndira Vashisth
04/23/2025, 3:02 AMvinod kumar naidu
04/24/2025, 6:52 AMManish G
05/01/2025, 11:21 AMManish G
05/01/2025, 11:23 AMManish G
05/01/2025, 11:26 AMManish G
05/01/2025, 11:27 AMrobert zych
05/01/2025, 1:57 PMChris Peck
05/05/2025, 7:51 PMError: Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.23.1:cmp (default) on project pinot-spi: There is at least one incompatibility: org.apache.pinot.spi.config.table.JsonIndexConfig.JsonIndexConfig(java.lang.Boolean,int,boolean,boolean,java.util.Set,java.util.Set,java.util.Set,java.util.Set,int,boolean):CONSTRUCTOR_REMOVED -> [Help 1]
Any concerns with excluding some config classes (or parent config package) from this check? or should we be creating a new constructor for every config addition going forward?Nithinjith Pushpakaran
05/07/2025, 9:07 AM