You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/04 11:45:15 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #3738: [Bug]fix the crash of checksum task #3735

morningman commented on a change in pull request #3738:
URL: https://github.com/apache/incubator-doris/pull/3738#discussion_r435191500



##########
File path: be/src/olap/task/engine_checksum_task.cpp
##########
@@ -118,8 +113,10 @@ OLAPStatus EngineChecksumTask::_compute_checksum() {
             OLAP_LOG_WARNING("fail to read in reader. [res=%d]", res);
             return res;
         }
-
-        row_checksum = hash_row(row, row_checksum);
+        one_checksum = 0;

Review comment:
       `one_checksum = 0;` this line is meaningless.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org