You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2018/02/27 07:42:25 UTC

[rocketmq] branch develop updated (a096580 -> b391594)

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from a096580  [ROCKETMQ-351] Add a default value to expressionType and polish the judgement. (#214)
     add 04e97de  [ROCKETMQ-332] Fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which may cause message loss
     add 9151a32  [ROCKETMQ-332] Verify the offset by firstMappedFile and lastMappedFile
     new b391594  Merge pull request #220 from zhouxinyu/ROCKETMQ-332

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/rocketmq/store/MappedFileQueue.java | 43 ++++++++++++++--------
 .../apache/rocketmq/store/MappedFileQueueTest.java | 18 +++++++++
 2 files changed, 46 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
yukon@apache.org.

[rocketmq] 01/01: Merge pull request #220 from zhouxinyu/ROCKETMQ-332

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit b391594b50699299c2657e98bdf5c752066d5429
Merge: a096580 9151a32
Author: yukon <yu...@apache.org>
AuthorDate: Tue Feb 27 15:42:22 2018 +0800

    Merge pull request #220 from zhouxinyu/ROCKETMQ-332
    
    [ROCKETMQ-332] MappedFileQueue#findMappedFileByOffset is not thread safe, which will cause message loss.

 .../org/apache/rocketmq/store/MappedFileQueue.java | 43 ++++++++++++++--------
 .../apache/rocketmq/store/MappedFileQueueTest.java | 18 +++++++++
 2 files changed, 46 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
yukon@apache.org.