jiazhai commented on code in PR #4334:
URL: https://github.com/apache/bookkeeper/pull/4334#discussion_r1590612461


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDescriptorImpl.java:
##########
@@ -40,10 +40,10 @@
 public class LedgerDescriptorImpl extends LedgerDescriptor {
     private static final Logger LOG = 
LoggerFactory.getLogger(LedgerDescriptorImpl.class);
     final LedgerStorage ledgerStorage;
-    private long ledgerId;
+    private final long ledgerId;

Review Comment:
   why do we need these two changes?



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