This commit is contained in:
@ -288,7 +288,7 @@ public class SchemaChangeJobV2 extends AlterJobV2 {
|
||||
if (this.storageFormat != null) {
|
||||
createReplicaTask.setStorageFormat(this.storageFormat);
|
||||
}
|
||||
|
||||
createReplicaTask.setInvertedIndexStorageFormat(tbl.getInvertedIndexStorageFormat());
|
||||
batchTask.addTask(createReplicaTask);
|
||||
} // end for rollupReplicas
|
||||
} // end for rollupTablets
|
||||
|
||||
@ -1100,7 +1100,7 @@ public class RestoreJob extends AbstractJob {
|
||||
localTbl.getTimeSeriesCompactionLevelThreshold(),
|
||||
localTbl.storeRowColumn(),
|
||||
binlogConfig);
|
||||
|
||||
task.setInvertedIndexStorageFormat(localTbl.getInvertedIndexStorageFormat());
|
||||
task.setInRestoreMode(true);
|
||||
batchTask.addTask(task);
|
||||
}
|
||||
|
||||
@ -855,6 +855,8 @@ public class ReportHandler extends Daemon {
|
||||
binlogConfig);
|
||||
|
||||
createReplicaTask.setIsRecoverTask(true);
|
||||
createReplicaTask.setInvertedIndexStorageFormat(olapTable
|
||||
.getInvertedIndexStorageFormat());
|
||||
createReplicaBatchTask.addTask(createReplicaTask);
|
||||
} else {
|
||||
// just set this replica as bad
|
||||
|
||||
Reference in New Issue
Block a user