Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid waiting in dmu_sync_late_arrival(). #15096

Merged
merged 1 commit into from
Jul 27, 2023

Commits on Jul 26, 2023

  1. Avoid waiting in dmu_sync_late_arrival().

    The transaction there does not produce any dirty data or log blocks,
    so it should not be throttled. All other cases wait for TXG sync, by
    which time the log block we are writing will be obsolete, so we can
    skip waiting and just return error here instead.
    
    Signed-off-by:	Alexander Motin <[email protected]>
    Sponsored by:	iXsystems, Inc.
    amotin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    69423a0 View commit details
    Browse the repository at this point in the history