GitHub user ymatsuda opened a pull request: https://github.com/apache/kafka/pull/886
HOTFIX: open window segments on init @guozhangwang A window store should open all existing segments. This is important for segment cleanup, and it also ensures that the first fetch() call returns the hits, the values in the search range. (previously, it missed the hits in fetch() immediately after initialization). You can merge this pull request into a Git repository by running: $ git pull https://github.com/ymatsuda/kafka hotfix3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/886.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #886 ---- commit 867963bebcc7be188743a355fec71076cd84cd34 Author: Yasuhiro Matsuda <yasuh...@confluent.io> Date: 2016-02-08T21:31:16Z HOTFIX: own dir for window, open segments on init commit a62e263b46b1828814d967f3ba214ec54ea5b25a Author: Yasuhiro Matsuda <yasuh...@confluent.io> Date: 2016-02-08T21:33:33Z Merge branch 'trunk' of github.com:apache/kafka into hotfix3 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---