You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/14 22:07:23 UTC

[GitHub] [pinot] amrishlal commented on pull request #8024: Created EmptyQuickstart command

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org