Skip to content

Commit

Permalink
Merge pull request #20 from OferMania/seed
Browse files Browse the repository at this point in the history
Adds PlusOneBackupSelector to RAMCloud
  • Loading branch information
OferMania authored Oct 3, 2019
2 parents b83b7e9 + 9353ebb commit 04c5ab6
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0

[program:ramcloud-server]
command=/usr/local/bin/rc-server --externalStorage %(ENV_RC_EXTERNAL_STORAGE)s --clusterName %(ENV_RC_CLUSTER_NAME)s --local basic+udp:host=%(ENV_RC_IP)s,port=11112 --replicas 1
command=/usr/local/bin/rc-server --externalStorage %(ENV_RC_EXTERNAL_STORAGE)s --clusterName %(ENV_RC_CLUSTER_NAME)s --local basic+udp:host=%(ENV_RC_IP)s,port=11112 --replicas 1 --usePlusOneBackup true
autorestart=false
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
Expand Down
Loading

0 comments on commit 04c5ab6

Please sign in to comment.