You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "lifengfan13 (via GitHub)" <gi...@apache.org> on 2023/04/13 16:11:20 UTC

[GitHub] [doris] lifengfan13 opened a new issue, #18656: [Bug] Failed to start the fe in mac m1

lifengfan13 opened a new issue, #18656:
URL: https://github.com/apache/doris/issues/18656

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   github master branch
   
   ### What's Wrong?
   
   2023-04-13 23:58:43,769 INFO (main|1) [Env.loadImage():1658] image does not exist: /Users/lifengfan/Desktop/GitHub/doris/output/fe/doris-meta/image/image.0
   2023-04-13 23:59:09,391 WARN (UNKNOWN fe80::ce81:b1c:bd2c:69e_9010_1681401523757(-1)|1) [Env.notifyNewFETypeTransfer():2283] notify new FE type transfer: UNKNOWN
   2023-04-13 23:59:14,401 WARN (UNKNOWN fe80::ce81:b1c:bd2c:69e_9010_1681401523757(-1)|1) [Env.notifyNewFETypeTransfer():2283] notify new FE type transfer: UNKNOWN
   2023-04-13 23:59:14,402 ERROR (UNKNOWN fe80::ce81:b1c:bd2c:69e_9010_1681401523757(-1)|1) [BDBEnvironment.setup():196] error to open replicated environment. will exit.
   com.sleepycat.je.rep.ReplicaWriteException: (JE 18.3.12) Problem closing transaction 20. The current state is:UNKNOWN. The node transitioned to this state at:Thu Apr 13 23:58:59 CST 2023
   	at com.sleepycat.je.rep.txn.ReadonlyTxn.disallowReplicaWrite(ReadonlyTxn.java:114) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.dbi.DbTree.checkReplicaWrite(DbTree.java:880) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.dbi.DbTree.doCreateDb(DbTree.java:579) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.dbi.DbTree.createDb(DbTree.java:486) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.Database.initNew(Database.java:174) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.Environment.setupDatabase(Environment.java:864) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at com.sleepycat.je.Environment.openDatabase(Environment.java:668) ~[je-18.3.14-doris-SNAPSHOT.jar:18.3.14-doris-SNAPSHOT]
   	at org.apache.doris.journal.bdbje.BDBEnvironment.setup(BDBEnvironment.java:177) ~[doris-fe.jar:1.2-SNAPSHOT]
   	at org.apache.doris.journal.bdbje.BDBJEJournal.open(BDBJEJournal.java:317) ~[doris-fe.jar:1.2-SNAPSHOT]
   	at org.apache.doris.persist.EditLog.open(EditLog.java:1055) ~[doris-fe.jar:1.2-SNAPSHOT]
   	at org.apache.doris.catalog.Env.initialize(Env.java:851) ~[doris-fe.jar:1.2-SNAPSHOT]
   	at org.apache.doris.DorisFE.start(DorisFE.java:146) ~[doris-fe.jar:1.2-SNAPSHOT]
   	at org.apache.doris.DorisFE.main(DorisFE.java:73) ~[doris-fe.jar:1.2-SNAPSHOT]
   
   
   ### What You Expected?
   
   Why this error, my disk is sufficient
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@doris.apache.org.apache.org

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] [doris] JackeyLee007 commented on issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "JackeyLee007 (via GitHub)" <gi...@apache.org>.
JackeyLee007 commented on issue #18656:
URL: https://github.com/apache/doris/issues/18656#issuecomment-1600518711

   Maybe there is not enough disk space.


-- 
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-unsubscribe@doris.apache.org

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] [doris] LemonLiTree commented on issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "LemonLiTree (via GitHub)" <gi...@apache.org>.
LemonLiTree commented on issue #18656:
URL: https://github.com/apache/doris/issues/18656#issuecomment-1521535361

   Did you compile it yourself on mac?


-- 
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-unsubscribe@doris.apache.org

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] [doris] risebeforeshining commented on issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "risebeforeshining (via GitHub)" <gi...@apache.org>.
risebeforeshining commented on issue #18656:
URL: https://github.com/apache/doris/issues/18656#issuecomment-1607030756

   > I got the same problem. I ran doris on ubuntu 16 and with java 8.
   
   


-- 
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-unsubscribe@doris.apache.org

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] [doris] stalary closed issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "stalary (via GitHub)" <gi...@apache.org>.
stalary closed issue #18656: [Bug] Failed to start the fe in mac m1
URL: https://github.com/apache/doris/issues/18656


-- 
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-unsubscribe@doris.apache.org

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] [doris] stalary commented on issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "stalary (via GitHub)" <gi...@apache.org>.
stalary commented on issue #18656:
URL: https://github.com/apache/doris/issues/18656#issuecomment-1547929089

   Whether  already create doris-meta?


-- 
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-unsubscribe@doris.apache.org

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] [doris] risebeforeshining commented on issue #18656: [Bug] Failed to start the fe in mac m1

Posted by "risebeforeshining (via GitHub)" <gi...@apache.org>.
risebeforeshining commented on issue #18656:
URL: https://github.com/apache/doris/issues/18656#issuecomment-1527047199

   I got the same problem. I ran doris on ubuntu 16 and with java 8.


-- 
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-unsubscribe@doris.apache.org

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