Hi all, I developed an iterator that pre-loads a set of results every time it jumps to a new row. Checking the logs (by the way I am using log4j2 as logging library, but it is not able to locate the log4j2.xml that is inside the iterator jar, should I put it in a different place?) I noticed that Accumulo is re-seeking after each key returned by my iterator. This is killing the performance of my system, is there a way to reduce the rate in which Accumulo kill and re-seek the iterators? Thanks
Regards, Massimiliano Mattetti
