-
Notifications
You must be signed in to change notification settings - Fork 53
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
When using hs3, MinIO, and store_delayed_as_dataset, the task never finishes #59
Comments
Can you try creating any key in the storage with the factory?
This way we can verify that the store properly connects to S3 and doesn't block |
The The traceback when I interrupt the sample looks like this:
|
To me, that sounds like a bug in underlying library (simplekv or boto) or an S3 server bug. MIGHT be related to mbr/simplekv#84. |
Closing this for now since it seems to be related to simplekv or boto. Feel free to reopen in case of new information |
Below is an example that fails on Linux, MinIO, and kartothek 3.0.1. The program never executes
print ("Finished")
.The MinIO browser does show the creation of the bucket, the hierarchy, and the file.
I do not see any messages from the `dask-scheduler' except 'heartbeat_worker'.
What am I doing wrong or is there any more information that I can provide to help debug the problem?
The text was updated successfully, but these errors were encountered: