Skip to content
Snippets Groups Projects
Commit 966979f7 authored by ajf5's avatar ajf5
Browse files

bugs everywhere4 call exterminator

parent 0e0cb498
No related branches found
No related tags found
1 merge request!2Cpp
No preview for this file type
No preview for this file type
......@@ -1217,9 +1217,9 @@ void Node::handleTcpMessage()
while ((index < dirRange) && (partition > 0)){
if (toProcess.size()) toProcess += ",";
toProcess += (unsentDir[index] + "," + unsentDir[index+1]);
sentLocally.insert(unsentDir[index]);
index += 2;
partition--;
sentLocally.insert(unsentDir[index]);
}
cout << "[STARTMERGE] " << toProcess << endl;
string sendMsg = leaderIP + "::" + to_string(MAPLEACK) + "::" + "::" + "::" + toProcess + "::";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment