Have bulk parameter source provide the bulk size #260
Labels
enhancement
Improves the status quo
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
:misc
Changes that don't affect users directly: linter fixes, test improvements, etc.
Milestone
At the moment, Rally's bulk index runner determines the actual bulk size (which is normally equal to the bulk size that the user has defined except maybe for the last bulk that might contain less documents than the bulk size). However, the bulk parameter source usually has this information already. Hence, we should determine this information already in the bulk parameter source and provide it as parameter
bulk-size
to the runner.This change is completely internal to Rally and will not affect users. However, it will affect anybody that has written a custom bulk parameter source. This change is forward-compatible, i.e. these users can already adjust their parameter sources to provide an additional parameter
bulk-size
and newer versions of Rally will just work.The text was updated successfully, but these errors were encountered: