Commit 77f2d94f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7d1258c7
This diff is collapsed.
...@@ -36,7 +36,7 @@ const ( ...@@ -36,7 +36,7 @@ const (
READ_ONLY_ACCESS READ_ONLY_ACCESS
) )
type ClusterState int type ClusterState int32
const ( const (
// NOTE cluster states descriptions is in protocol.py // NOTE cluster states descriptions is in protocol.py
RECOVERING ClusterState = iota RECOVERING ClusterState = iota
...@@ -77,7 +77,7 @@ const ( ...@@ -77,7 +77,7 @@ const (
CORRUPTED //short: C CORRUPTED //short: C
) )
type LockState int type LockState int32
const ( const (
NOT_LOCKED LockState = iota NOT_LOCKED LockState = iota
GRANTED GRANTED
...@@ -541,7 +541,6 @@ type AnswerObjectHistory struct { ...@@ -541,7 +541,6 @@ type AnswerObjectHistory struct {
Size uint32 // PNumber Size uint32 // PNumber
} }
} }
/*
// All the following messages are for neoctl to admin node // All the following messages are for neoctl to admin node
// Ask information about partition // Ask information about partition
...@@ -790,4 +789,3 @@ type NotifyReady struct { ...@@ -790,4 +789,3 @@ type NotifyReady struct {
// replication // replication
// TODO // TODO
*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment