JackieTien97 opened a new pull request #1985: URL: https://github.com/apache/iotdb/pull/1985
When should check if the tag key or value is empty before inserting it into tlog.txt. Otherwise, while restarting, we replay the tlog and when we read key and value string from tlog, will get the string length to be zero, and then will return a null. Null can't be used as a ConcurrentHashMap key, so it will throw a NullPointerException. ---------------------------------------------------------------- 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]
