nodece commented on a change in pull request #14542:
URL: https://github.com/apache/pulsar/pull/14542#discussion_r820200162



##########
File path: 
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/MetaStoreImpl.java
##########
@@ -56,29 +58,39 @@
     private final OrderedExecutor executor;
 
     private static final int MAGIC_MANAGED_LEDGER_INFO_METADATA = 0x4778; // 
0100 0111 0111 1000
-    private final CompressionType compressionType;
+    private static final int MAGIC_MANAGED_CURSOR_INFO_METADATA = 0x4778; // 
0100 0111 0111 1000

Review comment:
       I consider using the same MAGIC number,  want to see your feedback.
   
   




-- 
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: [email protected]

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


Reply via email to