Details
Description
Saw this issue while running random walk test w/ agitation. The bulk import code picks random tablet servers and ask them to bulk load files. If a tablet server dies it takes 30 seconds for the master to see the zookeeper lock was lost. During this 30 second period the bulk import code will still try to use the tserver and fail. After it fails three times it will mark the file as a failure. This all happens within a second.
The bulk import code should probably catch TTransportException and black list the tablet server for that bulk import transaction.
Attachments
Issue Links
- breaks
-
ACCUMULO-3574 preferCachedConnections=false is not respected
- Resolved