session step InclusionObligations (4 step) execution update bugfix

This commit is contained in:
ialbert 2024-07-31 15:56:22 +03:00
parent b7158efbde
commit adcc2d7b3f

View file

@ -260,12 +260,12 @@ public class InclusionObligations implements ISessionStage {
while (j < execs.size() && j < i + 100) {
ExecutionCommon other = execs.get(j);
if (!Objects.equals(other.type(), execType)) {
i = j;
break;
}
m.put(other.getId(), other);
j++;
}
i = j;
log.debug("batch size {} type {}", m.size(), execType);
if (!m.isEmpty()) {
switch (execType) {