I observed this behaviour also before testing dedis/dela#270 but as the number of missing votes were a lot smaller (like off-by-one or by 3) I thought nothing of it, but now it is more pronounced:
- created form
- cast 512 votes
- only 410 are present in the interface (and the blockchain is at index 417, which I guess includes the form and some other things)
according to the logs:
a. in the backend/DELA nodes: 3 concurrency-related failures (#345)
b. in the backend: 509 PUT requests that got an 200 answer
c. DELA: no errors apart from the 3 concurrency failures
which means that 102 votes or roughly a fifth of the votes are unaccounted for - are there dedicated logs of the DELA proxies somewhere?