Skip to content

Commit

Permalink
doc: update TODO about missing invalidations in read-only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchemb committed Jun 15, 2017
1 parent 3bd2fbc commit 4b34d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO
Expand Up @@ -84,6 +84,8 @@
keys (trans.tid & obj.{tid,oid}).

Master
- Implement back-channel for invalidations in read-only mode,
so that clients of backup clusters are notified of new data.
- Master node data redundancy (HIGH AVAILABILITY)
Secondary master nodes should replicate primary master data (ie, primary
master should inform them of such changes).
Expand Down
1 change: 0 additions & 1 deletion neo/lib/protocol.py
Expand Up @@ -100,7 +100,6 @@ def ClusterStates():
# invalidations and orders storage nodes to fetch them from upstream.
# Because cells are synchronized independently, the DB is often
# inconsistent.
# TODO: allow clients to connect for read-only operations
BACKINGUP
# Transient state, when the user decides to go back to RUNNING state.
# The master stays in this state until the DB is consistent again.
Expand Down

0 comments on commit 4b34d91

Please sign in to comment.