297298299300301302303304305306307
if (!slownessLoged) { LOG.info("Won't swtich to another datanode for not disabled."); slownessLoged = true; } } else { throw new DataNodeSlowException( "Block Reading Speed is too slow"); } } } timeRead = 0;
348349350351352353354355356357358