Skip to content

Commit 536dda2

Browse files
hanmanmolnar
authored andcommitted
ZOOKEEPER-3087: Fix findbug warning introduced by ZOOKEEPER-3084.
Author: Michael Han <[email protected]> Reviewers: [email protected] Closes apache#568 from hanm/ZOOKEEPER-3087
1 parent 328b9de commit 536dda2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/java/test/config/findbugsExcludeFile.xml

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
<Bug pattern="DM_EXIT" />
4848
</Match>
4949

50+
<!-- QuorumCnxManager Listener thread fails to bind election port -->
51+
<Match>
52+
<Class name="org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener"/>
53+
<Method name="run" />
54+
<Bug pattern="DM_EXIT" />
55+
</Match>
56+
5057
<Match>
5158
<Package name="org.apache.jute.compiler.generated" />
5259
</Match>

0 commit comments

Comments
 (0)