EmmyMiao87 edited a comment on issue #5292:
URL:
https://github.com/apache/incubator-doris/issues/5292#issuecomment-784159000
Today, we meet the same problem.
Version: 0.13.16
The slaver exception as following:
```
2021-02-23 19:58:13,992 WARN (UNKNOWN xxx_9010_1614081490712(-1)|1)
[Catalog.notifyNewFETypeTransfer():2359] notify new FE type transfer: UNKNOWN
2021-02-23 19:58:14,035 WARN (RepNode xxx_9010_1614081490712(-1)|45)
[Catalog.notifyNewFETypeTransfer():2359] notify new FE type transfer: FOLLOWER
2021-02-23 19:58:14,054 WARN (REPLICA xxx_9010_1614081490712(-1)|45)
[BDBStateChangeListener.stateChange():59] this node is DETACHED
2021-02-23 19:58:19,386 WARN (UNKNOWN xxx_9010_1614081490712(-1)|1)
[BDBJEJournal.open():356] catch insufficient log exception. will recover and
try again.
com.sleepycat.je.rep.InsufficientLogException: (JE 7.3.7) Environment must
be closed, caused by: com.sleepycat.je.rep.InsufficientLogException:
Environment invalid because of previous exception: (JE 7.3.7
) xxx_9010_1614081490712(-1):/xxx/data/bdb INSUFFICIENT_LOG: Log files at
this node are obsolete. Environment is invalid and must be closed. Originally
thrown
by HA thread: REPLICA xxx_9010_1614081490712(-1) Originally thrown by HA
thread: REPLICA xxx_9010_1614081490712(-1)refreshVLSN=8,462,234
logProviders=[Node:xxx_9010_161408149
0712 xxx:9010 (is member) changeVersion:2 LocalCBVLSN:-1 at:Tue Feb 23
19:58:14 CST 2021 jeVersion:7.3.7
, Node:xxx_9010_1603177119314 xxx:9010 (is member) changeVersion:1
LocalCBVLSN:8,462,234 at:Tue Feb 23 19:56:04 CST 2021 jeVersion:7.3.7
] repImpl=com.sleepycat.je.rep.impl.RepImpl@56b517aa
props={REFRESH_VLSN=8462234, PORT=9010, HOSTNAME=xxx, P_NODETYPE1=ELECTABLE,
NODE_NAME=xxx_9010_1614081490712, P_NODETYPE0=ELECTABL
E, P_NODENAME1=xxx_9010_1603177119314, P_PORT1=9010,
P_NODENAME0=xxx_9010_1614081490712, P_PORT0=9010, P_HOSTNAME1=xxx,
GROUP_NAME=PALO_JOURNAL_GROUP, P_HOSTNAME0=xxx, ENV_DIR=/xxx/data/bdb,
P_NUMPROVIDERS=2}
at
com.sleepycat.je.rep.InsufficientLogException.wrapSelf(InsufficientLogException.java:315)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.dbi.EnvironmentImpl.checkIfInvalid(EnvironmentImpl.java:1766)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.dbi.EnvironmentImpl.checkOpen(EnvironmentImpl.java:1775)
~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.Environment.checkOpen(Environment.java:2473)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.Environment.getDatabaseNames(Environment.java:2245)
~[je-7.3.7.jar:7.3.7]
at
org.apache.doris.journal.bdbje.BDBEnvironment.getDatabaseNames(BDBEnvironment.java:318)
~[palo-fe.jar:3.4.0]
at
org.apache.doris.journal.bdbje.BDBJEJournal.open(BDBJEJournal.java:329)
[palo-fe.jar:3.4.0]
at org.apache.doris.persist.EditLog.open(EditLog.java:835)
[palo-fe.jar:3.4.0]
at org.apache.doris.catalog.Catalog.initialize(Catalog.java:764)
[palo-fe.jar:3.4.0]
at org.apache.doris.PaloFe.start(PaloFe.java:108) [palo-fe.jar:3.4.0]
at org.apache.doris.PaloFe.main(PaloFe.java:60) [palo-fe.jar:3.4.0]
Caused by: com.sleepycat.je.rep.InsufficientLogException: Environment
invalid because of previous exception: (JE 7.3.7)
xxx_9010_1614081490712(-1):/xxx/data/bd
b INSUFFICIENT_LOG: Log files at this node are obsolete. Environment is
invalid and must be closed. Originally thrown by HA thread: REPLICA
xxx_9010_1614081490712(-1) Originally thrown by HA thr
ead: REPLICA xxx_9010_1614081490712(-1)
at
com.sleepycat.je.rep.stream.ReplicaFeederSyncup.setupLogRefresh(ReplicaFeederSyncup.java:664)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.stream.ReplicaFeederSyncup.getFeederRecord(ReplicaFeederSyncup.java:732)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.stream.ReplicaFeederSyncup.findMatchpoint(ReplicaFeederSyncup.java:406)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.stream.ReplicaFeederSyncup.execute(ReplicaFeederSyncup.java:151)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.impl.node.Replica.initReplicaLoop(Replica.java:711)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.impl.node.Replica.runReplicaLoopInternal(Replica.java:474)
~[je-7.3.7.jar:7.3.7]
at
com.sleepycat.je.rep.impl.node.Replica.runReplicaLoop(Replica.java:409)
~[je-7.3.7.jar:7.3.7]
at com.sleepycat.je.rep.impl.node.RepNode.run(RepNode.java:1873)
~[je-7.3.7.jar:7.3.7]
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]