Description
in 0.94 getHTableDescriptor() looks at every htd instead of returning at the first found. (Trunks has already the early exit)
for (HTableDescriptor htd: htds) { if (Bytes.equals(tableName, htd.getName())) { hTableDescriptor = htd; } } return htableDescriptor