You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Johnu George (JIRA)" <ji...@apache.org> on 2017/06/29 06:09:01 UTC

[jira] [Created] (MNEMONIC-292) Set initial limit for ChunkBuffers(equal to capacity)

Johnu George created MNEMONIC-292:
-------------------------------------

             Summary: Set initial limit for ChunkBuffers(equal to capacity)
                 Key: MNEMONIC-292
                 URL: https://issues.apache.org/jira/browse/MNEMONIC-292
             Project: Mnemonic
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.9.0-incubating
            Reporter: Johnu George
            Assignee: Wang, Gang
             Fix For: 0.9.0-incubating


Capacity of chunkbuffers is set to the size specified by the user. But limit is not set by default.  However, it is safer to set limit in the constructor. (as done in java bytebuffer source) Else, user may see unexpected results.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)