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
Currently, the experiment driver supports only one loader. To support multiple distributed loaders, the following additions are needed:
Deployment of functions done during the preparation phase (when iat generation happens). This should happen in the prepareLoader function.
GRPC calls to start the load simultaneously on all loaders, rather than using a shell command. This means modifying the startLoad function of the experiment driver.
The text was updated successfully, but these errors were encountered:
Currently, the experiment driver supports only one loader. To support multiple distributed loaders, the following additions are needed:
The text was updated successfully, but these errors were encountered: