oceanprotocol / provider

REST API for provider of data services
Apache License 2.0
28 stars 38 forks source link

Cannot retrieve results from compute to data job #642

Closed mariacarmina closed 1 year ago

mariacarmina commented 1 year ago

Describe the bug Cannot retrieve results from compute to data job & it's stuck in certain phases (e.g. Warming Up, Running algorithm)

To Reproduce Steps to reproduce the behavior:

  1. Publish an algorithm through Ocean Market / ocean.py using barge network
  2. Check compute jobs tab
  3. See error

Expected behavior To be able to retrieve the results and have C2D job completed.

Screenshots image

Additional context It is reported also in a Discord thread. For ocean.py this is the run where C2D get stuck.

Babitabisht commented 1 year ago

In my case it was earlier getting stuck on 'Data provisioning failed', after modifying this line export POD_CONFIGURATION_VERSION=${POD_CONFIGURATION_VERSION:-oceanprotocol/pod-configuration:v4main} to export POD_CONFIGURATION_VERSION=${POD_CONFIGURATION_VERSION:-oceanprotocol/pod-configuration:new_timeouts} (in start_ocean.sh) the status got changed to 'Running algorithm'.

I am on Ubuntu 20.04 VM. Running the market from the branch 'fix/issue-fix-barge-connection'.

mariacarmina commented 1 year ago

It is fixed now if you update barge. Closing this.