fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[BUG] Runtime controller logs pvc not cleaned up error

Open TrafalgarZZZ opened this issue 3 years ago • 0 comments

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug

2022-09-19T01:05:58.897+0800	ERROR	alluxioctl.AlluxioRuntime.reconcileRuntimeDeletion	controllers/runtime_controller.go:104	Failed to delete volume	{"alluxioruntime": "default/hbase", "Runtime": {"namespace": "default", "name": "hbase"}, "error": "the PVC hbase in ns default is not cleaned up"}
github.com/fluid-cloudnative/fluid/pkg/controllers.(*RuntimeReconciler).ReconcileInternal
	/go/src/github.com/fluid-cloudnative/fluid/pkg/controllers/runtime_controller.go:104
github.com/fluid-cloudnative/fluid/pkg/controllers/v1alpha1/alluxio.(*RuntimeReconciler).Reconcile
	/go/src/github.com/fluid-cloudnative/fluid/pkg/controllers/v1alpha1/alluxio/alluxio_runtime_controller.go:101
github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
	/go/src/github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:114
github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
	/go/src/github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:311
github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
	/go/src/github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:266
github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
	/go/src/github.com/fluid-cloudnative/fluid/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:227

What you expect to happen:

How to reproduce it

Additional Information

TrafalgarZZZ avatar Sep 19 '22 03:09 TrafalgarZZZ