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
MB-36554: Make sure the engine won't reallocate tracing vector
The memory accounting could get out of sync if the underlying
engine tried to add a trace element and the tracer needed to
reallocate memory in the vector. To work around this problem
make sure that there there is at least 10 free elements in
the trace array before calling into the engine.
Change-Id: I69144e14708bf4bcc5ee4d0c19e516cadecfebdf
Reviewed-on: http://review.couchbase.org/116928
Well-Formed: Build Bot <[email protected]>
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>
0 commit comments