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

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

                Author: ASF GitHub Bot
            Created on: 08/Jun/22 11:57
            Start Date: 08/Jun/22 11:57
    Worklog Time Spent: 10m 
      Work Description: gemmellr commented on code in PR #4101:
URL: https://github.com/apache/activemq-artemis/pull/4101#discussion_r892262581


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageSubscriptionImpl.java:
##########
@@ -61,18 +57,21 @@
 import 
org.apache.activemq.artemis.core.transaction.TransactionOperationAbstract;
 import org.apache.activemq.artemis.core.transaction.TransactionPropertyIndexes;
 import org.apache.activemq.artemis.core.transaction.impl.TransactionImpl;
-import org.apache.activemq.artemis.utils.actors.ArtemisExecutor;
-import org.apache.activemq.artemis.utils.collections.ConcurrentHashSet;
-import org.apache.activemq.artemis.utils.collections.ConcurrentLongHashMap;
+import org.apache.activemq.artemis.utils.collections.LinkedListIterator;
 import org.jboss.logging.Logger;
 
 import static 
org.apache.activemq.artemis.core.server.impl.QueueImpl.DELIVERY_TIMEOUT;
 
 public final class PageSubscriptionImpl implements PageSubscription {
 
    private static final Logger logger = 
Logger.getLogger(PageSubscriptionImpl.class);
+   private static final Logger cursorLogger = 
Logger.getLogger(CursorIterator.class);

Review Comment:
   This now looks unused. My first suggestion was that you just use this 
directly, rather than reassigning the Logger to an instance variable in the 
inner class and using that.





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

    Worklog Id:     (was: 779437)
    Time Spent: 3h 50m  (was: 3h 40m)

> Add Option to read messages into paging based on sizing and eliminate caching
> -----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3850
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3850
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>    Affects Versions: 2.22.0
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.24.0
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to