On 01/10/2017 08:16 PM, Tom Pantelis wrote:
> Since the length field of an array is an int, it's constrained to
> Integer.MAX_VALUE (~2G). To handle snapshots larger than 2G we'll have
> to chuck it into multiple byte[].

That could get funky on the reassembly side of things. If we go that
route, we may as well switch to something more friendly, like
java.nio.ByteBuffer(), too.

Guy, just out of curiosity: how much duplication is in your data set?

Regards,
Robert

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to