virajjasani commented on issue #342: HBASE-22635 : Prevent NPE for WALMapper - Delete/Put add() calls URL: https://github.com/apache/hbase/pull/342#issuecomment-506189430 @Apache9 @jatsakthi Thanks for your inputs. I just double checked, ran tests and realized that I was mislead by this if condition: https://github.com/apache/hbase/blob/019886853156e6af787236acc90ca7fcc304c53a/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALPlayer.java#L171 However, it will always be true for the first run. Hence, this patch is not required. Apologies for causing trouble. Closing the PR
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
