[
https://issues.apache.org/jira/browse/IGNITE-9276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16582404#comment-16582404
]
Orel Weinstock commented on IGNITE-9276:
----------------------------------------
a) We "await" all requests to the cache. We've also sent a getAll from nodejs
and ran a localhost Ignite server in debug mode with a breakpoint on where it
sends data back
(org.apache.ignite.internal.processors.odbc.ClientListenerResponse#L160) and
saw that the call from nodejs results in 0 results.
b) our use case is an empty cache - CacheClient.getSize() returns 0. The cache
size changed according to the amount of results returned.
c) the object, when returned, contains real data.
d) This is how the object used as key is defined:
const myKeyType = new IgniteClient.ComplexObjectType(
\{id: defaultValue, company: defaultCompanyValue},
'com.mycompany.model.MyKey')
myKeyType.setFieldType('id', ObjectType.PRIMITIVE_TYPE.STRING);
myKeyType.setFieldType('company', ObjectType.PRIMITIVE_TYPE.INTEGER);
> Multi-Get from NodeJS platform return empty or partial result
> -------------------------------------------------------------
>
> Key: IGNITE-9276
> URL: https://issues.apache.org/jira/browse/IGNITE-9276
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Eran Betzalel
> Assignee: ekaterina.vergizova
> Priority: Major
>
> The same test run with the JAVA client and it worked flawlessly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)