Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1638#discussion_r148801546
  
    --- 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 --
    
    you've added tests that are simulating bugs at the code.. I would rather 
fix bugs than protect the executor from them.


---

Reply via email to