Trek:可测试的复制键值存储具有类似ZooKeeper的客户端语义的键值存储,由Viewstamped Replication支持,并具有模拟故障的能力。在run
脚本假定在3节点服务器群集corn19、corn20和corn21,使用监视器corn22。要在其他配置中运行,请修改bin/run
。编译确保您安装了JDK 7和Maven,并运行bin/run compile
。用法:系统由服务器副本集群、客户端和/或测试程序以及用于收集服务器内部日志的监视器组成。服务器首先运行bin/run server_id
。监视器首先运行bin/run monitor
。客户首先运行bin/run client
。操作:
-
创建节点:
create path data [isSequential=false]
-
删除节点:
del
暂无评论