Error while creating badger KV WAL store error: resource temporarily unavailableCannot acquire directory lock on “w”. Another process is using this Badger database.
Well, I am not sure but I think for both alpha images … I think there should separate w and p directories and that is why it is creating problem.
Isn’t it?
Hum, tell me what exactly are you doing? Alpha images? are running docker? are u running binaries locally? If you’re running docker nothing like that should be happening.
No, I am not using Docker. I am running on a locally installed binary. Ya so, I want to create a cluster with 3 alpha so that I can run DGraph in distributed mode. That is why, I am following these steps.
In this procedure while running second alpha it is showing error
Error while creating badger KV WAL store error: resource temporarily unavailableCannot acquire directory lock on “w”. Another process is using this Badger database.
As this error says Another process is using this Badger database. I thought there might be some directories issue.