File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ bool IsVersionedType(EObjectType type)
134
134
type == EObjectType::SequoiaMapNode ||
135
135
type == EObjectType::Pipeline ||
136
136
type == EObjectType::QueueConsumer ||
137
- type == EObjectType::QueueProducer;
137
+ type == EObjectType::QueueProducer ||
138
+ type == EObjectType::CypressProxyMap;
138
139
}
139
140
140
141
bool IsUserType (EObjectType type)
Original file line number Diff line number Diff line change @@ -342,8 +342,10 @@ DEFINE_ENUM(EObjectType,
342
342
((ReplicationCardCollocation) (1207 ))
343
343
((VirtualChaosCellMap) (1208 ))
344
344
345
- // Maintenance tracker stuff
345
+ // Other cluster components stuff
346
346
((ClusterProxyNode) (1500 ))
347
+ ((CypressProxyObject) (1501 ))
348
+ ((CypressProxyMap) (465 ))
347
349
348
350
// Zookeeper stuff
349
351
// COMPAT(babenko): drop completely
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ namespace NYT::NSequoiaClient {
7
7
// //////////////////////////////////////////////////////////////////////////////
8
8
9
9
YT_DEFINE_ERROR_ENUM (
10
- ((SequoiaClientNotReady) (6000 ))
11
- ((SequoiaTableCorrupted) (6001 ))
12
- ((SequoiaRetriableError) (6002 ))
10
+ ((SequoiaClientNotReady) (6000 ))
11
+ ((SequoiaTableCorrupted) (6001 ))
12
+ ((SequoiaRetriableError) (6002 ))
13
+ ((InvalidSequoiaReign) (6003 ))
13
14
);
14
15
15
16
// //////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments