Skip to content

Commit 5c8b8fe

Browse files
Fix get export is executed while auto dropping is not finished yet (#17435)
1 parent 8451ab9 commit 5c8b8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_export.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ void TSchemeShard::FromXxportInfo(NKikimrExport::TExport& exprt, const TExportIn
110110
? Ydb::Export::ExportProgress::PROGRESS_DONE
111111
: Ydb::Export::ExportProgress::PROGRESS_TRANSFER_DATA);
112112
break;
113-
113+
114+
case TExportInfo::EState::AutoDropping:
114115
case TExportInfo::EState::Dropping:
115116
exprt.SetProgress(Ydb::Export::ExportProgress::PROGRESS_DONE);
116117
break;

0 commit comments

Comments
 (0)