FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
418 stars 222 forks source link

v1.9.2 configmap error in "job_default_config.yaml" #873

Closed wood-j closed 1 year ago

wood-j commented 1 year ago

What deployment mode you are use? Kuberentes.

What KubeFATE and FATE version you are using?

MUST Please state the KubeFATE and FATE version you found the issue

What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.

To Reproduce

  1. install fate cluster fate-10001 with official image and chart
  2. use command to see the cm created: kubectl edit cm python-config -n fate-10001
  3. in the chapter of file job_default_config.yaml, shows: image
  4. according to the file(fateflow/conf/job_default_config.yaml) from fate version 1.9.2, it should be: image
  5. it could lead to oom happen when upload big dataset file to eggroll

What happen?

OOM happened when uploading big dataset file

image

code reading file fateflow/python/fate_flow/components/upload.py:

image

None value from config will read all lines.

owlet42 commented 1 year ago

Thanks for your feedback, this bug will be fixed in v1.11

LaynePeng commented 1 year ago

Close the issue as fixed it