You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #375 we changed tsdb's source_mode to synthetic because that was the quickest way to fix CI and nightly tests. However, it would be best to:
rely on Elasticsearch defaults, which sets source mode to synthetic for TSDB indices and stored for the rest
while still allow setting a specific source mode
I'm not sure how to do that just yet: maybe some advanced Jinja2 is enough, maybe we need a track.py, or maybe it's not possible without a change to Rally itself.
Additionally, it would be nice to not having to copy that logic twice as we had to do in #375.
The text was updated successfully, but these errors were encountered:
In #375 we changed tsdb's
source_mode
tosynthetic
because that was the quickest way to fix CI and nightly tests. However, it would be best to:synthetic
for TSDB indices andstored
for the restI'm not sure how to do that just yet: maybe some advanced Jinja2 is enough, maybe we need a track.py, or maybe it's not possible without a change to Rally itself.
Additionally, it would be nice to not having to copy that logic twice as we had to do in #375.
The text was updated successfully, but these errors were encountered: