Hi Pavel,


Thanks for the tips on MemoryStream versus byte[]. I’ll look into it.



Thanks,

Raymond.





*From:* Pavel Tupitsyn [mailto:ptupit...@apache.org]
*Sent:* Monday, October 16, 2017 11:00 PM
*To:* user@ignite.apache.org
*Subject:* Re: Error with ScanQuery



Hi Raymond,



1) Please attach full exception details, including all inner exceptions
(can be obtained with ex.ToString())



2) Storing MemoryStream in cache is not a very good idea: there is a lot of
unnecessary overhead

(underlying buffer is usually bigger that real data, there is some state,
etc).

Consider storing byte[] instead (call MemoryStream.ToArray()).



Thanks,

Pavel



On Mon, Oct 16, 2017 at 11:46 AM, Raymond Wilson <raymond_wil...@trimble.com>
wrote:

I can do that tomorrow.

In the meantime, can you speak to what that error means?

Thanks,
Raymond.

Sent from my iPhone


> On 16/10/2017, at 9:18 PM, dkarachentsev <dkarachent...@gridgain.com>
wrote:
>
> Hi Raymond,
>
> Could you please attach full log and config for failed node?
>
> Thanks!
> -Dmitry
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to