[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334759043 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] weitianpei commented on issue #6468: Unexpected "Triggering JVM shutdown"

2019-10-14 Thread GitBox
weitianpei commented on issue #6468: Unexpected "Triggering JVM shutdown" URL: https://github.com/apache/incubator-druid/issues/6468#issuecomment-542039470 hi,KenjiTakahashi : I have met the same issue as you.Have you solved your problem?Can you help me. Please reply to me,my email i

[incubator-druid-website-src] branch master updated: Update Starter issues link.

2019-10-14 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git The following commit(s) were added to refs/heads/master by this push: new 05ce1e6 Update Starter issue

[GitHub] [incubator-druid-website-src] gianm opened a new pull request #64: Update Starter issues link.

2019-10-14 Thread GitBox
gianm opened a new pull request #64: Update Starter issues link. URL: https://github.com/apache/incubator-druid-website-src/pull/64 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-druid] gianm commented on issue #713: Reported classloader issues with hdfs-storage-module

2019-10-14 Thread GitBox
gianm commented on issue #713: Reported classloader issues with hdfs-storage-module URL: https://github.com/apache/incubator-druid/issues/713#issuecomment-542033779 This isn't isn't relevant any longer. Hadoop jars aren't needed on Druid's main classpath. -

[GitHub] [incubator-druid] gianm closed issue #713: Reported classloader issues with hdfs-storage-module

2019-10-14 Thread GitBox
gianm closed issue #713: Reported classloader issues with hdfs-storage-module URL: https://github.com/apache/incubator-druid/issues/713 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-druid] jihoonson commented on issue #8673: InlineFirehose does not work with index_parallel ingestion

2019-10-14 Thread GitBox
jihoonson commented on issue #8673: InlineFirehose does not work with index_parallel ingestion URL: https://github.com/apache/incubator-druid/issues/8673#issuecomment-542024506 I was writing about the same comment with @ccaominh. InlineFirehose could implement FiniteFirehoseFactory but it

[GitHub] [incubator-druid] ccaominh commented on issue #8673: InlineFirehose does not work with index_parallel ingestion

2019-10-14 Thread GitBox
ccaominh commented on issue #8673: InlineFirehose does not work with index_parallel ingestion URL: https://github.com/apache/incubator-druid/issues/8673#issuecomment-542024078 To work with parallel indexing, one possibility is to modify`InlineFirehose` to implement `FiniteFirehoseFactory`

[GitHub] [incubator-druid] vogievetsky commented on issue #8670: Issue with "Paste Data" data load

2019-10-14 Thread GitBox
vogievetsky commented on issue #8670: Issue with "Paste Data" data load URL: https://github.com/apache/incubator-druid/issues/8670#issuecomment-542018032 The error you are seeing is a bug and is a manifestation of https://github.com/apache/incubator-druid/issues/8673 To get around i

[GitHub] [incubator-druid] vogievetsky opened a new issue #8673: InlineFirehose does not work with index_parallel ingestion

2019-10-14 Thread GitBox
vogievetsky opened a new issue #8673: InlineFirehose does not work with index_parallel ingestion URL: https://github.com/apache/incubator-druid/issues/8673 As the title says, if you try to submit a task like: ```json { "type": "index_parallel", "spec": { "type": "

[GitHub] [incubator-druid] vogievetsky opened a new pull request #8672: Druid Doctor

2019-10-14 Thread GitBox
vogievetsky opened a new pull request #8672: Druid Doctor URL: https://github.com/apache/incubator-druid/pull/8672 ![image](https://user-images.githubusercontent.com/177816/66796429-7a9eca80-eebc-11e9-8c45-f90a6d817c53.png) Adding a testing and troubleshooting framework to the consol

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334687224 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] smildlzj commented on issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
smildlzj commented on issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721#issuecomment-541998794 > Hi @smildlzj, sorry for late response. > > This error is just a sanity check and shouldn't happen in production. Do you still see th

[GitHub] [incubator-druid] jon-wei opened a new pull request #8671: More Kinesis resharding adjustments

2019-10-14 Thread GitBox
jon-wei opened a new pull request #8671: More Kinesis resharding adjustments URL: https://github.com/apache/incubator-druid/pull/8671 This PR adjusts certain aspects of the Kinesis resharding fixes introduced in #8644: - #8644 changed the shardID -> partition group mapping to use hashing

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334718832 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334717418 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334715834 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334714150 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334712882 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334712933 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334711623 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] jihoonson commented on issue #8573: Stateful auto compaction

2019-10-14 Thread GitBox
jihoonson commented on issue #8573: Stateful auto compaction URL: https://github.com/apache/incubator-druid/pull/8573#issuecomment-541965075 Some docs should be further updated, but I will do it once this PR and https://github.com/apache/incubator-druid/pull/8570 are merged. --

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8573: Stateful auto compaction

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8573: Stateful auto compaction URL: https://github.com/apache/incubator-druid/pull/8573#discussion_r334692216 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/common/task/BatchAppenderators.java ## @@ -

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8573: Stateful auto compaction

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8573: Stateful auto compaction URL: https://github.com/apache/incubator-druid/pull/8573#discussion_r334692196 ## File path: core/src/main/java/org/apache/druid/timeline/CompactionState.java ## @@ -0,0 +1,85 @@ +/* + * License

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8573: Stateful auto compaction

2019-10-14 Thread GitBox
jihoonson commented on a change in pull request #8573: Stateful auto compaction URL: https://github.com/apache/incubator-druid/pull/8573#discussion_r334692175 ## File path: core/src/main/java/org/apache/druid/timeline/CompactionState.java ## @@ -0,0 +1,85 @@ +/* + * License

