forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to control benchmark placement per track (elastic#260)
With this commit we add a new parameter `placement` in the race config file that allows to specify per track which benchmark machine should be targeted when the number of targeted machines is less than the number of available ones. The motivation for this change is that single-node benchmarks have historically always targeted the first machine in the pool leading to frequent disk failures. If we spread the load across machines the expected lifetime of the disks across machines is more evenly distributed. By only allowing to specify the placement on the top level (i.e. per track) we ensure that charts for the same track are still consistent and don't suffer from machine to machine variation. In this commit we also modify the race configurations for the existing nightly benchmarks. We have assigned the placement roughly based on the expected write load. It is not possible to spread the load completely evenly because some tracks dominate I/O load (for example `nyc_taxis` for group-1) but spreading the load a bit is still preferable to have the disk on the first target machine always fail first. Relates elastic#259
- Loading branch information
1 parent
e4ac91d
commit 4e1765f
Showing
5 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters