Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1638#discussion_r148796392
--- Diff:
artemis-commons/src/main/java/org/apache/activemq/artemis/utils/actors/ProcessorBase.java
---
@@ -109,12 +125,49 @@ public final boolean isFlushed() {
return stateUpdater.get(this) == STATE_NOT_RUNNING;
}
- protected void task(T command) {
- tasks.add(command);
--- End diff --
-1.... lets just fix the offending part?---
