Documentation on settings and warning message when using a documents archive file #264
Labels
:Docs
Changes to the documentation
enhancement
Improves the status quo
:Track Management
New operations, changes in the track format, track download changes and the like
Milestone
Per the documentation:
http://esrally.readthedocs.io/en/latest/track.html?highlight=compressed_size_in_bytes#indices
The above settings are optional. But based on the code comments, these are needed if a document archive file is provided for proper recording of progress and verification of download and uncompression:
If these settings are not provided, then when using an archive file, it will throw this ambiguous warning message:
Because these settings are all initialized to be 0, and we check to make sure that they are >0 when determining if there is any valid documents for the type.
It will be nice to sync up the documentation with the comments in the code, and perhaps a more intuitive warning message?
The text was updated successfully, but these errors were encountered: