aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwint <wint@yandex-team.ru>2022-02-10 16:52:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:26 +0300
commitdafbf141fbb8966f59d5bda4d52bdff29407bfee (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent5ac1ffcf31bd22240956b8a1c63f79d4e6786ae5 (diff)
downloadydb-dafbf141fbb8966f59d5bda4d52bdff29407bfee.tar.gz
Restoring authorship annotation for <wint@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--ydb/core/base/tablet_types.h2
-rw-r--r--ydb/core/mon/mon.cpp4
-rw-r--r--ydb/core/protos/tablet.proto2
-rw-r--r--ydb/core/viewer/content/viewer.js4
4 files changed, 6 insertions, 6 deletions
diff --git a/ydb/core/base/tablet_types.h b/ydb/core/base/tablet_types.h
index c58996b778..f585819299 100644
--- a/ydb/core/base/tablet_types.h
+++ b/ydb/core/base/tablet_types.h
@@ -27,7 +27,7 @@ public:
static constexpr EType FLAT_BS_CONTROLLER = BSController;
static constexpr EType TX_ALLOCATOR = TxAllocator;
static constexpr EType NODE_BROKER = NodeBroker;
- static constexpr EType CMS = Cms;
+ static constexpr EType CMS = Cms;
static constexpr EType RTMR_PARTITION = RTMRPartition;
static constexpr EType BLOCKSTORE_VOLUME = BlockStoreVolume;
static constexpr EType BLOCKSTORE_PARTITION = BlockStorePartition;
diff --git a/ydb/core/mon/mon.cpp b/ydb/core/mon/mon.cpp
index 33ccfc9642..d4722266f3 100644
--- a/ydb/core/mon/mon.cpp
+++ b/ydb/core/mon/mon.cpp
@@ -456,8 +456,8 @@ namespace NActors {
}
IMonPage *TMon::RegisterCountersPage(const TString &path, const TString &title, TIntrusivePtr<TDynamicCounters> counters) {
- TDynamicCountersPage* page = new TDynamicCountersPage(path, title, counters);
- page->SetUnknownGroupPolicy(EUnknownGroupPolicy::Ignore);
+ TDynamicCountersPage* page = new TDynamicCountersPage(path, title, counters);
+ page->SetUnknownGroupPolicy(EUnknownGroupPolicy::Ignore);
Register(page);
return page;
}
diff --git a/ydb/core/protos/tablet.proto b/ydb/core/protos/tablet.proto
index c672d0d31c..f0bec238e7 100644
--- a/ydb/core/protos/tablet.proto
+++ b/ydb/core/protos/tablet.proto
@@ -28,7 +28,7 @@ message TTabletTypes {
DataShard = 18;
// number 19 was JobRunnerPoolManager - flat JRPM tablet
PersQueue = 20;
- Cms = 21;
+ Cms = 21;
NodeBroker = 22;
TxAllocator = 23;
PersQueueReadBalancer = 24;
diff --git a/ydb/core/viewer/content/viewer.js b/ydb/core/viewer/content/viewer.js
index f4380e2423..1108f42278 100644
--- a/ydb/core/viewer/content/viewer.js
+++ b/ydb/core/viewer/content/viewer.js
@@ -1486,7 +1486,7 @@ function tabletTypeToSymbol(type) {
return "NB";
case "TxAllocator":
return "TA";
- case "Cms":
+ case "Cms":
return "CM";
case "BlockStorePartition":
return "BP";
@@ -1536,7 +1536,7 @@ function tabletTypeToColor(type) {
case "NodeBroker":
return "maroon";
case "KeyValue":
- case "Cms":
+ case "Cms":
return "pink";
case "PersQueue":
return "darksalmon";