DetachedServer.upper_id_bound

DetachedServer.upper_id_bound

The node starts with an ID range from 0 -> 2^30. ID ranges are then assigned to managers by evenly splitting this range.

Managers then recursively split their range when connecting the sub- managers. Finally, workers are assigned specific ids from within this range.