You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by xi...@apache.org on 2023/02/22 11:04:31 UTC

[incubator-uniffle] branch master updated (8b347a2a -> b3a10d39)

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

xianjin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


    from 8b347a2a [MINOR] refactor: address unchecked conversions (#623)
     add b3a10d39 [#545][FOLLOWUP]feat(operator): support specifying custom affinity & tolerations (#641)

No new revisions were added by this update.

Summary of changes:
 .../uniffle/v1alpha1/remoteshuffleservice_types.go |    8 +
 .../api/uniffle/v1alpha1/zz_generated.deepcopy.go  |   12 +
 .../uniffle.apache.org_remoteshuffleservices.yaml  | 2422 +++++++++++++++++---
 .../pkg/controller/sync/coordinator/coordinator.go |   12 +-
 .../sync/coordinator/coordinator_test.go           |   91 +
 .../controller/sync/shuffleserver/shuffleserver.go |   13 +-
 .../sync/shuffleserver/shuffleserver_test.go       |   91 +
 7 files changed, 2329 insertions(+), 320 deletions(-)