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

osd: mark queued flag for op #12352

Merged
merged 1 commit into from Dec 13, 2016
Merged

osd: mark queued flag for op #12352

merged 1 commit into from Dec 13, 2016

Commits on Dec 7, 2016

  1. osd: mark queued flag for op

    queue_op will check the op epoch with current osdmap epoch,
    and then, the op will be push into waiting_for_map or mark
    queued flag.
    but when the op pop from waiting_for_map, take_op_map_waiters
    forget to mark queued flag before handle it.
    
    Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
    Yunchuan Wen committed Dec 7, 2016
    Copy the full SHA
    f9fc354 View commit details
    Browse the repository at this point in the history