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

SteNicholas pushed a change to branch CELEBORN-2400
in repository https://gitbox.apache.org/repos/asf/celeborn.git


    omit 991b918cf5 [CELEBORN-2400] Recreate the netty worker EventLoopGroup 
when a worker event loop thread dies
     add c0cad1926d [CELEBORN-2404] Fix required field typo in 
SendWorkerEventRequest schema
     add e8464d6461 [CELEBORN-2402] Log the hostname for celeborn shuffle fetch 
failures
     add d1d69cb0ae [CELEBORN-2406] Avoid blocking GetReducerFileGroup RPC 
under ConcurrentHashMap bin lock in updateFileGroup
     add 90954f7236 [CELEBORN-2399] Fix HA worker heartbeat using 
stateStartTime instead of actual time
     add 00113daf3a [CELEBORN-2401] Change default of 
celeborn.client.spark.fetch.cleanFailedShuffle to true
     new 0a31e9f9db [CELEBORN-2400] Recreate the netty worker EventLoopGroup 
when a worker event loop thread dies

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   (991b918cf5)
            \
             N -- N -- N   refs/heads/CELEBORN-2400 (0a31e9f9db)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plugin/flink/client/CelebornBufferStream.java  |  14 +-
 .../spark/celeborn/ExceptionMakerHelper.scala      |   3 +-
 .../celeborn/CelebornShuffleReaderSuite.scala      |   9 +
 .../apache/celeborn/client/ShuffleClientImpl.java  |  28 +-
 .../celeborn/client/read/CelebornInputStream.java  |  12 +-
 .../celeborn/client/ShuffleClientSuiteJ.java       |  54 ++++
 .../common/network/client/TransportClient.java     |  63 ++++-
 .../network/client/TransportClientFactory.java     | 290 ++++++++++++++++-----
 .../network/client/TransportResponseHandler.java   |  26 ++
 .../celeborn/common/util/ExceptionMaker.java       |   2 +-
 .../org/apache/celeborn/common/CelebornConf.scala  |   2 +-
 .../network/SSLTransportClientFactorySuiteJ.java   |  12 +-
 .../network/TransportClientFactorySuiteJ.java      | 163 ++++++++++--
 .../network/client/TransportClientSuiteJ.java      |  88 ++++++-
 docs/configuration/client.md                       |   2 +-
 docs/migration.md                                  |   2 +
 .../deploy/master/clustermeta/ha/MetaHandler.java  |   2 +-
 .../rest/v1/model/SendWorkerEventRequest.java      |   6 +-
 .../src/main/openapi3/master_rest_v1.yaml          |   2 +-
 .../tests/spark/CelebornFetchFailureSuite.scala    |   2 +
 .../tests/spark/CelebornIntegrityCheckSuite.scala  |   1 +
 21 files changed, 645 insertions(+), 138 deletions(-)

Reply via email to