risdenk commented on code in PR #1128:
URL: https://github.com/apache/solr/pull/1128#discussion_r1005844010


##########
solr/modules/hdfs/src/java/org/apache/solr/hdfs/update/HdfsUpdateLog.java:
##########
@@ -131,24 +131,24 @@ public void init(UpdateHandler uhandler, SolrCore core) {
         if (debug) {
           log.debug(
               "UpdateHandler init: tlogDir={}, next id={}  this is a reopen or 
double init ... nothing else to do.",
-              tlogDir,
+              hdfsTlogDir,
               id);
         }
         versionInfo.reload();
         return;
       }
     }
 
-    tlogDir = new Path(dataDir, TLOG_NAME);
+    hdfsTlogDir = new Path(dataDir, TLOG_NAME);

Review Comment:
   @sonatype-lift ignore



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to