This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 74cb8a43b9d [fix][build][branch-3.0] Ignore SpotBugs check for 
NegativeAcksTracker
74cb8a43b9d is described below

commit 74cb8a43b9d2806b5d58c8b4bce12a07dbb758e7
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Feb 9 14:54:30 2026 +0200

    [fix][build][branch-3.0] Ignore SpotBugs check for NegativeAcksTracker
---
 pulsar-client/src/main/resources/findbugsExclude.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pulsar-client/src/main/resources/findbugsExclude.xml 
b/pulsar-client/src/main/resources/findbugsExclude.xml
index 03eaca2b349..445df4a0fcb 100644
--- a/pulsar-client/src/main/resources/findbugsExclude.xml
+++ b/pulsar-client/src/main/resources/findbugsExclude.xml
@@ -1016,4 +1016,8 @@
         <Class name="org.apache.pulsar.client.impl.ConsumerImpl"/>
         <Bug pattern="VO_VOLATILE_INCREMENT"/>
     </Match>
+    <Match>
+        <Class name="org.apache.pulsar.client.impl.NegativeAcksTracker"/>
+        <Bug pattern="IS2_INCONSISTENT_SYNC"/>
+    </Match>
 </FindBugsFilter>

Reply via email to