We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fa990 commit 995d35cCopy full SHA for 995d35c
fe/fe-core/src/main/java/com/starrocks/backup/RestoreJob.java
@@ -1578,6 +1578,8 @@ private Status allTabletCommitted(boolean isReplay) {
1578
MaterializedView mv = (MaterializedView) olapTable;
1579
mv.setInactiveAndReason(MaterializedViewExceptions
1580
.inactiveReasonForMetadataTableRestoreCorrupted(mv.getName()));
1581
+ // clear version map so can be refreshed later
1582
+ mv.getRefreshScheme().getAsyncRefreshContext().clearVisibleVersionMap();
1583
// drop all partitions
1584
Set<String> partitionNames = mv.getPartitionNames();
1585
for (String partitionName : partitionNames) {
0 commit comments