Index: bin/region_mover.rb =================================================================== --- bin/region_mover.rb (revision 1514514) +++ bin/region_mover.rb (working copy) @@ -60,7 +60,7 @@ if not $TABLES $TABLES = {} end - key = Bytes.toString(name) + key = name.toString() if not $TABLES[key] $TABLES[key] = HTable.new(config, name) end