Hi , Which threads run on namenode ? I could count one thread per client and several monitor threads (HeartbeatMonitor, LeaseManager.Monitor, ReplicationMonitor, DecomissionManager.Monitor, SafeModeMonitor and PendingReplicationMonitor ) which run in a "while(true) { doJob(); sleep(time) }" . Am I missing any thread?
Thanks, André Oriani