John Doe created HBASE-29510: -------------------------------- Summary: Concurrent modification of regularStores may cause exception Key: HBASE-29510 URL: https://issues.apache.org/jira/browse/HBASE-29510 Project: HBase Issue Type: Bug Affects Versions: 2.6.3 Reporter: John Doe
{{regularStores}} is iterated in {{selectStoresToFlush()}} while being modified in {{{}configureForRegion(){}}}, potentially causing {{{}ConcurrentModificationException{}}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)