Skip to content

Commit c427882

Browse files
fix
1 parent cd4759f commit c427882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/data_events/shard_writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace NKikimr::NEvWrite {
8686

8787
auto gPassAway = PassAwayGuard();
8888
if (ydbStatus != NKikimrDataEvents::TEvWriteResult::STATUS_COMPLETED) {
89-
ExternalController->OnFail(Ydb::StatusIds::INTERNAL_ERROR,
89+
ExternalController->OnFail(Ydb::StatusIds::GENERIC_ERROR,
9090
TStringBuilder() << "Cannot write data into shard " << ShardId << " in longTx " <<
9191
ExternalController->GetLongTxId().ToString());
9292
return;

0 commit comments

Comments
 (0)