You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2021/02/08 16:21:01 UTC

[jira] [Created] (TEZ-4284) InputReadyTracker Review

David Mollitor created TEZ-4284:
-----------------------------------

             Summary: InputReadyTracker Review
                 Key: TEZ-4284
                 URL: https://issues.apache.org/jira/browse/TEZ-4284
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


* Too much synchronization.  Everything is protected under a single lock, no need to synchronize individual collections
* Make it more Java-8-y
* Do not throw exceptions for timeouts.  Save time on generating stack traces, just return true/false just like the JDK
* Remove Guava dependencies
* Other misc cleanup



--
This message was sent by Atlassian Jira
(v8.3.4#803005)