Skip to content

Commit

Permalink
#1154: collection: expire unneeded subphase comm stats
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Nov 25, 2020
1 parent 81fa08d commit 159abcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/vrt/collection/balance/node_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ void NodeStats::startIterCleanup(PhaseType phase, unsigned int look_back) {
node_data_.erase(phase - look_back);
node_subphase_data_.erase(phase - look_back);
node_comm_.erase(phase - look_back);
node_subphase_comm_.erase(phase - look_back);
}

// Create migrate lambdas and temp to perm map since LB is complete
Expand Down

0 comments on commit 159abcf

Please sign in to comment.