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

Log synchronization for dispatcher executor #69

Open
zjgemi opened this issue Aug 9, 2022 · 0 comments
Open

Log synchronization for dispatcher executor #69

zjgemi opened this issue Aug 9, 2022 · 0 comments

Comments

@zjgemi
Copy link
Collaborator

zjgemi commented Aug 9, 2022

Synchronization of logs has not been implemented in dispatcher. For minimal modification of dispatcher, the dispatcher executor in dflow may synchronize logs via a sidecar container. Some suggestions

  1. Run an agent on remote cluster to collect logs and launch a rpc server. Local client call the server via a SSH tunnel. (Refer to wlm-operator)
  2. Redirect the stdout and stderr to some files. Local process synchronizes the files with offsets and limits. (Refer to dflow-extender)
njzjz pushed a commit to njzjz/dflow that referenced this issue Nov 28, 2022
fix: jsonize parameters before reusing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant