aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInnokentii Mokin <innokentii@ydb.tech>2024-12-03 16:37:12 +0300
committerGitHub <noreply@github.com>2024-12-03 16:37:12 +0300
commit05ec4337d64d9789775c38c12556236ba7e335cc (patch)
tree7cb1d8c7a88335add0867174ee75c77cb083b5c7
parent2ab3fa07d3828f946bc52c464dfedb7b0e833c87 (diff)
downloadydb-05ec4337d64d9789775c38c12556236ba7e335cc.tar.gz
Fix whitespace in schemeshard logging (#12229)
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_common.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_common_subdomain.cpp6
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp8
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp8
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp4
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_move_sequence.cpp8
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp10
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp8
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp28
14 files changed, 46 insertions, 46 deletions
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp
index a89848d373..9ef098971c 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp
@@ -34,7 +34,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp
index f7e892a5d8..d78d1ce449 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp
@@ -310,7 +310,7 @@ bool TCreateParts::ProgressState(TOperationContext& context) {
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
if (txState->TxType == TTxState::TxDropTable
|| txState->TxType == TTxState::TxAlterTable
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_common_subdomain.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_common_subdomain.cpp
index f7a2261ddf..358c6b9d4f 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_common_subdomain.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_common_subdomain.cpp
@@ -300,7 +300,7 @@ bool TPropose::HandleReply(TEvPrivate::TEvOperationPlan::TPtr& ev, TOperationCon
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
"NSubDomainState::TPropose HandleReply TEvOperationPlan"
<< ", operationId " << OperationId
- << ", at tablet " << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
if (!txState) {
@@ -359,7 +359,7 @@ bool TPropose::HandleReply(TEvPrivate::TEvOperationPlan::TPtr& ev, TOperationCon
LOG_DEBUG_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
"NSubDomainState::TPropose HandleReply TEvOperationPlan"
<< ", operationId " << OperationId
- << ", at tablet " << ssId);
+ << ", at tablet# " << ssId);
return true;
}
@@ -386,7 +386,7 @@ bool TPropose::ProgressState(TOperationContext& context) {
LOG_DEBUG_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
"NSubDomainState::TPropose ProgressState leave"
<< ", operationId " << OperationId
- << ", at tablet " << ssId);
+ << ", at tablet# " << ssId);
return false;
}
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
index 31337d6fd5..064837024e 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
@@ -239,7 +239,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
NIceDb::TNiceDb db(context.GetDB());
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp
index 4cee1be2a4..8eda2088b2 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp
@@ -111,7 +111,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp
index b9ba3e115f..f643fbae9d 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp
@@ -139,7 +139,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompletePublication"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ActivePathId == ev->Get()->PathId);
@@ -160,7 +160,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPath path = TPath::Init(txState->TargetPathId, context.SS);
if (path.IsActive()) {
@@ -208,7 +208,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
NIceDb::TNiceDb db(context.GetDB());
@@ -233,7 +233,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp
index 2fbca175e2..7beb90b5e6 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp
@@ -261,7 +261,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompletePublication"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ActivePathId == ev->Get()->PathId);
@@ -280,7 +280,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPath path = TPath::Init(txState->TargetPathId, context.SS);
@@ -341,7 +341,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -365,7 +365,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp
index 8ced0e4edd..7def3d99da 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp
@@ -236,7 +236,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
if (NTableState::CheckPartitioningChangedForTableModification(*txState, context)) {
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp
index 3b3c3a6d21..e2aabb372e 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp
@@ -235,7 +235,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
if (NTableState::CheckPartitioningChangedForTableModification(*txState, context)) {
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp
index 72cab7da49..fbc320f17a 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp
@@ -271,7 +271,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate:TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
@@ -303,7 +303,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
return false;
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_move_sequence.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_move_sequence.cpp
index f613ef4cfd..c1b5fbb989 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_move_sequence.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_move_sequence.cpp
@@ -254,7 +254,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompletePublication"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ActivePathId == ev->Get()->PathId);
@@ -273,7 +273,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPath srcPath = TPath::Init(txState->SourcePathId, context.SS);
@@ -324,7 +324,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
NIceDb::TNiceDb db(context.GetDB());
@@ -349,7 +349,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp
index 1fced30047..654d6e5b68 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp
@@ -53,7 +53,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -311,7 +311,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompletePublication"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ActivePathId == ev->Get()->PathId);
@@ -330,7 +330,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPath srcPath = TPath::Init(txState->SourcePathId, context.SS);
@@ -391,7 +391,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate:TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
NIceDb::TNiceDb db(context.GetDB());
@@ -435,7 +435,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
return false;
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp
index b4f858bacd..84b10023b8 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp
@@ -136,7 +136,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompletePublication"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ActivePathId == ev->Get()->PathId);
@@ -155,7 +155,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPath srcPath = TPath::Init(txState->SourcePathId, context.SS);
@@ -216,7 +216,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCompleteBarrier"
<< ", msg: " << ev->Get()->ToString()
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
NIceDb::TNiceDb db(context.GetDB());
@@ -242,7 +242,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
context.OnComplete.Barrier(OperationId, "RenamePathBarrier");
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp
index d9c06ddf5e..ee5c70cdf9 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp
@@ -38,7 +38,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
<< ", operation type: " << TTxState::TypeName(txState->TxType)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
bool isDone = true;
@@ -376,7 +376,7 @@ public:
TTabletId ssId = context.SS->SelfTabletId();
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvSchemeShard::TEvMigrateSchemeShardResult"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(ev->Get()->GetPathId().OwnerId == context.SS->TabletID());
@@ -404,7 +404,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -474,7 +474,7 @@ public:
TTabletId ssId = context.SS->SelfTabletId();
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvSchemeShard::TEvPublishTenantAsReadOnlyResult"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
Y_ABORT_UNLESS(TTabletId(ev->Get()->Record.GetTenantSchemeShard()) == TenantSchemeShardId);
@@ -489,7 +489,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -549,7 +549,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvCommitTenantUpdate"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -589,7 +589,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvPrivate::TEvUndoTenantUpdate"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -654,7 +654,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPathId pathId = txState->TargetPathId;
TPathElement::TPtr item = context.SS->PathsById.at(pathId);
@@ -718,7 +718,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -769,7 +769,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " HandleReply TEvDataShard::TEvMigrateSchemeShardResponse"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
auto dataShardId = TTabletId(record.GetTabletId());
auto status = record.GetStatus();
@@ -830,7 +830,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPathId targetPathId = txState->TargetPathId;
@@ -930,7 +930,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TPathId pathId = txState->TargetPathId;
@@ -996,7 +996,7 @@ public:
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
DebugHint() << " ProgressState"
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
TTxState* txState = context.SS->FindTx(OperationId);
Y_ABORT_UNLESS(txState);
@@ -1376,7 +1376,7 @@ public:
"TUpgradeSubDomainDecision Propose "
<< " path: " << parentPathStr << "/" << name
<< " decision: " << NKikimrSchemeOp::TUpgradeSubDomain::EDecision_Name(decision)
- << ", at tablet" << ssId);
+ << ", at tablet# " << ssId);
auto result = MakeHolder<TProposeResponse>(NKikimrScheme::StatusAccepted, ui64(OperationId.GetTxId()), ui64(ssId));
TString errStr;