spdlog::info("evslicer {} event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
spdlog::info("evslicer {} event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
returnret;
returnret;
}
}
first=end=0;
first=end=0;
set<long>tmp;
set<long>tmp;
intfound=0;
intfound=0;
...
@@ -920,7 +932,7 @@ public:
...
@@ -920,7 +932,7 @@ public:
this->eventQueue.pop();
this->eventQueue.pop();
}
}
}
}
if(evt.empty()){
if(evt.empty()){
continue;
continue;
}
}
...
@@ -947,9 +959,10 @@ public:
...
@@ -947,9 +959,10 @@ public:
if(tse<first){
if(tse<first){
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}).",selfId,tss,tse,first,end);
continue;
continue;
}elseif(first==0||tse>end){
}
elseif(first==0||tse>end){
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}), resched to run in {}s.",selfId,tss,tse,first,end,this->seconds+5);
spdlog::info("evslicer {} thEventHandler event range ({}, {}) is not in range ({}, {}), resched to run in {}s.",selfId,tss,tse,first,end,this->seconds+5);