My Apache Nutch crawler is generating following information in log files.
"WARN client.ScannerCallable - Ignore, probably already closed org.apache.hadoop.ipc.RemoteException: org.apache.hadoop.hbase.regionserver.LeaseException: lease '-3687805264051264867' does not exist"
I have made a change in hbase configuration file(hbase-site.xml).
<property>
<name>hbase.client.scanner.caching</name>
<value>100</value>
</property>
But it does not effect anything and above same warning is appearing again and again. Any idea?