GridDB:python client multi_put problems

Asked 2 years ago, Updated 2 years ago, 61 views

I'm using GridDB python client (version 0.8) and I had two problems.
Both are about store.multi_put.

1. If you give a container name that does not exist in the argument, it will cause core dump.
2. Memory usage was seen on multiple calls.memory leak?

Thank you for your cooperation.

python database

2022-09-30 18:40

1 Answers

There was an issue with Troubles in multi_put function the other day
https://github.com/griddb/python_client/issues/12
It appears to have been resolved in .


2022-09-30 18:40

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.