fsilent commented on issue #22380:
URL: https://github.com/apache/doris/issues/22380#issuecomment-1657199847
<html>
<body>
<!--StartFragment-->
if (!masterImageMD5.equals(newFileMd5)) {
--
| | 133 | + LOG.error("The Master image md5 is different with
copied image md5, fileName is: {}, "
| | 134 | + + "master md5 is: {}, copied md5 is: {}",
masterImageMD5, newFileMd5);
| | 135 | + throw new IOException("The Master image md5 is
different with copied image md5, fileName is:"
| | 136 | + + filename + ", master md5 is: " +
masterImageMD5 + ", copied md5 is :" + newFileMd5);
| | 137 | + }
| | 138 | + LOG.info("The Master image md5 is same as copied
image md5, fileName is :{} , md5 is: {}",
| | 139 | + filename, newFileMd5);
| | 140 | + }
<!--EndFragment-->
</body>
</html>
--
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]