Tim Williams created BLUR-345:
---------------------------------
Summary: Update Mutate actions should work correctly for large Rows
Key: BLUR-345
URL: https://issues.apache.org/jira/browse/BLUR-345
Project: Apache Blur
Issue Type: Bug
Components: Blur
Affects Versions: 0.2.2
Reporter: Tim Williams
Priority: Critical
There are currently two conditions that cause dropped data in a blur update
mutate - both related to the configured fetch limits.
1) If the row contains more records than the configured property
[blur.max.records.per.row.fetch.request] anything over that setting would be
dropped on an update.
2) If the row contains large records that exceed the configured max heap size
[blur.max.heap.per.row.fetch] only records up to that setting would be included
in the update.
--
This message was sent by Atlassian JIRA
(v6.2#6252)