删除遗漏的调试代码
This commit is contained in:
@@ -70,4 +70,4 @@ hbase.radius.scan.max.rows=0
|
|||||||
|
|
||||||
#Whether vsys_id is used as the relationship key between gtpc and radius.
|
#Whether vsys_id is used as the relationship key between gtpc and radius.
|
||||||
#vsys or global
|
#vsys or global
|
||||||
data.relationship.model=vsys
|
data.relationship.model=global
|
||||||
@@ -56,8 +56,6 @@ class GtpCRelation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(gtpcMap.toString());
|
|
||||||
logger.warn("The obtain the number of GTP-C relationships : " + gtpcMap.size());
|
logger.warn("The obtain the number of GTP-C relationships : " + gtpcMap.size());
|
||||||
logger.warn("The time spent to obtain GTP-C relationships : " + (System.currentTimeMillis() - begin) + "ms");
|
logger.warn("The time spent to obtain GTP-C relationships : " + (System.currentTimeMillis() - begin) + "ms");
|
||||||
} catch (IOException | RuntimeException e) {
|
} catch (IOException | RuntimeException e) {
|
||||||
|
|||||||
@@ -159,8 +159,6 @@ public class HBaseUtils {
|
|||||||
long nowTime = System.currentTimeMillis();
|
long nowTime = System.currentTimeMillis();
|
||||||
RadiusRelation.upgradeRadiusRelation(connection, radiusMap, time - 1000, nowTime + 500);
|
RadiusRelation.upgradeRadiusRelation(connection, radiusMap, time - 1000, nowTime + 500);
|
||||||
GtpCRelation.upgradeGtpCRelation(connection, gtpcMap, time - 1000, nowTime + 500);
|
GtpCRelation.upgradeGtpCRelation(connection, gtpcMap, time - 1000, nowTime + 500);
|
||||||
System.out.println(gtpcMap);
|
|
||||||
System.out.println(radiusMap);
|
|
||||||
time = nowTime;
|
time = nowTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -45,8 +45,6 @@ class RadiusRelation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
System.out.println(radiusMap.toString());
|
|
||||||
|
|
||||||
logger.warn("The obtain the number of RADIUS relationships : " + radiusMap.size());
|
logger.warn("The obtain the number of RADIUS relationships : " + radiusMap.size());
|
||||||
logger.warn("The time spent to obtain radius relationships : " + (System.currentTimeMillis() - begin) + "ms");
|
logger.warn("The time spent to obtain radius relationships : " + (System.currentTimeMillis() - begin) + "ms");
|
||||||
} catch (IOException | RuntimeException e) {
|
} catch (IOException | RuntimeException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user