delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
752 stars 418 forks source link

docs(socialNetwork): Specify repository cloning requirement in swarm mode #324

Closed kwzhao closed 7 months ago

kwzhao commented 8 months ago

DeathStarBench/socialNetwork currently uses bind-mounted volumes to supply configuration to containers. Consequently, in swarm mode, the repository should be cloned in the same location on all nodes in the swarm, or services will fail silently. This PR documents this requirement.

This was likely the cause of #252.