Manish G
11/03/2024, 12:41 PMAnand Kr Shaw
11/05/2024, 4:59 AMGonzalo Ortiz
11/06/2024, 11:36 AMNihal Jain
11/08/2024, 1:52 PMManish G
11/09/2024, 5:54 AMIlam Kanniah
11/13/2024, 6:05 PMController AccessControl interface accepts Request parameter
up for review now, appreciate any feedback on the same! Thanks!Indira Vashisth
11/14/2024, 9:21 AMManish G
11/16/2024, 2:52 PMrobert zych
11/19/2024, 1:02 AMJSON_MATCH(json, '"$.array[*]" != ''a''')
return true or false if the array is ["a","b","c"]
?Rajeshbabu Chintaguntla
11/20/2024, 1:46 AMrobert zych
11/25/2024, 7:22 PMmvn clean test
after the release branch is cut. Is this step still valid? On my end (using the master branch) I see that maven skips all of the tests because “clean tests” is an unknown lifecycle.Manish G
12/01/2024, 9:48 AMPraveen Kumar Chaganlal
12/06/2024, 5:26 AMAnand 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 AM