Phil Sorber created TS-3315:
-------------------------------
Summary: Assert after try lock
Key: TS-3315
URL: https://issues.apache.org/jira/browse/TS-3315
Project: Traffic Server
Issue Type: Bug
Components: Cache
Reporter: Phil Sorber
In iocore/cache/Cache.cc there is the following:
{code}
CACHE_TRY_LOCK(lock, cont->mutex, this_ethread());
ink_assert(lock.is_locked());
{code}
Does it really make sense to try and assert when a try can fail?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)