8000 Configuration · CorfuDB/CorfuDB Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Configuration

dahliamalkhi edited this page Aug 27, 2015 · 2 revisions

Corfu Configuration and Deployment

Looking at a configuration file, we see something like the follows:

role: org.corfudb.infrastructure.ConfigMasterServer
port: 8000
pagesize: 4096
epoch: 0
sequencers:
  - "ms://localhost:8002"
configmasters:
  - "cdbcm://localhost:8000"
layout:
  segments:
    - replication: "cdbcr"
      start: 0
      sealed: -1
      replicas: 1
      groups:
        - nodes:
          - "cdbslu://localhost:8003"
Clone this wiki locally
0