kbastani commented on pull request #8024: URL: https://github.com/apache/pinot/pull/8024#issuecomment-1015703262
> 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. Yes, let me look into this. We're discussing adding configuration overrides to QuickStarts as another PR. We're still sorting out the best design philosophy for this, as configuration keys are applied to separate components. I think ideally we would be able to provide an easier zero-downtime configuration manager, such as using a config server with auto-refresh scope. This would allow a user to use a git repository as a way to version control and manage configurations for each of the different components. Any thoughts on this @amrishlal? -- 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]
