Mete Atamel created OAK-489:
-------------------------------

             Summary: FetchNodesAction need to limit the versions of a node
                 Key: OAK-489
                 URL: https://issues.apache.org/jira/browse/OAK-489
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: mongomk
            Reporter: Mete Atamel
            Priority: Minor


FetchNodesAction command currently returns *all* versions of a node less than 
and equals to revision id and then it finds out the latest revision to return. 
This is normally not a problem but nodes for paths like "/" can have thousands 
of versions if "/" is updated frequently. 

There's no need for FetchNodesAction to fetch all versions of a node in every 
call. Instead, it should fetch the latest version (or maybe a few versions btu 
not all) by default and fetch the earlier versions only when needed.

--
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