kangkaisen commented on issue #812: FOLLOWER FE tablet meta is wrong URL: https://github.com/apache/incubator-doris/issues/812#issuecomment-476461414 **The root reason is BE meta is right but FE persistent meta is wrong.** **The Master FE meta is right because `ReportHandler.sync` fix the replica version, But the update not persistent.** ``` 2019-03-25 23:00:52,766 INFO 72 [Catalog.transferToMaster():963] finish replay in 0 msec log/fe.log.20190325:2019-03-25 23:02:03,717 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2808. backend[66211303] log/fe.log.20190325:2019-03-25 23:02:03,725 INFO 89 [ReportHandler.sync():383] sync 2808 tablets in db[55506441]. backend[66211303] log/fe.log.20190325:2019-03-25 23:02:09,319 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2833. backend[54910375] log/fe.log.20190325:2019-03-25 23:02:09,329 INFO 89 [ReportHandler.sync():383] sync 2833 tablets in db[55506441]. backend[54910375] log/fe.log.20190325:2019-03-25 23:02:10,470 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2810. backend[54910376] log/fe.log.20190325:2019-03-25 23:02:10,479 INFO 89 [ReportHandler.sync():383] sync 2810 tablets in db[55506441]. backend[54910376] log/fe.log.20190325:2019-03-25 23:02:15,561 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2812. backend[54908822] log/fe.log.20190325:2019-03-25 23:02:15,570 INFO 89 [ReportHandler.sync():383] sync 2812 tablets in db[55506441]. backend[54908822] log/fe.log.20190325:2019-03-25 23:02:22,061 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2756. backend[66211305] log/fe.log.20190325:2019-03-25 23:02:22,069 INFO 89 [ReportHandler.sync():383] sync 2756 tablets in db[55506441]. backend[66211305] log/fe.log.20190325:2019-03-25 23:02:23,413 INFO 89 [ReportHandler.sync():302] before sync tablets in db[55506441]. report num: 2804. backend[66211304] log/fe.log.20190325:2019-03-25 23:02:23,423 INFO 89 [ReportHandler.sync():383] sync 2804 tablets in db[55506441]. backend[66211304] 2019-03-25 23:02:23,422 INFO 89 [Replica.updateReplicaInfo():195] current version 16177 is larger than last failed version 8860 , last failed version hash 3367386833966679899, maybe a fatal error or be report version, print a stack here java.lang.Exception at org.apache.doris.catalog.Replica.updateReplicaInfo(Replica.java:197) [palo-fe.jar:?] at org.apache.doris.catalog.Replica.updateInfo(Replica.java:160) [palo-fe.jar:?] at org.apache.doris.master.ReportHandler.sync(ReportHandler.java:371) [palo-fe.jar:?] at org.apache.doris.master.ReportHandler.tabletReport(ReportHandler.java:210) [palo-fe.jar:?] at org.apache.doris.master.ReportHandler.access$300(ReportHandler.java:79) [palo-fe.jar:?] at org.apache.doris.master.ReportHandler$ReportTask.exec(ReportHandler.java:166) [palo-fe.jar:?] at org.apache.doris.master.ReportHandler.runOneCycle(ReportHandler.java:764) [palo-fe.jar:?] at org.apache.doris.common.util.Daemon.run(Daemon.java:96) [palo-fe.jar:?] ```
---------------------------------------------------------------- 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]
