Bug #6715
closedAutomatic update of page is incomplete
100%
Description
When the job page is automatically updated, the number of unknowns with associated marks can late in comparison with the total number of unknowns.
Updated by Vladimir Gratinskiy over 8 years ago
It is not a bug. The time between calculating total number of unknowns and associations with marks is not a zero. Synchronization of browser and server could happen even between saving values to the database. You should accept that the world is not ideal and we still don't have quantum computer.
Updated by Evgeny Novikov over 8 years ago
But why not synchronize getting and setting of data chunks for which this has sense? You likely can use the standard approach for locking. Besides you will need just to specify separate functions working with corresponding data chunks.
Updated by Vladimir Gratinskiy almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Should be fixed in branch "bridge-logs" as updating job's statistic and uploading report (where unknown report is uploaded and cache is recalculated after unknown was marked automatically) can't be executed in parallel.
Updated by Evgeny Novikov over 7 years ago
- Status changed from Resolved to Closed
I merge the branch to master in 3f0ad507.