pankaj72981 opened a new pull request #1471: HBASE-24074 ConcurrentModificationException occured in ReplicationSourceManager while refreshing the peer URL: https://github.com/apache/hbase/pull/1471 CME occurred while removing the list item from the same list which is iterated in foreach loop. Use Iterator instead and delete the list item safely.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
