try {
// notify server to refresh the table's meta cache.
FServerManager serverManager = ((FMasterServices) server)
.getFServerManager();
for (ServerName serverName : serverManager.getOnlineServersList()) {
serverManager.sendEnableTable(serverName, tableName);
}
assignmentManager.getZKTable().setEnabledTable(this.table.getTableName());
} catch (KeeperException e) {
throw new IOException("Unable to ensure that the table will be"
+ " enabled because of a ZooKeeper issue", e);