Skip to content

Architecture and Configurations

hengxin edited this page Oct 2, 2016 · 2 revisions

Architecture

Overview

cluster: master + its slaves

Communication Paths

  • clients <-> masters + slaves
  • master -> slaves

Configurations

Client

Master

  • site.properties: including sites in this cluster; plus itself
  • sa.properties: including a list of SocketAddresses; one per its slave

Slave

  • site.properties: including sites in this cluster; plus itself
  • sp.properties: ServerSocket for this slave as socket server

CoordinatorFactory

  • cf.properties: for CoordinatorFactory

Timestamp Oracle Service

  • to.properties:

Clone this wiki locally