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 3ae4cd3 commit ce28c5eCopy full SHA for ce28c5e
fe/fe-core/src/main/java/com/starrocks/backup/RestoreJob.java
@@ -1685,6 +1685,8 @@ private Status allTabletCommitted(boolean isReplay) {
1685
MaterializedView mv = (MaterializedView) olapTable;
1686
mv.setInactiveAndReason(MaterializedViewExceptions
1687
.inactiveReasonForMetadataTableRestoreCorrupted(mv.getName()));
1688
+ // clear version map so can be refreshed later
1689
+ mv.getRefreshScheme().getAsyncRefreshContext().clearVisibleVersionMap();
1690
// drop all partitions
1691
Set<String> partitionNames = mv.getPartitionNames();
1692
for (String partitionName : partitionNames) {
0 commit comments