This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 69a2bde TEZ-4203. Findbugs: MergeThread.shuffleSchedulerThread;
locked 80% of time
69a2bde is described below
commit 69a2bdeb19cbedb9f3d868f4e7231d3c92b98c75
Author: Rajesh Balamohan <[email protected]>
AuthorDate: Fri Jul 31 15:12:06 2020 -0500
TEZ-4203. Findbugs: MergeThread.shuffleSchedulerThread; locked 80% of time
Signed-off-by: Jonathan Eagles <[email protected]>
---
tez-runtime-library/findbugs-exclude.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tez-runtime-library/findbugs-exclude.xml
b/tez-runtime-library/findbugs-exclude.xml
index 9e55221..caa46c5 100644
--- a/tez-runtime-library/findbugs-exclude.xml
+++ b/tez-runtime-library/findbugs-exclude.xml
@@ -213,4 +213,11 @@
<Method name="getBytes"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
+
+ <!-- TEZ-4203 -->
+ <Match>
+ <Class
name="org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MergeThread"/>
+ <Field name="shuffleSchedulerThread"/>
+ <Bug pattern="IS2_INCONSISTENT_SYNC"/>
+ </Match>
</FindBugsFilter>