[GitHub] [incubator-druid] gianm commented on issue #8664: [WIP] Address security vulnerabilities

2019-10-14 Thread GitBox
gianm commented on issue #8664: [WIP] Address security vulnerabilities URL: https://github.com/apache/incubator-druid/pull/8664#issuecomment-541964556 @ccaominh if you're considering a Guava upgrade, check out https://github.com/apache/incubator-druid/issues/6942, #6948, maybe others. I be

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334687224 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334687224 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334687224 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334671393 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334669013 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334646597 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334666223 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334664439 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334659806 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334651727 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
clintropolis commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334650588 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334646597 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334645042 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334645042 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool

2019-10-14 Thread GitBox
himanshug commented on a change in pull request #8578: parallel broker merges on fork join pool URL: https://github.com/apache/incubator-druid/pull/8578#discussion_r334645042 ## File path: core/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.jav

[GitHub] [incubator-druid] lgellis opened a new issue #8670: Issue with "Paste Data" data load

2019-10-14 Thread GitBox
lgellis opened a new issue #8670: Issue with "Paste Data" data load URL: https://github.com/apache/incubator-druid/issues/8670 When I try to do a data load from "Paste Data", it fails every time. This is the same data I was able to load successfully via local disk and HTTP(s). ### A

[GitHub] [incubator-druid] stale[bot] commented on issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
stale[bot] commented on issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721#issuecomment-541838253 This issue is no longer marked as stale. This is an automated message

[GitHub] [incubator-druid] smildlzj opened a new issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
smildlzj opened a new issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721 when submit a conpact task, but fail. how can resolve it ? ``` java.lang.IllegalStateException: QueryableIndexes are not sorted! Interval[2018-11-25T15

[GitHub] [incubator-druid] jihoonson commented on issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
jihoonson commented on issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721#issuecomment-541838728 Hi @smildlzj, sorry for late response. This error is just a sanity check and shouldn't happen in production. Do you still see the sa

[GitHub] [incubator-druid] vogievetsky commented on issue #8583: Regex parser should have the option to 'skip' some number of header rows like the CSV parser can

2019-10-14 Thread GitBox
vogievetsky commented on issue #8583: Regex parser should have the option to 'skip' some number of header rows like the CSV parser can URL: https://github.com/apache/incubator-druid/issues/8583#issuecomment-541823201 Awesome! ---

[GitHub] [incubator-druid] stale[bot] closed issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
stale[bot] closed issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-druid] stale[bot] commented on issue #6721: QueryableIndexes are not sorted

2019-10-14 Thread GitBox
stale[bot] commented on issue #6721: QueryableIndexes are not sorted URL: https://github.com/apache/incubator-druid/issues/6721#issuecomment-541797132 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive

[GitHub] [incubator-druid] leventov commented on issue #8558: 7227 : Prohibit Non Final Static Field

2019-10-14 Thread GitBox
leventov commented on issue #8558: 7227 : Prohibit Non Final Static Field URL: https://github.com/apache/incubator-druid/pull/8558#issuecomment-541720592 There are violations in `SimpleTestIndex.java` This is an automated mess

[GitHub] [incubator-druid] leventov commented on issue #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on issue #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#issuecomment-541715634 Also please fix TeamCity errors: ![image](https://user-images.githubusercontent.com/609240/66759393-d95a4900-eea8-11e9-8c03-cf97df8

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334501629 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334491122 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334493688 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334491056 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334492118 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334503930 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] leventov commented on a change in pull request #8272: Support incremental load in Druid lookups

2019-10-14 Thread GitBox
leventov commented on a change in pull request #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#discussion_r334501629 ## File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/

[GitHub] [incubator-druid] yangliang9004 opened a new issue #8669: the documents about real-time in metrics confused me .

2019-10-14 Thread GitBox
yangliang9004 opened a new issue #8669: the documents about real-time in metrics confused me . URL: https://github.com/apache/incubator-druid/issues/8669 Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").

[GitHub] [incubator-druid] denever commented on issue #8656: Message rejection absolute date

2019-10-14 Thread GitBox
denever commented on issue #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#issuecomment-541591629 > can you please describe your use case for this feature ? > > also fill appropriate items in PR checklist that cover things like whether

[GitHub] [incubator-druid] dsboo edited a comment on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load

2019-10-14 Thread GitBox
dsboo edited a comment on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load URL: https://github.com/apache/incubator-druid/issues/5577#issuecomment-541539720 its also happen to me. my remain disk size 3tb and i conf

[GitHub] [incubator-druid] dsboo edited a comment on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load

2019-10-14 Thread GitBox
dsboo edited a comment on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load URL: https://github.com/apache/incubator-druid/issues/5577#issuecomment-541539720 its also happen to me. my remain disk size 3tb and i conf

[GitHub] [incubator-druid] dsboo commented on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load

2019-10-14 Thread GitBox
dsboo commented on issue #5577: historical miscalculating remaining disk capacity - segment too large exception causing segments to not load URL: https://github.com/apache/incubator-druid/issues/5577#issuecomment-541539720 its also happen to me. my remain disk size 3tb and i configured

[GitHub] [incubator-druid] stale[bot] commented on issue #6016: Druid 'Shapeshifting' Columns

2019-10-14 Thread GitBox
stale[bot] commented on issue #6016: Druid 'Shapeshifting' Columns URL: https://github.com/apache/incubator-druid/pull/6016#issuecomment-541526057 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you thin