[GitHub] activemq pull request #327: AMQ-7118: fix issue where the ackMessageFileMapL...

2018-12-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq/pull/327


---


[GitHub] activemq pull request #327: AMQ-7118: fix issue where the ackMessageFileMapL...

2018-12-02 Thread heathkesler
GitHub user heathkesler opened a pull request:

https://github.com/apache/activemq/pull/327

AMQ-7118: fix issue where the ackMessageFileMapLocation gets written on 
every checkpoint

 fix issue where the ackMessageFileMapLocation gets written on every 
checkpoint, even if it hasnt changed and include the use of the Atomic boolean. 
 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/heathkesler/activemq AMQ7118-map

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/327.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 #327


commit 5c08df663de650870d4e4b3f940d7838af96d188
Author: hkesler 
Date:   2018-12-02T16:17:40Z

AMQ-7118: fix issue where the ackMessageFileMapLocation gets written on 
every checkpoint, even if it hasnt changed and include the use of the Atomic 
boolean




---