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
In loadPreparedSyncWrites() the result of getVBucket(vbid) is not
checked to see if it's a non-null ptr, unlike other warmup phases. As
such, if ns_server deletes a vBucket before loadPreparedSyncWrites,
then we can crash dereferencig a null ptr.
Change-Id: I6e0639716d35a2e0f4db92d8b2cdfbfb09c9f5c5
Reviewed-on: http://review.couchbase.org/109972
Reviewed-by: Jim Walker <[email protected]>
Tested-by: Dave Rigby <[email protected]>
0 commit comments