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

Docker compose deployment not working in Ubuntu 22.04 #905

Open
TomsyPaul opened this issue Jul 25, 2023 · 5 comments
Open

Docker compose deployment not working in Ubuntu 22.04 #905

TomsyPaul opened this issue Jul 25, 2023 · 5 comments

Comments

@TomsyPaul
Copy link
Contributor

**What deployment mode you are use? **
docker-compose;

**What KubeFATE and FATE version you are using? **
KubeFATE-1.11.2

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

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

  • OS: Ubuntu
  • Version 22.04

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

To Reproduce

When deploying to Ubuntu 22.04 no errors are shown and the containers are up and running.
But the following to check FL on the same system,
flow test toy --guest-party-id 10000 --host-party-id 10000
command times out..

@owlet42
Copy link
Collaborator

owlet42 commented Aug 1, 2023

Please check that this command flow server versions returns correctly.

@TomsyPaul
Copy link
Contributor Author

[root@b24912b32a3f fate]# flow server versions
{
    "data": {
        "API": "v1",
        "CENTOS": "7.2",
        "EGGROLL": "2.5.1",
        "FATE": "1.11.2",
        "FATEBoard": "1.11.1",
        "FATEFlow": "1.11.1",
        "JDK": "8",
        "MAVEN": "3.6.3",
        "PYTHON": "3.8",
        "SPARK": "3.4.0",
        "UBUNTU": "16.04"
    },
    "retcode": 0,
    "retmsg": "success"
}

@owlet42
Copy link
Collaborator

owlet42 commented Aug 7, 2023

Are you deploying Spark or Eggroll FATE,
If it is Spark, please check whether the allocated resources are sufficient, compute_core>=8,
If it is Eggroll, please check other components and there is no error log.

@TomsyPaul
Copy link
Contributor Author

We use Eggroll.
The Error (Algorithm) Log is attached.

Error Log from Fateboard.txt

Screenshot from 2023-10-04 17-30-04

@owlet42
Copy link
Collaborator

owlet42 commented Oct 17, 2023

Check the nodemanager log, enter the container, and check the log file with a similar name to task-xxxxx.

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

2 participants