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

funnel 0.11 problems with mongodb #976

Open
kmavrommatis opened this issue May 25, 2024 · 0 comments
Open

funnel 0.11 problems with mongodb #976

kmavrommatis opened this issue May 25, 2024 · 0 comments

Comments

@kmavrommatis
Copy link

I have installed funnel 0.11 in a docker image and started it using a config file that connects it to a mongodb.
The same mongodb is connected to a different funnel instance v 0.10.

When I try to retrieve the information for a task in 0.11 I get

curl -X GET http://localhost:8000/v1/tasks/cp7h9jv000kibeg69rc0
{"error":"task not found: taskID: cp7h9jv000kibeg69rc0"}

curl -X GET http://localhost:8000/tasks/cp7h9jv000kibeg69rc0
{"error":"task not found: taskID: cp7h9jv000kibeg69rc0"}

with funnel 0.10

curl -X GET http://localhost:8003/v1/tasks/cp7h9jv000kibeg69rc0
{
  "id": "cp7h9jv000kibeg69rc0",
  "state": "COMPLETE"
}

 curl -X GET http://localhost:8003/tasks/cp7h9jv000kibeg69rc0
Not Found

Furthermore

curl -X GET http://localhost:8003/v1/tasks

Returns a list of tasks for 0.10

but with 0.11 returns an empty list and in the logs of the server I get the following:

server               received: /tes.TaskService/ListTasks
request              {

                     }
time                 2024-05-25T12:00:29Z

server               responding: /tes.TaskService/ListTasks
err                  error decoding key logs.0.outputs.0.sizebytes: cannot decode 64-bit integer into a string type
resp                 <nil>
time                 2024-05-25T12:06:15Z

I can confirm that in the backend mongodb a query to retrieve the tasks was sent in both cases.

Thanks in advance for your help

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

1 participant