[
https://issues.apache.org/jira/browse/TS-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288662#comment-14288662
]
weijin commented on TS-3315:
----------------------------
the try lock of cont->mutex should never fail. If fail, which means the caller
may have flaws or bugs.
> 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)