You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your environment(Kubernetes version, Fluid version, etc.)
kubernetes 1.22
Describe the bug
dataset controller executes jindo mount /xx oss://xxx command into jindomatser when DataSet object becomes ready for the first time, after that, jindo mount will never be triggered again, event jindo master pod was migrated/preempted from one node to another.
What you expect to happen:
Re-execute jindo mount command after jindo master recovered from migration or recreate.
How to reproduce it
create DataSet and JindoRuntime, wait for them to be ready.
simulate preemption or node healing by directly delete pod(jindo master).
wait until jindo master becomes Running again and exec into the container to check mountpoint.
Additional Information
The text was updated successfully, but these errors were encountered:
What is your environment(Kubernetes version, Fluid version, etc.)
kubernetes 1.22
Describe the bug
dataset controller executes
jindo mount /xx oss://xxx
command into jindomatser when DataSet object becomes ready for the first time, after that,jindo mount
will never be triggered again, event jindo master pod was migrated/preempted from one node to another.What you expect to happen:
Re-execute
jindo mount
command after jindo master recovered from migration or recreate.How to reproduce it
Additional Information
The text was updated successfully, but these errors were encountered: