public void incrCounter(Enum key, long amount)
I am using a multi-threaded Mapper. I m not sure, but should this be synchronized ? I log the counter call incrCounter. log stmt counters are fine and Reporter counters are not matching m i missing something ? -Sagar
