Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S svarog
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SvarogV3
  • svarog
  • Merge requests
  • !49

Merged
Created Feb 27, 2020 by Riste Pejov@r.pejovOwner

Feature/sv cluster

  • Overview 3
  • Commits 10
  • Pipelines 8
  • Changes 20

Svarog v3.0.4 which includes:

  • SvCluster (class for managing the cluster coordination and node lists)
  • SvClusterServer (class for managing the heartbeat, logon, logoff, distributed locks)
  • SvClusterNotifierServer (class for distribution of notifications (dirty objects, logoff) between nodes)
  • SvClusterClient (class for client communication with the Cluster Server)
  • SvClusterNotifierClient (class for publishing notifications to the cluster)

From end user perspective the only difference is the addition of two new methods in the SvLock class: getDistributedLock(String lockKey) releaseDistributedLock(int lockHash)

These two are required for acquiring cluster wide locks.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/SvCluster