Open OneCodeMonkey opened 4 years ago
I tried to import the xraft-core.jar package independently, but report the same :(
Please run mvn package
under the source root. Running under submodules won't success.
Please run
mvn package
under the source root. Running under submodules won't success.
This can success, but run:
sh bin/xraft-kvstore -gc A,localhost,2333 B,localhost,2334 C,localhost,2335 -m group-member -i A -p2 3333
nothing happen。。。
Nothing shown in the logs? It's weird. Can you describe more about your environment?
While trying to build the source code, execute this command:
cd xraft-kvstore && mvn package assembly:single
I got this error:
Am I missing to import something...?