commit | a81b1b8c9c9ccf60ea28a2c2ffeedbc8dc19de5e | [log] [tgz] |
---|---|---|
author | David Glasser <glasser@apollographql.com> | Wed Feb 20 10:54:26 2019 -0800 |
committer | Jihoon Son <jihoonson@apache.org> | Wed Feb 20 10:54:26 2019 -0800 |
tree | a448602615ef7890c1e29bbe0128e54254506d3c | |
parent | 9a521526c7e15808ded5978abba40e1228eed784 [diff] |
index_parallel: support !appendToExisting with no explicit intervals (#7046) * index_parallel: support !appendToExisting with no explicit intervals This enables ParallelIndexSupervisorTask to dynamically request locks at runtime if it is run without explicit intervals in the granularity spec and with appendToExisting set to false. Previously, it behaved as if appendToExisting was set to true, which was undocumented and inconsistent with IndexTask and Hadoop indexing. Also, when ParallelIndexSupervisorTask allocates segments in the explicit interval case, fail if its locks on the interval have been revoked. Also make a few other additions/clarifications to native ingestion docs. Fixes #6989. * Review feedback. PR description on GitHub updated to match. * Make native batch ingestion partitions start at 0 * Fix to previous commit * Unit test. Verified to fail without the other commits on this branch. * Another round of review * Slightly scarier warning
Apache Druid (incubating) is a high performance analytics data store for event-driven data.
Disclaimer: Apache Druid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
More information about Druid can be found on http://www.druid.io.
You can find the documentation for the latest Druid release on the project website.
If you would like to contribute documentation, please do so under /docs/content
in this repository and submit a pull request.
You can get started with Druid with our quickstart.
If you find any bugs, please file a GitHub issue.
The Druid community is in the process of migrating to Apache by way of the Apache Incubator. Eventually, as we proceed along this path, our site will move from http://druid.io/ to https://druid.apache.org/.
Community support is available on the druid-user mailing list(druid-user@googlegroups.com), which is hosted at Google Groups.
Development discussions occur on dev@druid.apache.org, which you can subscribe to by emailing dev-subscribe@druid.apache.org.
We also have a couple people hanging out on IRC in #druid-dev
on irc.freenode.net
.
For instructions on building Druid from source, see docs/content/development/build.md
Please follow the guidelines listed here.