|
@@ -568,9 +568,10 @@ public class ProjectConsumer {
|
|
|
log.info("------- ProjectConsumer 发送消息成功, 主题 topic 为:" + topic + " 分区 partition 为:"
|
|
|
+ partition + " 偏移量为:" + offset + " 消息体为:" + taskJson);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
String currentNodeName = "";
|
|
|
int currentCount = Integer.MAX_VALUE;
|
|
|
+ log.info("parseProject() 各节点已经预定的任务个数为:" + nodeListToCount);
|
|
|
for (NodeTO nodeTO : nodeListToCount) {
|
|
|
int tempCount = nodeTO.getCount();
|
|
|
String tempNodeName = nodeTO.getNodeName();
|