You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a member is moved out of a pg, we should clean up the pg and reclaim the resource allocated to this pg, including:
1 reset all the chunk allocator and return the chunks to chunk selector so that they can be assigned to other pg
2 remove indextable of this pg
3 remove this pg from pg map
4 delete pg and related shard super blk
The text was updated successfully, but these errors were encountered:
when a member is moved out of a pg, we should clean up the pg and reclaim the resource allocated to this pg, including:
1 reset all the chunk allocator and return the chunks to chunk selector so that they can be assigned to other pg
2 remove indextable of this pg
3 remove this pg from pg map
4 delete pg and related shard super blk
The text was updated successfully, but these errors were encountered: