Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-24074 ConcurrentModificationException occured in ReplicationSourceManager while refreshing the peer #1471

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

pankaj72981
Copy link
Contributor

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.

@pankaj72981 pankaj72981 requested a review from infraio April 9, 2020 19:13
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 29s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+1 💚 mvninstall 7m 7s master passed
+1 💚 checkstyle 1m 34s master passed
+1 💚 spotbugs 2m 47s master passed
_ Patch Compile Tests _
+1 💚 mvninstall 6m 16s the patch passed
+1 💚 checkstyle 1m 30s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 hadoopcheck 13m 9s Patch does not cause any errors with Hadoop 2.10.0 or 3.1.2.
+1 💚 spotbugs 3m 7s the patch passed
_ Other Tests _
+1 💚 asflicense 0m 16s The patch does not generate ASF License warnings.
44m 32s
Subsystem Report/Notes
Docker Client=19.03.8 Server=19.03.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #1471
Optional Tests dupname asflicense spotbugs hadoopcheck hbaseanti checkstyle
uname Linux 671a4490990f 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / b4af0a0
Max. process+thread count 83 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/console
versions git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) spotbugs=3.1.12
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@huaxiangsun huaxiangsun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, looks good to me.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 3m 4s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+1 💚 mvninstall 8m 5s master passed
+1 💚 compile 1m 22s master passed
+1 💚 shadedjars 7m 1s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 52s master passed
_ Patch Compile Tests _
+1 💚 mvninstall 6m 41s the patch passed
+1 💚 compile 1m 21s the patch passed
+1 💚 javac 1m 21s the patch passed
+1 💚 shadedjars 7m 0s patch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 50s the patch passed
_ Other Tests _
+1 💚 unit 178m 49s hbase-server in the patch passed.
217m 17s
Subsystem Report/Notes
Docker Client=19.03.8 Server=19.03.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR #1471
Optional Tests javac javadoc unit shadedjars compile
uname Linux c1f1635219a7 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / b4af0a0
Default Java 1.8.0_232
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/testReport/
Max. process+thread count 3533 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/console
versions git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f)
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 18s Docker mode activated.
-0 ⚠️ yetus 0m 4s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+1 💚 mvninstall 7m 36s master passed
+1 💚 compile 1m 18s master passed
+1 💚 shadedjars 6m 13s branch has no errors when building our shaded downstream artifacts.
-0 ⚠️ javadoc 0m 46s hbase-server in master failed.
_ Patch Compile Tests _
+1 💚 mvninstall 7m 6s the patch passed
+1 💚 compile 1m 17s the patch passed
+1 💚 javac 1m 17s the patch passed
+1 💚 shadedjars 6m 7s patch has no errors when building our shaded downstream artifacts.
-0 ⚠️ javadoc 0m 45s hbase-server in the patch failed.
_ Other Tests _
+1 💚 unit 196m 29s hbase-server in the patch passed.
230m 57s
Subsystem Report/Notes
Docker Client=19.03.8 Server=19.03.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #1471
Optional Tests javac javadoc unit shadedjars compile
uname Linux 6afdd0d0f7d3 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / b4af0a0
Default Java 2020-01-14
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/artifact/yetus-jdk11-hadoop3-check/output/branch-javadoc-hbase-server.txt
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/artifact/yetus-jdk11-hadoop3-check/output/patch-javadoc-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/testReport/
Max. process+thread count 2604 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1471/1/console
versions git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f)
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@saintstack saintstack merged commit c92dd28 into apache:master Apr 9, 2020
asfgit pushed a commit that referenced this pull request Apr 9, 2020
…rceManager while refreshing the peer (#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
asfgit pushed a commit that referenced this pull request Apr 9, 2020
…rceManager while refreshing the peer (#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
asfgit pushed a commit that referenced this pull request Apr 9, 2020
…rceManager while refreshing the peer (#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
thangTang pushed a commit to thangTang/hbase that referenced this pull request Apr 16, 2020
…rceManager while refreshing the peer (apache#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
thangTang pushed a commit to thangTang/hbase that referenced this pull request Apr 16, 2020
…rceManager while refreshing the peer (apache#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
thangTang pushed a commit to thangTang/hbase that referenced this pull request Apr 16, 2020
…rceManager while refreshing the peer (apache#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…rceManager while refreshing the peer (apache#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request May 24, 2021
…rceManager while refreshing the peer (apache#1471)

Signed-off-by: Huaxiang Sun <[email protected]>
Signed-off-by: stack <[email protected]>
(cherry picked from commit a521a80)

Change-Id: I7c171bb6a5677171c53881bdd10b362233cdeba6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants