-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.
Milestone
Description
When TabletServerBatchReaderIterator gets the following exception:
org.apache.thrift.transport.TTransportException: MaxMessageSize reached
at org.apache.accumulo.core.clientImpl.TabletServerBatchReaderIterator.doLookup:913
at org.apache.accumulo.core.clientImpl.TabletServerBatchReaderIterator$QueryTask.run:401
this failed scan will be added to the failures and the processFailures routine will requeue
the scan. Given the tserver will simply create the same results for the scan, this will happen
indefinitly.
Accumulo 2.1.2
OS CenOS 7.7
Java 11
- a MaxMessageSize reached issue should probably not be retried indefinitly.
- we need a way to set the thrift max message size.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.