Fix a typo in the scratch variable for the last log position during PA bucketing.
This commit is contained in:
parent
a9cac3bdd9
commit
916a1eadc8
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ sub execute {
|
|||
}
|
||||
|
||||
if ($expired) {
|
||||
$instance->setScratch('logIndex', $logIndex);
|
||||
$instance->setScratch('lastPassiveLogIndex', $logIndex);
|
||||
return $self->WAITING(1);
|
||||
}
|
||||
last DELTA_CHUNK if $logIndex >= $total_rows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue