diff options
author | andreyst <[email protected]> | 2022-02-10 16:51:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:03 +0300 |
commit | 3345252b8c3c9ed1ad2e66a8961ceab56dc6da47 (patch) | |
tree | a0fe1e8edc9aed78b295a9e8f96f83634c16867e | |
parent | 7228ae368c40fe9d0303a5723c9e56dde10d77a1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r-- | library/python/ya.make | 2 | ||||
-rw-r--r-- | ydb/core/viewer/content/viewer.js | 2 | ||||
-rw-r--r-- | ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/python/ya.make b/library/python/ya.make index 2e1eb6e0e1f..d36a98b8d49 100644 --- a/library/python/ya.make +++ b/library/python/ya.make @@ -120,7 +120,7 @@ RECURSE( mime_types monitoring monlib - monlib/examples + monlib/examples monlib/so murmurhash nirvana diff --git a/ydb/core/viewer/content/viewer.js b/ydb/core/viewer/content/viewer.js index 1108f42278c..7acfcac2376 100644 --- a/ydb/core/viewer/content/viewer.js +++ b/ydb/core/viewer/content/viewer.js @@ -3045,7 +3045,7 @@ function onTreeNodeComplete(result, obj) { name = row.insertCell(-1); value = row.insertCell(-1); name.innerHTML = "Partitions"; - value.innerHTML = result.PathDescription.PersQueueGroup.TotalGroupCount; + value.innerHTML = result.PathDescription.PersQueueGroup.TotalGroupCount; var partitionConfig = result.PathDescription.PersQueueGroup.PQTabletConfig.PartitionConfig; diff --git a/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto b/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto index f39c900943f..03ee06a8b30 100644 --- a/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto +++ b/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto @@ -13,7 +13,7 @@ option cc_enable_arenas = true; message WriteSessionParams { // Path to the topic to write to. string topic = 1; - // Message group identifier. + // Message group identifier. bytes source_id = 2; // Partition group to write to. 0 by default. uint32 partition_group = 3; |