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