frontera icon indicating copy to clipboard operation
frontera copied to clipboard

Request count in Hbase backend

Open RajatGoyal opened this issue 9 years ago • 1 comments

If I use HBase backend, how can i count how many request a spider has made, and how many requests have got error? The Hbase API for counting of rows is very slow, is there a provision in frontera to get the count of requests made, and total error occurred.

RajatGoyal avatar Sep 25 '16 22:09 RajatGoyal

There are stats in DB worker and SW worker. You could try to see if these stats are available by means of JSONRPC. There are such things like batches after start and they should log errors if logging is set up properly.

sibiryakov avatar Sep 26 '16 16:09 sibiryakov