xiaoyuyao commented on issue #757: HDDS-1450. Fix nightly run failures after 
HDDS-976. Contributed by Xi…
URL: https://github.com/apache/hadoop/pull/757#issuecomment-486937246
 
 
   @cjjnjust Sorry I was not very clear on the previous comment. 
   
   conf.get() without a default value will return null for schemaFileType when 
the key is not defined, which is the case for some tests. This will cause NPE 
but was caught by catch (Throwable e) and rethrow as RTE with log message "Fail 
to load schema file...".

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

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

Reply via email to