Clay B. created RATIS-629:
-----------------------------
Summary: Vagrant loadgen does not run
Key: RATIS-629
URL: https://issues.apache.org/jira/browse/RATIS-629
Project: Ratis
Issue Type: Bug
Reporter: Clay B.
Assignee: Clay B.
The
[vagrant|https://github.com/apache/incubator-ratis/commit/35838f032a4096d78843130fa1435bcddf5ce961]
test-harness bits are broken as the load generator does not launch. It fails
with the following output:
{code:java}
Found
/home/vagrant/incubator-ratis/ratis-examples/target/ratis-examples-0.4.0-SNAPSHOT.jar
2019-07-20 21:02:13 INFO LogUtils:41 - Set
org.apache.ratis.server.impl.RaftServerImpl log level to DEBUG
2019-07-20 21:02:13 INFO LogUtils:41 - Set org.apache.ratis.client.RaftClient
log level to DEBUG
Wrong parameters: Can only specify option --peers once.
Usage: <main class> [command] [command options]
Commands:
server Start an filestore server
Usage: server [options]
Options:
* --id, -i
Raft id of this server
* --peers, -r
Raft peers (format: name:host:port,name:host:port)
--raftGroup, -g
Raft group identifier
Default: demoRaftGroup123
* --storage, -s
Storage dir
loadgen Load Generator for FileStore
Usage: loadgen [options]
Options:
* --numFiles
Number of files
* --peers, -r
Raft peers (format: name:host:port,name:host:port)
--raftGroup, -g
Raft group identifier
Default: demoRaftGroup123
* --size
Size of each file
Verification of all Ratis file server logs have the same checksum across all
storage directories:
find: ‘/home/vagrant/test_data/data?’: No such file or directory
=== Command terminated normally (Sat Jul 20 21:02:13 2019) ===
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)