Commit f18b981
MB-29501: Validate cookie before doing a TRACE_BEGIN/TRACE_END
The tracing macros TRACE_BEGIN/TRACE_END require that a valid
cookie is passed in to these macros. So, ensure that the cookie
is valid and then call TRACE_BEGIN in the VBucketBGFetchItem
constructor
Change-Id: I7b1f60082dc4586354933c4bc24fe6e8ade17178
Reviewed-on: http://review.couchbase.org/93719
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>1 parent 2a69644 commit f18b981
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments