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



##########
File path: be/src/agent/task_worker_pool.cpp
##########
@@ -383,7 +383,8 @@ void 
TaskWorkerPool::_create_tablet_worker_thread_callback() {
             tablet_info.tablet_id = tablet->table_id();
             tablet_info.schema_hash = tablet->schema_hash();
             tablet_info.version = create_tablet_req.version;
-            tablet_info.version_hash = create_tablet_req.version_hash;
+            // Useless but it is a required field i TTabletInfo

Review comment:
       ```suggestion
               // Useless but it is a required field in TTabletInfo
   ```

##########
File path: be/src/http/action/checksum_action.cpp
##########
@@ -39,7 +39,6 @@ const std::string TABLET_ID = "tablet_id";
 // do not use name "VERSION",
 // or will be conflict with "VERSION" in thrift/config.h
 const std::string TABLET_VERSION = "version";
-const std::string VERSION_HASH = "version_hash";

Review comment:
       modify the document




-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to