Fix a typo in the scratch variable for the last log position during PA bucketing.

This commit is contained in:
Colin Kuskie 2011-10-07 11:23:36 -07:00
parent a9cac3bdd9
commit 916a1eadc8

View file

@ -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;