You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/28 13:58:50 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #1678: Add rowset id generator to FE and BE

morningman commented on a change in pull request #1678: Add rowset id generator to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r318594351
 
 

 ##########
 File path: be/src/service/doris_main.cpp
 ##########
 @@ -153,6 +154,7 @@ int main(int argc, char** argv) {
     // options
     doris::EngineOptions options;
     options.store_paths = paths;
+    options.backend_uid = doris::UniqueId();
 
 Review comment:
   Is `backend_uid` act like a random seed that will be generated every time BE started?
   If so, I think the name is confused that make people think of it as the ID of a BE?
   Maybe `random_seed` is better?

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


With regards,
Apache Git Services

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