globocom / globocom/GloboNetworkAPI
Pool member request with checkstatus=1 is not locking data
Open
- Dominant language
- Python
- Stars
- 88
- Forks
- 71
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 4
Description
/api/v3/pool/deploy//member/status/?checkstatus=1 is not locking the data in networkapi.
As such, it can cause concurrence problems with another requests that change pool member table.
Made two request, to delete member and to check status and it inserted a status of a non existent member after removing it.
Contributor guide
Assessment
This issue has not been assessed yet.