https://pinot.apache.org/ logo
Join Slack
Powered by
# general
  • s

    Sunitha

    04/13/2019, 8:35 PM
    Shireen, you won’t see increased latency as long as you have cpu cycles to spare
  • s

    Sunitha

    04/13/2019, 8:36 PM
    What kind of requests do you have?
  • s

    Sunitha

    04/13/2019, 8:37 PM
    You can also expect latency to increase if your dataset does not fit into memory and you start paging in and out (for that your queries should touch most of the data)
  • s

    Shireen Nagdive

    04/13/2019, 8:38 PM
    There are different types of queries
  • w

    Wanning Wei

    04/15/2019, 4:30 PM
    is there a workaround to do conditional count on a field in PQL? Wanted to do something like
    Copy code
    select sum(case when foo = '' then 0 else 1 end) from ...
  • k

    Kishore G

    04/15/2019, 5:36 PM
    no, Pinot does not support case statements as of now
  • s

    Shubham Jindal

    04/16/2019, 12:28 AM
    Hi Team, I am working with Shireen on the Pinot project
  • s

    Shubham Jindal

    04/16/2019, 12:29 AM
    We were getting the error: java.net.NoRouteToHostException: Cannot assign requested address (Address not available) on controller I believe it is due to port unavailability. I am running the cluster at 1500 qps... for stress testing
  • s

    Shubham Jindal

    04/16/2019, 12:29 AM
    So to resolve the problem there are 3 steps 1) the recommended solution is to increase the port range to 1024 65535. 2) The close wait timeout is around 60 secs and recycle and reuse are turned off. So we can change it to 30, 1, 1. As recommended by "http://www.linuxbrigade.com/reduce-time_wait-socket-connections/"
  • s

    Shubham Jindal

    04/16/2019, 12:29 AM
    # Decrease TIME_WAIT seconds net.ipv4.tcp_fin_timeout = 30 # Recycle and Reuse TIME_WAIT sockets faster net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1
  • s

    Shubham Jindal

    04/16/2019, 12:29 AM
    Any suggestions/comments?
  • s

    Shubham Jindal

    04/16/2019, 12:30 AM
    Also there is 1 broker and 3 servers... each using 2GB out of 8GB total RAM space
  • m

    Mayank

    04/16/2019, 1:55 PM
    If you max out the connections on a broker, you can add more brokers.
  • m

    Mayank

    04/16/2019, 1:56 PM
    Also, you can play with Pinot broker timeout.
  • k

    Kishore G

    04/16/2019, 4:42 PM
    is the non blocking connection pushed?
  • k

    Kishore G

    04/16/2019, 4:42 PM
    @User
  • k

    Kishore G

    04/16/2019, 4:42 PM
    we should not be having this issue with non blocking rt
  • j

    Jackie

    04/16/2019, 6:51 PM
    Yes, and it's enabled by default
  • j

    Jackie

    04/16/2019, 6:51 PM
    But why the error is on controller?
  • k

    Kishore G

    04/16/2019, 6:52 PM
    they are running is old version of Pinot, asked @User to try with latest pinot code.
  • c

    Chinmay Soman

    04/22/2019, 6:27 PM
    I guess you folks have noticed the spam ? https://cwiki.apache.org/confluence/display/PINOT/Consuming+and+Indexing+rows+in+Realtime (comments)
  • m

    Mayank

    04/22/2019, 6:27 PM
    Yes
  • m

    Mayank

    04/22/2019, 6:28 PM
    Trying to find somehow who as permissions to delete those
  • k

    Kishore G

    04/22/2019, 6:39 PM
    I had given permission to Subbu and few others, cant remember
  • k

    Kishore G

    04/22/2019, 6:39 PM
    deleting is one, we should probably disallow commenting?
  • r

    Ravi

    04/22/2019, 6:39 PM
    Interesting place to do some SEO optimization 🙂. Reminds me of my work in the Bing Index team
  • s

    Sunitha

    04/24/2019, 10:42 PM
    I will be merging this change to cleanup our dependency tree: https://github.com/apache/incubator-pinot/pull/4155. If anyone has references to pinot-filesystem module in any extensions that have been built around it, please be aware that compilation might fail; you just need to remove the explicity pinot-filesystem dependency. Odds are that pinot-common is being depended on anyway, so nothing else should break.
  • s

    Seunghyun

    05/01/2019, 11:00 PM
    <!here> I would like to know how people are configuring log4j outside of LinkedIn @User @User @User We try to migrate to log4j2 but its configuration is not backward compatible. https://github.com/apache/incubator-pinot/pull/4139
  • c

    Chinmay Soman

    05/01/2019, 11:04 PM
    yes we do (Uber)
  • c

    Chinmay Soman

    05/01/2019, 11:04 PM
    1.7.6 version
1...767778...160Latest