Skip to content

Commit

Permalink
IndexTask: Use shared groupId when "appendToExisting" is on. (apache#…
Browse files Browse the repository at this point in the history
…4582)

This allows the tasks to run concurrently. Additionally, rework
the partition-determining code in a couple ways:

- Use a task-id based sequenceName so concurrently running append
  tasks do not clobber each others' segments.
- Make the list of shardSpecs empty when rollup is non-guaranteed, and
  let allocators handle the creation of incremental shardSpecs.
  • Loading branch information
gianm authored and fjy committed Jul 24, 2017
1 parent 4bd0f17 commit a9c875d
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 220 deletions.
Loading

0 comments on commit a9c875d

Please sign in to comment.