|
Author:
{'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}
Message: JAVA-3201: Add workload executor (#560)
Add workload executor
The workload executor is an application which continuously runs a workload specification
until the process is killed. The shutdown hook writes the rolled up results of all executed
operations to a results.json file in a specified directory.
This type of executor is useful to run while concurrently executing various cluster
maintenance scenarios, to ensure that operations continue to execute successfully
during the maintenance window.
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/2a4bc479e67aee26a99be0cdd4f00f1c91b01199
|