Aleksey Plekhanov created IGNITE-27829:
------------------------------------------
Summary: Java Thin: Cache name is not stored to exception with
cache operation.
Key: IGNITE-27829
URL: https://issues.apache.org/jira/browse/IGNITE-27829
Project: Ignite
Issue Type: Improvement
Components: thin client
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Currently, thin client sends only cache id to server when performing cache
operation. But in case of any error on server side (for example, cache not
found) we even don't know cache name caused problem (we can't transform cache
id back to cache name). For calls like:
{code:java}
client.cache("testCacheName").get(0);
{code}
Exception contains only test:
{noformat}
Cache does not exist [cacheId= 115928251]
{noformat}
But cache name is always present on client side and we easily can enrich cache
exception with the cache name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)