Skip to content

Commit

Permalink
Getting rid of some unused and deprecated code, added in a comment to…
Browse files Browse the repository at this point in the history
… help explain and separate the partition shuffling
  • Loading branch information
stotch committed Jul 20, 2012
1 parent 3aa9d12 commit 415d982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/generate_cluster_xml.py
Expand Up @@ -58,8 +58,8 @@
if args.zones:
zone_ids = range(zones)
zone_id = 0
## Use known seed so this is repeatable
#random.seed(3119578866)

# Shuffle up the partitions
random.seed(seed)
random.shuffle(part_ids)

Expand Down

0 comments on commit 415d982

Please sign in to comment.