-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #3521 Change-Id: I13ec8603dc06ecba4cd293cb48012a2ebef55749 Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
- Loading branch information
1 parent
f64f400
commit 13a299c
Showing
1 changed file
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters