[
https://issues.apache.org/jira/browse/ACCUMULO-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Turner updated ACCUMULO-4709:
-----------------------------------
Description:
Based in ACCUMULO-4708, it may be good to add size sanity checks to Accumulo's
Mutation data type. The first step would be to determine how Mutation handles
the following situations currently.
* Create a mutation and put lots of small entries where total size exceeds 2GB
* Create a mutation and add a single entry where the total of all fields
exceeds 2GB, but no individual field exceeds 2GB
was:
Based in ACCUMULO-4708, it may be good to add size sanity checks to Accumulo's
Mutation data type. The first step would be to determine how Mutation handles
the following situations currently.
* Create a mutation and put lots of small entries where total size exceeds 2GB
* Create a mutation and add a single entry where the total of all fields
exceeds 2GB, but no individual field exceeds 2GB
* Creating multiple mutation and try making each field exceed 2GB.
> Add size sanity checks to Mutations
> -----------------------------------
>
> Key: ACCUMULO-4709
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4709
> Project: Accumulo
> Issue Type: Improvement
> Reporter: Keith Turner
>
> Based in ACCUMULO-4708, it may be good to add size sanity checks to
> Accumulo's Mutation data type. The first step would be to determine how
> Mutation handles the following situations currently.
> * Create a mutation and put lots of small entries where total size exceeds
> 2GB
> * Create a mutation and add a single entry where the total of all fields
> exceeds 2GB, but no individual field exceeds 2GB
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)