[ https://issues.apache.org/jira/browse/TS-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leif Hedstrom updated TS-3315: ------------------------------ Fix Version/s: 6.0.0 > 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 > Fix For: 6.0.0 > > > 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)