chaoyli commented on a change in pull request #329: Change PaloMetrics' name
and Catalog's Id generator
URL: https://github.com/apache/incubator-doris/pull/329#discussion_r234932755
##########
File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
##########
@@ -279,8 +279,11 @@
private int masterHttpPort;
private String masterIp;
- // For metadata persistence
+ @Deprecated
private AtomicLong nextId = new AtomicLong(NEXT_ID_INIT_VALUE);
Review comment:
nextId is a not used variable which can be removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]