Hi, FollowerRequestProcessor has a boolean variable called *finished* which is used to check if the thread ought to continue running. I'm wondering why it is not declared as volatile. Similar variables in other RequestProcessor-s have been declared volatile.
Pramod