airavata-courses / autobots

Team Autobots Project Repo
0 stars 2 forks source link

Error during file upload #83

Closed naveenkumarmarri closed 5 years ago

naveenkumarmarri commented 5 years ago

Steps to reproduce

Following is the error I'm getting when I follow the above steps

selection_172

gowtham06 commented 5 years ago

@naveenkumarmarri This seems to be a basic http request error from the client when it is trying to resume the upload using a new http request. Started looking into it.

gowtham06 commented 5 years ago

@naveenkumarmarri am not able to reproduce this issue in localhost. Will have to check with kubernetes layer.

naveenkumarmarri commented 5 years ago

image

When an upload is started to a pod in kubernetes deployment, the tus server is creating a rest endpoint and when you resume the upload. Looks like the services are stateful and just having a network storage doesn't solve this problem.

gowtham06 commented 5 years ago

Closing the issue. Resolved in #87