Skip to content

Commit

Permalink
[Scanner] Fixed missing scan type param in activities (#3434)
Browse files Browse the repository at this point in the history
* [Scanner] Fixed missing scan type param in activities
  • Loading branch information
mkolodezny authored Aug 5, 2020
1 parent db444cf commit e284980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/worker/scanner/executions/workflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ func ScannerWorkflow(
ShardControlFlowFailureCount: aggregator.statusSummary[ShardStatusControlFlowFailure],
AggregateReportResult: aggregator.aggregation,
ShardDistributionStats: aggregator.getShardDistributionStats(),
ScanType: params.ScanType,
}).Get(ctx, nil); err != nil {
return err
}
Expand Down Expand Up @@ -460,6 +461,7 @@ func getCorruptedKeys(
ScannerWorkflowWorkflowID: params.ScannerWorkflowWorkflowID,
ScannerWorkflowRunID: params.ScannerWorkflowRunID,
StartingShardID: nil,
ScanType: params.ScanType,
}
var minShardID *int
var maxShardID *int
Expand Down

0 comments on commit e284980

Please sign in to comment.