[jira] [Created] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Jovan Attisha (Jira)
Jovan Attisha created HTTPCLIENT-2327: - Summary: MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller Key: HTTPCLIENT-2327 URL: https://issues.apache.org/jira

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846643#comment-17846643 ] Oleg Kalnichevski commented on HTTPCLIENT-2327: --- [~jattisha] From the

[jira] [Comment Edited] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846643#comment-17846643 ] Oleg Kalnichevski edited comment on HTTPCLIENT-2327 at 5/15/24 2:10 PM: --

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Jovan Attisha (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846669#comment-17846669 ] Jovan Attisha commented on HTTPCLIENT-2327: --- Oh, interesting! I think you'

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846671#comment-17846671 ] Oleg Kalnichevski commented on HTTPCLIENT-2327: --- [~jattisha] I agree.

[jira] [Comment Edited] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Jovan Attisha (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846669#comment-17846669 ] Jovan Attisha edited comment on HTTPCLIENT-2327 at 5/15/24 2:54 PM: --

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Jovan Attisha (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846737#comment-17846737 ] Jovan Attisha commented on HTTPCLIENT-2327: --- Created a PR [here|https://gi

Re: [PR] [HTTPCLIENT-2327] Propagate CancellationExceptions from MemcachedClient operations as ResourceIOExceptions [httpcomponents-client]

2024-05-15 Thread via GitHub
jattisha commented on code in PR #559: URL: https://github.com/apache/httpcomponents-client/pull/559#discussion_r1602246401 ## httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/memcached/MemcachedHttpAsyncCacheStorage.java: ## @@ -161,7 +162,11 @@ private C