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

github-bot pushed a change to branch 
dependabot/maven/com.google.guava-guava-32.0.0-jre
in repository https://gitbox.apache.org/repos/asf/tez.git


 discard 2f2bd4a1c Bump guava from 31.1-jre to 32.0.0-jre
     add 9aeb17b4b TEZ-4250: Optimise TaskImpl::getCounters. (#295) (Ayush 
Saxena reviewed by Rajesh Balamohan)
     add 7e0448dac TEZ-4473: Remove pointless MDC_LOGGING message from logs if 
there is no custom MDC key. (#294) (Ayush Saxena reviewed by Laszlo Bodor)
     add 154fd341d TEZ-4472: Use unique DAG names in tests. (#293) (Ayush 
Saxena reviewed by Laszlo Bodor)
     add 7a56e9bd9 TEZ-4432: Remove useless maybeAddDefaultLoggingJavaOpts from 
TezClientUtils. (#297) (Ayush Saxena reviewed by Laszlo Bodor)
     add 50380751b TEZ-4493: Upgrade Hadoop to 3.3.6. (#285) (Ayush Saxena 
reviewed by Laszlo Bodor)
     add 4fbed4b87 Bump guava from 31.1-jre to 32.0.0-jre

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2f2bd4a1c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.google.guava-guava-32.0.0-jre (4fbed4b87)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   2 +-
 .../java/org/apache/tez/client/TezClientUtils.java |  12 +--
 .../org/apache/tez/dag/api/TezConfiguration.java   |   2 -
 .../java/org/apache/tez/client/TestTezClient.java  |  27 ++---
 .../org/apache/tez/client/TestTezClientUtils.java  |   6 +-
 .../test/java/org/apache/tez/dag/api/TestDAG.java  |  16 +--
 .../java/org/apache/tez/dag/api/TestDAGPlan.java   |  16 +--
 .../java/org/apache/tez/dag/api/TestDAGVerify.java |  72 ++++++-------
 .../java/org/apache/tez/util/LoggingUtils.java     |   6 +-
 .../org/apache/tez/dag/app/dag/TaskAttempt.java    |   8 ++
 .../tez/dag/app/dag/impl/TaskAttemptImpl.java      |  11 ++
 .../org/apache/tez/dag/app/dag/impl/TaskImpl.java  |  18 ++--
 .../java/org/apache/tez/state/StateMachineTez.java |   5 +
 ...estDAGClientAMProtocolBlockingPBServerImpl.java |   2 +-
 .../apache/tez/dag/app/TestMockDAGAppMaster.java   |   4 +-
 .../org/apache/tez/dag/app/TestSpeculation.java    |   8 +-
 .../apache/tez/dag/app/dag/impl/TestCommit.java    | 116 +++++++++++----------
 .../apache/tez/dag/app/dag/impl/TestDAGImpl.java   |  11 +-
 .../tez/dag/app/dag/impl/TestVertexImpl.java       |   6 +-
 .../apache/tez/dag/history/utils/TestDAGUtils.java |   9 +-
 .../apache/tez/mapreduce/TestMRRJobsDAGApi.java    |   4 +-
 .../src/test/java/org/apache/tez/test/TestAM.java  |   2 +-
 .../org/apache/tez/test/TestFaultTolerance.java    |   2 +-
 .../java/org/apache/tez/test/TestLocalMode.java    |  19 ++--
 24 files changed, 212 insertions(+), 172 deletions(-)

Reply via email to