Commit 8c6880c
Retain original cache.Get error in span manager
Before this change, the span manager would replace the error received
from `m.cache.Get` with a generic `ErrSpanNotAvailable`. The way we use
the cache is really just as an abstraction of disk storage for span
data so we don't generally expect `m.cache.Get` to throw an error. If it
does, we should keep that context.
Signed-off-by: Kern Walster <[email protected]>1 parent f4a0749 commit 8c6880c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
0 commit comments