GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/114
BROOKLYN-46: persist files with 600 permission
Note this seriously affects performance of persisting files (i.e.
persisting entity state). It drops from about 5000 to 3000 writes per second on
my machine, with just measuring the `FileBasedObjectStore` performance (i.e.
ignoring the memento generation etc).
It won't affect performance of object store persistence at all.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
fix/persist-files-600-permission
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/114.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 #114
----
commit dee6c88333b6d6ebf9789bfec19791a4e2c7eaea
Author: Aled Sage <[email protected]>
Date: 2014-08-08T14:45:20Z
BROOKLYN-46: persist files with 600 permission
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---