Currently, we found sometimes our RS handlers were occupied by some big request. For example, when handlers read one same big block from hdfs simultaneously, all handlers will wait, except one handler do read block from hdfs and put it in cache, and other handlers will read the block from cache. At this time, RS fall in stuck mode. And i have to restart the RS to recover.
Is there any way i can release the handlers and reject the same request?
