Function tryToJoinActiveSet() removes a transcoder if transcoderPool.isFull() however it does not set Transcoder.activationRound of the transcoder to 0 for inactive.
In Transcoder struct it says if a transcoder is inactive activationRound should be 0.
