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

changelog: A brick process is getting crash due to SIGSEGV in changelog #3522

Merged
merged 1 commit into from
Jun 27, 2022

Commits on May 23, 2022

  1. changelog: A brick process is getting crash due to SIGSEGV in changelog

    A brick process is getting crashed while using glusterfind tool.
    The glusterfind tool uses changelog xlator and the xlator has race
    condition to handle crpc object list so at the time of calling
    ev_connector thread it is getting crashed.
    
    Solution: The xlator is not using correct lock to sync the list
              in crpc object so use crpc->lock to handle the crpc->list.
    
    Fixes: gluster#3521
    Change-Id: I13ec8603dc06ecba4cd293cb48012a2ebef55749
    Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
    mohit84 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4eb10b6 View commit details
    Browse the repository at this point in the history