You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check was added in 9685074 and it is intended to determine broken records and incongruity between index and blob.
This check should be moved outside of eblob_fill_write_control_from_ram because eblob_fill_write_control_from_ram is always called under global lock on b->lock and additional seek under this lock leads to degradation of response time.
In both tests timeout on the client was set to 25 ms.
I will deal with this issue in the near future (1-2 weeks), but until then I'm ready to discuss the proposals where this check can be moved or how it can be transformed.
The text was updated successfully, but these errors were encountered:
This check was added in 9685074 and it is intended to determine broken records and incongruity between index and blob.
This check should be moved outside of
eblob_fill_write_control_from_ram
becauseeblob_fill_write_control_from_ram
is always called under global lock onb->lock
and additional seek under this lock leads to degradation of response time.Our load tests showed follow degradation:
In both tests timeout on the client was set to 25 ms.
I will deal with this issue in the near future (1-2 weeks), but until then I'm ready to discuss the proposals where this check can be moved or how it can be transformed.
The text was updated successfully, but these errors were encountered: