-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare For Partial Data V2 #264
Changes from 4 commits
726d5d4
80325d6
a5e6c01
3135b53
1408d64
e5de67a
e5f0c9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,9 @@ bard__default_asyncAfter=never | |
# Flag to turn on case sensitive keys in keyvalue store | ||
bard__case_sensitive_keys_enabled = false | ||
|
||
# Sets the upper limit of the number of Druid uncovered interval. Default is -1 meaning no uncovered interval is allowed | ||
bard__druid_uncovered_interval_limit = -1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wouldn't 0 be just as good for 'no uncovered interval'? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michael-mclawhorn @cdeszaq @garyluoex I vote for 0 but I'm open to either There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets change it to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @garyluoex @michael-mclawhorn I have changed it to 0. #267 has been update as well. |
||
|
||
# The implementation of the com.yahoo.bard.webservice.logging.LogFormatter to use to format the RequestLog logging | ||
# blocks. By default, the RequestLog is formatted as JSON. | ||
bard__log_formatter_implementation=com.yahoo.bard.webservice.logging.JsonLogFormatter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list things like, added more error message, added new feature flag, added new queryContext