Skip to content

Commit

Permalink
Bug 36563977 - [36559707->24.09] RFA: Very High CPU across all nodes …
Browse files Browse the repository at this point in the history
…during EntryProcessor execution after upgrade

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108672]
  • Loading branch information
mgamanho committed Apr 29, 2024
1 parent 52f5336 commit 7790cb5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ public ArrayFilter(Filter<?>[] aFilter)
{
Objects.requireNonNull(aFilter);

for (int i = 0, c = aFilter.length; i < c; i++)
{
azzert(aFilter[i] != null, String.format("Null element %d: %s", i, Arrays.toString(aFilter)));
}
m_aFilter = simplifyFilters(aFilter);
}

Expand Down

0 comments on commit 7790cb5

Please sign in to comment.