Commit 32014c2
committed
Stop modifying parent operation span after it is stopped
When a getMore command arrived, the cursor_id was being set on the
parent operation span's MongodbContext even though the parent observation
was already stopped. Modifying an observation after stop() is undefined
behavior in Micrometer1 parent db5387c commit 32014c2
1 file changed
Lines changed: 0 additions & 5 deletions
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 226 | | |
232 | 227 | | |
233 | 228 | | |
| |||
0 commit comments