killme2008/Metamorphosis

日志出现offset is exceeded return real max offset是否需要关心

Opened this issue · 1 comments

观察到,每次consumer取消息时,日志中都会出现 一行offset[abcabc] is exceeded,tell the client real max offset: xyzxyz。虽然读到的消息是正常的,但这是不是表明哪里有问题(配置错、zookeeper被弄错位了)?

meta版本:1.4.6.2 local mode
java: 1.7.0_25
操作系统:ubuntu 12.04

日志如下:

[INFO] [GetProcess-1-thread-21] 02-28 10:37:41,075 [BrokerCommandProcessor] - offset[6824684] is exceeded,tell the client real max offset: 6824606,topic=meta-test,group=meta-example
[INFO] [GetProcess-1-thread-25] 02-28 10:37:41,138 [BrokerCommandProcessor] - offset[6824758] is exceeded,tell the client real max offset: 6824684,topic=meta-test,group=meta-example
[INFO] [GetProcess-1-thread-28] 02-28 10:37:41,170 [BrokerCommandProcessor] - offset[6824836] is exceeded,tell the client real max offset: 6824758,topic=meta-test,group=meta-example

(english translation per google translate):

Observed that every consumer to take a message when the log will appear in a row offset[abcabc] is exceeded,tell the client real max offset: xyzxyz . While reading a message is normal, but this is not a show where there are problems (configuration error, zookeeper was wrong bit of)?

meta Version: 1.4.6.2 local mode
java: 1.7.0_25

Operating System: ubuntu 12.04

We're seeing this error as well. What's needed to resolve it?