Vikram Srivastava created ACCUMULO-2188: -------------------------------------------
Summary: MetadataLocationObtainer directly updates serverSideIteratorList of ScannerOptions Key: ACCUMULO-2188 URL: https://issues.apache.org/jira/browse/ACCUMULO-2188 Project: Accumulo Issue Type: Bug Reporter: Vikram Srivastava Priority: Minor In lookupTablets method, this class creates a ScannerOptions object and directly updates the serverSideIteratorList field instead of calling addScanIterator, thereby getting serverSideIteratorList and serverSideIteratorOptions out-of-sync. It's not a major issue currently, but MetadataLocationObtainer shouldn't make assumptions about ScannerOptions. -- This message was sent by Atlassian JIRA (v6.1.5#6160)