dsmiley commented on code in PR #3166: URL: https://github.com/apache/solr/pull/3166#discussion_r1947245716
########## solr/core/src/java/org/apache/solr/update/UpdateLog.java: ########## @@ -268,40 +268,13 @@ public String toString() { protected Meter copyOverOldUpdatesMeter; protected SolrMetricsContext solrMetricsContext; - public static class LogPtr { - final long pointer; - final long version; - // used for entries that are in-place updates and need a pointer to a previous update command - final long previousPointer; Review Comment: This was in here since when it first showed up like 10 years ago, and even then wasn't actually *used*. Populated but not referenced. CC @chatman -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org