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

minio is not able to start #65

Open
1 of 2 tasks
H322 opened this issue May 3, 2024 · 4 comments
Open
1 of 2 tasks

minio is not able to start #65

H322 opened this issue May 3, 2024 · 4 comments
Assignees
Labels
bug Something isn't working fixed Marks an issues as fixed in the dev branch

Comments

@H322
Copy link

H322 commented May 3, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

KFP workflows

What happened + What you expected to happen

After installing the pre-required softwares manually, I got this by running make setup:

creating minio alias
mc: Configuration written to `/root/.mc/config.json`. Please update your access credentials.
mc: Successfully created `/root/.mc/share`.
mc: Initialized share uploads `/root/.mc/share/uploads.json` file.
mc: Initialized share downloads `/root/.mc/share/downloads.json` file.
Added `kfp` successfully.
creating test bucket
Bucket created successfully `kfp/test`.
copying data
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/code/code_quality/test-data/input/sample_1.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:50442->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/code/proglang_select/test-data/input/test1.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:52100->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/code/proglang_select/test-data/languages/allowed-code-languages.txt`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:53306->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/code/malware/test-data/input/sample.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:40052->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/ededup/test-data/input/sample1.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:41522->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/noop/test-data/input/test1.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:39912->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/tokenization/test-data/ds01/input/lang=en/dataset=cybersecurity_v2.0/version=2.3.2/pq03.snappy.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:50202->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/tokenization/test-data/ds01/input/lang=en/dataset=empty/dpv08_cc02.snappy.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:50180->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/tokenization/test-data/ds01/input/lang=en/dataset=empty/dpv08_cc01.snappy.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:50186->127.0.0.1:8080: i/o timeout
mc: <ERROR> Failed to copy `/root/test/data-prep-lab/transforms/universal/tokenization/test-data/ds01/input/lang=en/pq02.parquet`. Get "http://localhost:8080/test/?location=": read tcp 127.0.0.1:50206->127.0.0.1:8080: i/o timeout
make[2]: *** [Makefile:28: populate-data] Error 1
make[2]: Leaving directory '/root/test/data-prep-lab/kind'
make[1]: *** [Makefile:37: cluster-deploy] Error 2
make[1]: Leaving directory '/root/test/data-prep-lab/kind'
make: *** [Makefile:23: setup] Error 2

Reproduction script

make setup

Anything else

No response

OS

Redhat

Python

Other

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@H322 H322 added the bug Something isn't working label May 3, 2024
@blublinsky
Copy link
Collaborator

According to the log, minio started correctly. The error is during copying.
timeout is at read tcp 127.0.0.1:50180. Was the data copied to the VM?

@roytman
Copy link
Member

roytman commented May 8, 2024

Please repeat your test. The PR #81 should resolve this issue.

@blublinsky
Copy link
Collaborator

@H322, @roytman can we close this one?

@daw3rd daw3rd added the fixed Marks an issues as fixed in the dev branch label May 14, 2024
@roytman
Copy link
Member

roytman commented May 16, 2024

Hi @H322 did you have a chance to repeat the test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Marks an issues as fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

4 participants