Hi, There: I migrated my hbase cluster from network 10.110.24.0 to 10.110.8.0 for all my hbase machines, and now I can't read the contents of the tables any more. I run "bin/hbase shell", and then "scan 'TABLE_ABC', the log shows it is still trying to connect to region server 10.110.24.91. but that machine's IP is changed to 10.110.8.91. so the request fails. Is there anyway I can fix this issue so I can read the table contents again?
Jimmy
