[ 
https://issues.apache.org/jira/browse/LOG4PHP-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541614#comment-13541614
 ] 

Ivan Habunek commented on LOG4PHP-203:
--------------------------------------

Interesting that it was producing different results on Windows...

Anyway, I can confirm all tests pass now, both on Windows and Ubuntu. The code 
is in the develop branch.

Thank you for the work, however, there is one more thing to do here: add new 
parameters to the docs. Could you do that as well? It's in: 
src/site/xdoc/docs/appenders/mongodb.xml 
                
> Capped collections support for Mongo Appender
> ---------------------------------------------
>
>                 Key: LOG4PHP-203
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-203
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 2.3.0
>            Reporter: VladimĂ­r Gorej
>              Labels: features
>             Fix For: develop
>
>         Attachments: capped_collections.patch, capped_collections.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Mongo database now support capped collection. Capped collections are 
> fixed-size collections that support high-throughput operations that insert, 
> retrieve, and delete documents based on insertion order. Capped collections 
> work in a way similar to circular buffers: once a collection fills its 
> allocated space, it makes room for new documents by overwriting the oldest 
> documents in the collection.
> For more information see:  
> http://docs.mongodb.org/manual/core/capped-collections/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to