Tim Williams created BLUR-315:
---------------------------------

             Summary: Fix max heap guard on row fetch
                 Key: BLUR-315
                 URL: https://issues.apache.org/jira/browse/BLUR-315
             Project: Apache Blur
          Issue Type: Bug
          Components: Blur
    Affects Versions: 0.2.0, 0.2.1, 0.2.2
            Reporter: Tim Williams


We have a guard on a row fetch that limits to 10mb.  If the user is only 
selecting a single document from the row, it currently bypasses that heap guard 
(BlurUtil.fetchDocuments()).  We should move the guard to check all documents - 
even the first.

On a related note, maybe there's a way to relate the guard to our thrift frame 
size - which seems to be the constraining factor?



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to