fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)

Results 393 fluid issues
Sort by recently updated
recently updated
newest added

**Provide a link to that doc page:** https://github.com/kalintou/fluid/blob/master/pkg/dataprocess/generate_values_test.go **What is the defect and your suggestions on improvement:** pkg\dataprocess\generate_values_test.go:24:47: corrected "transfromer" to "transformers"

documentation

**What enhancement you'd like to add:** When using Fluid in a large-scale cluster where there is a large amount of pods in one single namespace, JindoRuntime controller requires very high...

bug

### Ⅰ. Describe what this PR does Corrected "transfromer" to "transformers" in file pkg/ddc/jindocache/transform.go:39:47. ### Ⅱ. Does this pull request fix one issue? fixes #4112 ### Ⅲ. List the added...

ok-to-test

## Background Fluid provides elastic scaling capabilities for distributed caching, which is crucial for on-demand cache usage and cost reduction. However, currently, Fluid's cache scaling down relies on StatefulSet, which...

features

#### Background In the Fluid project, data operations (dataprocess, dataload, datamigrate) are core functionalities, including data processing, preheating, and migration. To better monitor and manage these operations, a self-reporting progress...

features

Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.7.0 to 1.10.0. Release notes Sourced from github.com/container-storage-interface/spec's releases. v1.10.0 What's Changed Breaking changes/Deprecations None Additions [Alpha] Add new "SnapshotMetadata service" to allow CO to obtain allocated...

dependencies
go
needs-ok-to-test

**What is your environment(Kubernetes version, Fluid version, etc.)** Fluid 1.0 **Describe the bug** When there are multiple corrupted mount points on a fluid volume's targetPath (This should be common when...

bug

### Ⅰ. Describe what this PR does Upgrade controller runtime to v0.17.5 and k8s api to v0.29.5. ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ....

**What is your environment(Kubernetes version, Fluid version, etc.)** Kubernetes集群:v1.27.12 fluid:1.0.0-31f5433 **Describe the bug** 按照https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/juicefs/juicefs_runtime.md 部署juicefs 按照https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/accelerate_s3_minio.md部署Alluxio runtime 然后数据都能显示,就是在minio远端更新数据,在kubernetes的pod没有更新 **What you expect to happen:** 在minio远端更新数据,在kubernetes的pod更新 **How to reproduce it** **Additional Information**

bug

### Ⅰ. Describe what this PR does Fixed #4107 This Pr is to correct pkg\ddc\juicefs\data_load.go:26:47: corrected "transfromer" to "transformers" ### Ⅱ. Does this pull request fix one issue? fixes #4107...

needs-ok-to-test