This is an automated email from the ASF dual-hosted git repository.
gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.
from 49bd167 serve web-console even if router management proxy is not
enabled (#8797)
add 511fa74 Move maxFetchRetry to FetchConfig; rename OpenObject (#8776)
No new revisions were added by this update.
Summary of changes:
.../{PrefetchConfig.java => FetchConfig.java} | 29 +++++++----
.../druid/data/input/impl/prefetch/Fetcher.java | 48 ++++++++++--------
.../data/input/impl/prefetch/FileFetcher.java | 27 ++++------
.../{OpenedObject.java => OpenObject.java} | 6 +--
.../PrefetchableTextFilesFirehoseFactory.java | 58 ++++++++++------------
.../firehose/PrefetchSqlFirehoseFactory.java | 40 +++++++--------
.../segment/realtime/firehose/SqlFetcher.java | 14 +++---
7 files changed, 108 insertions(+), 114 deletions(-)
rename
core/src/main/java/org/apache/druid/data/input/impl/prefetch/{PrefetchConfig.java
=> FetchConfig.java} (75%)
rename
core/src/main/java/org/apache/druid/data/input/impl/prefetch/{OpenedObject.java
=> OpenObject.java} (92%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]