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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]