Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data_migrate.go #4137

Open
wants to merge 99 commits into
base: master
Choose a base branch
from

Conversation

Ametsuji-akiya
Copy link

Ⅰ. Describe what this PR does

pkg\ddc\juicefs\data_migrate.go:42:47: corrected "transfromer" to "transformers"

Ⅱ. Does this pull request fix one issue?

fixes #4136

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link

fluid-e2e-bot bot commented May 27, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ronggu for approval by writing /assign @ronggu in a comment. For more information see:The Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

fluid-e2e-bot bot commented May 27, 2024

Hi @Ametsuji-akiya. Thanks for your PR.

I'm waiting for a fluid-cloudnative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link

sonarcloud bot commented May 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Ametsuji-akiya and others added 26 commits July 16, 2024 10:47
typo "transfromer" to "transformers"

Signed-off-by: cheyang <[email protected]>
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.5.0.
- [Commits](golang/time@v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
…ve#4130)

* remove useless data operation methods

Signed-off-by: xliuqq <[email protected]>

* remove deprecated data operation interface

Signed-off-by: xliuqq <[email protected]>

* remove unused methods and constants

Signed-off-by: xliuqq <[email protected]>

---------

Signed-off-by: xliuqq <[email protected]>
Signed-off-by: tzwo <[email protected]>
Signed-off-by: cheyang <[email protected]>
* Fix logging for  runtime, To #54583165

Signed-off-by: cheyang <[email protected]>

* Fix logging issue for  runtime, To #54583165

Signed-off-by: cheyang <[email protected]>

* Fix logging issue for  runtime, To #54583165

Signed-off-by: cheyang <[email protected]>

---------

Signed-off-by: cheyang <[email protected]>
Signed-off-by: LY <[email protected]>
Signed-off-by: cheyang <[email protected]>
…tive#4056)

* add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

* This pr is to add license to ./pkg/common/constants.go

Signed-off-by: melldy <[email protected]>

---------

Signed-off-by: melldy <[email protected]>
Signed-off-by: cheyang <[email protected]>
* changing 2023 to correct time 2020-s

* changing 2020 to correct time 2023

Signed-off-by: dreamingtimezero <[email protected]>

* -schanging 2023 to correct time 2020

---------

Signed-off-by: dreamingtimezero <[email protected]>
Signed-off-by: cheyang <[email protected]>
Signed-off-by: 211820252 <[email protected]>
Signed-off-by: cheyang <[email protected]>
…#4142)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.10 to 1.33.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.27.10...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
Signed-off-by: xACE123 <[email protected]>
Signed-off-by: cheyang <[email protected]>
Signed-off-by: kangkanghanhan <[email protected]>
Signed-off-by: cheyang <[email protected]>
xliuqq and others added 29 commits July 16, 2024 10:49
…e#4138)

* use fluidapp to support data flow affinity

Signed-off-by: xliuqq <[email protected]>

* make fluidapp dataop controller optional

Signed-off-by: xliuqq <[email protected]>

* fix check

Signed-off-by: xliuqq <[email protected]>

* add unit test for injectPodNodeLabelsToJob

Signed-off-by: xliuqq <[email protected]>

* fix: use library.fluid.labels instead of fluid.io/managed-by

Signed-off-by: xliuqq <[email protected]>

* fix comment error and reslove conflicts

Signed-off-by: xliuqq <[email protected]>

* fix annotation nil error

Signed-off-by: xliuqq <[email protected]>

* fix e2e test, serverless pod use serverless.fluid.io/inject and fluid.io/managed-by two labels

Signed-off-by: xliuqq <[email protected]>

---------

Signed-off-by: xliuqq <[email protected]>
Signed-off-by: cheyang <[email protected]>
Signed-off-by: wjlwjlwjlwjlwjlwjlwjl <[email protected]>
Co-authored-by: cheyang <[email protected]>
Signed-off-by: cheyang <[email protected]>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
…#4169)

Bumps [github.com/felixge/fgprof](https://github.com/felixge/fgprof) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/felixge/fgprof/releases)
- [Commits](felixge/fgprof@v0.9.3...v0.9.4)

---
updated-dependencies:
- dependency-name: github.com/felixge/fgprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
)

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
Signed-off-by: wangshulei098 <[email protected]>
Signed-off-by: cheyang <[email protected]>
* Update operation_helm.go

modify copyright time

* Update operation_helm.go

modify copyright time.

Signed-off-by: rodestexas <[email protected]>

---------

Signed-off-by: rodestexas <[email protected]>
Signed-off-by: cheyang <[email protected]>
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1 to 2.130.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.120.1...v2.130.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
…tions (fluid-cloudnative#4194)

* bugfix: allow users override attr-cache and entry-cache in JuiceFS

Signed-off-by: trafalgarzzz <[email protected]>

* go fmt

Signed-off-by: trafalgarzzz <[email protected]>

---------

Signed-off-by: trafalgarzzz <[email protected]>
Signed-off-by: cheyang <[email protected]>
…4191)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.65.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
…ive#4196)

* Update go mod to 1.21.10, To #57240825

Signed-off-by: cheyang <[email protected]>

* Update go mod to 1.21.10, To #57240825

Signed-off-by: cheyang <[email protected]>

---------

Signed-off-by: cheyang <[email protected]>
…ume (fluid-cloudnative#4198)

* Clean up corrupted mount points in NodeUnpublishVolume

Signed-off-by: trafalgarzzz <[email protected]>

* Clean up corrupted mount points in NodeUnpublishVolume

Signed-off-by: trafalgarzzz <[email protected]>

---------

Signed-off-by: trafalgarzzz <[email protected]>
Signed-off-by: cheyang <[email protected]>
…-cloudnative#4078)

* Update thin.go

Signed-off-by: cheyang <[email protected]>

* Update thin.go

Signed-off-by: cheyang <[email protected]>

* Update thin.go license header, To #54250932

Signed-off-by: cheyang <[email protected]>

* Update thin.go license header, To #54250932

Signed-off-by: cheyang <[email protected]>

---------

Signed-off-by: cheyang <[email protected]>
Co-authored-by: cheyang <[email protected]>
Signed-off-by: cheyang <[email protected]>
…cloudnative#4199)

Bumps [github.com/agiledragon/gomonkey/v2](https://github.com/agiledragon/gomonkey) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/agiledragon/gomonkey/releases)
- [Commits](agiledragon/gomonkey@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/agiledragon/gomonkey/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
…ve#4202)

* bugfix: JindoRuntime cannot use a name containing "jindofs"

Signed-off-by: trafalgarzzz <[email protected]>

* todo: add todo for handling fullnameOverride

Signed-off-by: trafalgarzzz <[email protected]>

---------

Signed-off-by: trafalgarzzz <[email protected]>
Signed-off-by: cheyang <[email protected]>
…" and downgrade JindoCache to 6.2.0 (fluid-cloudnative#4205)

Signed-off-by: trafalgarzzz <[email protected]>
Signed-off-by: cheyang <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0.
- [Commits](golang/net@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: cheyang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] fix typo in data_migrate.go