SON217 - SON Maintenance,Heartbeat state transition changes
This commit is contained in:
parent
bf0a0067f9
commit
9cd413e547
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ object_id_type son_heartbeat_evaluator::do_apply(const son_heartbeat_operation&
|
|||
sso.last_active_timestamp = op.ts;
|
||||
} );
|
||||
|
||||
db().modify(*itr, [&](son_object &so) {
|
||||
db().modify(*itr, [&is_son_active](son_object &so) {
|
||||
if(is_son_active) {
|
||||
so.status = son_status::active;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue