What version of the product are you using? On what operating system?
Tell me more...
@Override
public BlockingQueue<Operation> createWriteOperationQueue() {
return writeQueueFactory == null ? super.createReadOperationQueue()
: writeQueueFactory.create();
}
super.createReadOperationQueue() --> super.createWriteOperationQueue()
Original issue reported on code.google.com by shenhua...@gmail.com on 1 Feb 2013 at 6:15
Original issue reported on code.google.com by
shenhua...@gmail.com
on 1 Feb 2013 at 6:15