Hi, I came across this problem recently.
I tried to query a table with rowkey '3ec1aa5a50307aed20a222af92a53ad1'. The query hits on a region with startkey '3d9d1175a7f8bf861bf75638bb1eb231', and endkey '3ec1a5a1d8753d3b073a831969a70571'. It looks like the rowkey being queried should fall into this region. However, system complain about the WrongRegionException. Is it possible that a region gets split but the status of the parent region doesn't get update, either does the child region? Best, zhenyu