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 2021/01/27 09:58:46 UTC

[GitHub] [incubator-doris] lbship opened a new issue #5304: FE failed to start:add priv entry: global priv. host: %, user: admin, priv: , set by resolver: false, domain user ident: null

lbship opened a new issue #5304:
URL: https://github.com/apache/incubator-doris/issues/5304


   **Describe the bug**
   
   2021-01-27 09:52:52,258 INFO (main|1) [PaloFe.start():103] Palo FE starting...
   2021-01-27 09:52:52,266 INFO (main|1) [FrontendOptions.init():89] local address: /10.7.0.4.
   2021-01-27 09:52:52,371 INFO (main|1) [ConsistencyChecker.initWorkTime():106] consistency checker will work from 15:00 to 20:00
   2021-01-27 09:52:52,486 INFO (main|1) [PrivTable.addEntry():63] add priv entry: global priv. host: %, user: root, priv: , set by resolver: false, domain user ident: null
   2021-01-27 09:52:52,486 INFO (main|1) [PaloAuth.setPasswordInternal():957] finished to set password for 'root'@'%'. is replay: true
   2021-01-27 09:52:52,487 INFO (main|1) [PaloAuth.grantInternal():679] finished to grant privilege. is replay: true
   2021-01-27 09:52:52,487 INFO (main|1) [PaloAuth.grantInternal():709] finished to grant resource privilege. is replay: true
   2021-01-27 09:52:52,496 INFO (main|1) [PaloAuth.createUserInternal():575] finished to create user: 'root'@'%', is replay: true
   2021-01-27 09:52:52,496 INFO (main|1) [PrivTable.addEntry():63] add priv entry: global priv. host: %, user: admin, priv: , set by resolver: false, domain user ident: null
   2021-01-27 09:52:52,496 INFO (main|1) [PaloAuth.setPasswordInternal():957] finished to set password for 'admin'@'%'. is replay: true
   2021-01-27 09:52:52,496 INFO (main|1) [PaloAuth.grantInternal():679] finished to grant privilege. is replay: true
   2021-01-27 09:52:52,497 INFO (main|1) [PaloAuth.grantInternal():709] finished to grant resource privilege. is replay: true
   2021-01-27 09:52:52,497 INFO (main|1) [PaloAuth.createUserInternal():575] finished to create user: 'admin'@'%', is replay: true
   2021-01-27 09:52:52,526 INFO (main|1) [Catalog.getHelperNodes():1116] get helper nodes: [10.7.0.4:9010]
   
   **To Reproduce**
   重装doris之后,进入fe的bin目录, ./start_fe.sh失败,日志是上面的
   When I reinstall doris , I get into fe category and it fail to start. logs as above
   


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


[GitHub] [incubator-doris] morningman commented on issue #5304: FE failed to start:add priv entry: global priv. host: %, user: admin, priv: , set by resolver: false, domain user ident: null

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #5304:
URL: https://github.com/apache/incubator-doris/issues/5304#issuecomment-768186978


   Which version? Any log in `fe.out`?


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


[GitHub] [incubator-doris] lbship commented on issue #5304: FE failed to start:add priv entry: global priv. host: %, user: admin, priv: , set by resolver: false, domain user ident: null

Posted by GitBox <gi...@apache.org>.
lbship commented on issue #5304:
URL: https://github.com/apache/incubator-doris/issues/5304#issuecomment-768190243


   > Which version? Any log in `fe.out`?
   
   version  0.13.15 .  log in fe.out is above.  
   原因是这样的:我重设root密码,但是一直无法登陆,可能是因为我忘记flush privileges了,各种尝试都无法登陆之后。所以我删除了整个doris文件夹,重新下载doris,然后fe就无法启动了。


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