Description
Hello,
While viewing the MAPREDUCE-4262, I found that the logging statements might give inaccurate messages.
I also found that the in the line 119 of the file {}LeveldbTimelineStateStore{}, the log messages says "Creating a new database at th path: ". However, the database creation should already completed in previous code (line 117 and 118).
Would it be better if we change the verb "Creating" to "Created" to indicate the action is completed? Or can we move the logging statement to the line before 117? Since when there was an exception in line 117 and 118, the logging message would not be printed, which may be not good for debugging.