Description
Calling a grid service from .NET with a parameter of user type array leads to Java OutOfMemory exception.
Reproducer:
- Limit JVM heap with 128 MB.
- Create a .NET or Java service with a parameter of type
array of Parameter {
Id: int,
array of ParameterValue { PeriodId: int, Value: double? }}
- Call service with an array of 200 Parameters
Expected:
128 MB of heap must be enough to call Java or .NET service with 200 Parameters.
Actual:
Java OutOfMemory exception on 21st Parameter
Attachments
Attachments
Issue Links
- causes
-
IGNITE-13639 .NET: Type cast exception on cache.Get with an array of empty Lists
- Resolved
- fixes
-
IGNITE-12543 When put List<List<SomeObject>>, the data was increased much larger.
- Resolved
- is related to
-
IGNITE-12543 When put List<List<SomeObject>>, the data was increased much larger.
- Resolved
- links to