cshannon commented on PR #4421:
URL: https://github.com/apache/accumulo/pull/4421#issuecomment-2027789505

   > I think the only test failing at this point is BigRootTabletIT. I've spent 
probably 4 hours trying to track down the issue, and I'm unable to figure it 
out. After the split on the metadata table happens, the Manager doesn't appear 
to be hosting the new metadata tablets.
   
   I looked at this for a while to and it seems to be related to the low memory 
check inside `TabletBase`. The `TABLE_SCAN_MAXMEM` config is used in a couple 
spots, but if I bump the `maxResultsSize` value when testing specifically just 
on 
[this](https://github.com/dlmarion/accumulo/blob/7e5c7ebc96300d4063b242f6fb7dbc0c02997ae1/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletBase.java#L421)
 line the test works again. That maxResultsSize is controlled by that config 
property so I'm wondering if the extra data being written pushes it over the 
edge for being able to continue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to