raise time out limit for queries

12 views
Skip to first unread message

ben.t...@booking.com

unread,
Jan 14, 2019, 10:06:28 AM1/14/19
to Pinot Users
Hi, I'm trying to query percentileest queries using the standard query UI and it always times out after 10 seconds. I'm getting:
{
   
"exceptions": [],
   
"numServersQueried": 1,
   
"numServersResponded": 0,
   
"numSegmentsQueried": 0,
   
"numSegmentsProcessed": 0,
   
"numSegmentsMatched": 0,
   
"numDocsScanned": 0,
   
"numEntriesScannedInFilter": 0,
   
"numEntriesScannedPostFilter": 0,
   
"numGroupsLimitReached": false,
   
"totalDocs": 0,
   
"timeUsedMs": 10089,
   
"segmentStatistics": [],
   
"traceInfo": {}
}

Retrying it, I see timeUsedMs is always around 10 seconds so I'm guessing that's a default setting somewhere. How can this limit be raised? I'm fine with waiting a bit longer :).

Mayank Shrivastava

unread,
Jan 14, 2019, 10:23:09 AM1/14/19
to Pinot Users, ben.t...@booking.com
You can configure the following broker config to a large value of your choice:

    public static final String CONFIG_OF_BROKER_TIMEOUT_MS = "pinot.broker.timeoutMs";



Thanks,
Mayank

From: ben.teeuwen via Pinot Users <pinot...@googlegroups.com>
Sent: Monday, January 14, 2019 7:06 AM
To: Pinot Users
Subject: raise time out limit for queries
 
--
You received this message because you are subscribed to the Google Groups "Pinot Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pinot_users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pinot_users/bbbf7b26-35f2-47eb-994c-3df76e50c87e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages