[ 
https://issues.apache.org/jira/browse/ARTEMIS-3327?focusedWorklogId=605571&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-605571
 ]

ASF GitHub Bot logged work on ARTEMIS-3327:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jun/21 21:38
            Start Date: 02/Jun/21 21:38
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request 
#3605:
URL: https://github.com/apache/activemq-artemis/pull/3605#discussion_r644337956



##########
File path: 
artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
##########
@@ -1129,15 +1140,17 @@ public void appendDeleteRecord(final long id, final 
boolean sync, final IOComple
 
       checkJournalIsLoaded();
       lineUpContext(callback);
-      checkKnownRecordID(id, true);
-
-      internalAppendDeleteRecord(id, sync, callback);
+      SimpleFuture<Boolean> future = new SimpleFutureImpl<>();

Review comment:
       this is not used at all.. it is just for tests.
   
   Besides there's no change here.. the previous version was doing exactly the 
same.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 605571)
    Time Spent: 1h  (was: 50m)

> Remove unnecessary block operations on journal update
> -----------------------------------------------------
>
>                 Key: ARTEMIS-3327
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3327
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Clebert Suconic
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to