Actions
Bug #9232
closeddatamanager outputs replication level distribution histogram in unsorted order
Story points:
-
Description
What it does:
Replication level distribution: map[4:3793 5:4896 6:3606 12:176 7:5 3:5148629 2:121893 1:71 9:1]
What I'd prefer it to do:
Replication level distribution (replication_level:block_count): 1:71 2:121893 3:5148629 4:3793 5:4896 6:3606 7:5 8:0 9:1 10:0 11:0 12:176
Updated by Joshua Randall over 8 years ago
Or perhaps something like this?
2016/05/18 17:37:46 Replication level distribution: 2016/05/18 17:37:46 1: ################ (65) 2016/05/18 17:37:46 2: ############################################# (121959) 2016/05/18 17:37:46 3: ############################################################ (5157933) 2016/05/18 17:37:46 4: ############################### (3793) 2016/05/18 17:37:46 5: ################################ (4896) 2016/05/18 17:37:46 6: ############################### (3606) 2016/05/18 17:37:46 7: ###### (5) 2016/05/18 17:37:46 8: (0) 2016/05/18 17:37:46 9: ## (1) 2016/05/18 17:37:46 10: (0) 2016/05/18 17:37:46 11: (0) 2016/05/18 17:37:46 12: #################### (176)
Updated by Joshua Randall over 8 years ago
Updated by Joshua Randall over 8 years ago
PR45 output looks like:
2016/05/18 21:10:27 Replication level distribution: 1: ################ (63) 2: ############################################# (122052) 3: ############################################################ (5168566) 4: ################################ (3793) 5: ################################# (4896) 6: ################################ (3606) 7: ####### (5) 8: # (0) 9: ### (1) 10: # (0) 11: # (0) 12: #################### (176)
Updated by Tom Clegg almost 8 years ago
- Status changed from New to Resolved
(incorporated into keep-balance)
Actions