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
Currently server shutdown will trigger flushes at the end, this is expected but we might have already exhausted most of the shutdown duration by this point. We should:
1- Set a dedicated time budget for flushes
2- Order flushes by importance. Issuing fsync-wal write for log-server should be triggered, then flush the rest.
The text was updated successfully, but these errors were encountered:
Currently server shutdown will trigger flushes at the end, this is expected but we might have already exhausted most of the shutdown duration by this point. We should:
1- Set a dedicated time budget for flushes
2- Order flushes by importance. Issuing fsync-wal write for log-server should be triggered, then flush the rest.
The text was updated successfully, but these errors were encountered: