Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
2.7
-
None
-
None
-
Docs Required
Description
Thin client cannot retrieve data that was inserted with the Thick Ignite client when using a composite key.
See the attached reproducer:
ThinClientGets.java
thickCache.put(new TestKey("a", "0"), 1);
thickCache.get(new TestKey("a", "0")); // returns 1
thinCache.get(new TestKey("a", "0")) // returns null
Attachments
Attachments
Issue Links
- duplicates
-
IGNITE-11161 Thin client's cache get by user defined key returns null
- Resolved
- is related to
-
IGNITE-14103 .NET Thin Client: Retrieve binary configuration from server
- Resolved
- is required by
-
IGNITE-10789 CacheInterceptor on server node get BinaryObject if put was invoked by ClientCache.
- Resolved
- relates to
-
IGNITE-11027 CPP: Add support of compact footer for C++
- Open
- links to