Description
In iocore/cache/Cache.cc there is the following:
CACHE_TRY_LOCK(lock, cont->mutex, this_ethread()); ink_assert(lock.is_locked());
Does it really make sense to try and assert when a try can fail?
Attachments
Issue Links
- is related to
-
TS-3156 Mutex[Try]Lock bool() operator change and unused API removal
- Closed