You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/14 02:20:55 UTC

[GitHub] [pulsar] lordcheng10 commented on a diff in pull request #18390: [fix][broker] fix bug caused by optimistic locking

lordcheng10 commented on code in PR #18390:
URL: https://github.com/apache/pulsar/pull/18390#discussion_r1047944871


##########
pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/ConcurrentLongLongPairHashMap.java:
##########
@@ -38,6 +40,7 @@
  * <p>Keys <strong>MUST</strong> be &gt;= 0.
  */
 public class ConcurrentLongLongPairHashMap {
+    private static final Logger logger = LoggerFactory.getLogger(ConcurrentLongLongPairHashMap.class);

Review Comment:
   Remove unused variables. 



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org