amrishlal commented on pull request #8024:
URL: https://github.com/apache/pinot/pull/8024#issuecomment-1013505676


   This is going to be super useful. I am wondering if we can have the option 
to set certain parameters as well to make debugging using Quickstart easier:
   
   CommonConstants.java:
     public static final long DEFAULT_BROKER_TIMEOUT_MS = 10_000L
     public static final long DEFAULT_QUERY_EXECUTOR_TIMEOUT_MS = 15_000L
     - setting to higher value will prevent execution from terminating while 
debugging using Quickstart.
    
   Also, if possible:
   QueryException.java:
     private static int _maxLinesOfStackTracePerFrame = 5;
     - setting to higher value while launching quickstart will allow for seeing 
full stack trace in console when query fails.
   
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to