Skip to content

Commit

Permalink
HSEARCH-2758 Make sure partitions know their bounds
Browse files Browse the repository at this point in the history
We used to not forward the bounds to each partition, resulting in each
partition re-indexing the whole set of results...
  • Loading branch information
yrodiere authored and Sanne committed Oct 25, 2017
1 parent bf57dbb commit 780f41d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -59,6 +59,8 @@

<property name="entityName" value="#{partitionPlan['entityName']}" />
<property name="partitionId" value="#{partitionPlan['partitionId']}" />
<property name="lowerBound" value="#{partitionPlan['lowerBound']}" />
<property name="upperBound" value="#{partitionPlan['upperBound']}" />
<property name="tenantId" value="#{jobParameters['tenantId']}" />
<property name="cacheable" value="#{jobParameters['cacheable']}?:false;" />
<property name="fetchSize" value="#{jobParameters['fetchSize']}?:200000;" />
Expand Down

0 comments on commit 780f41d

Please sign in to comment.