Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rm command to GroovyConsole #24

Closed
wants to merge 7,240 commits into from
Closed

Add rm command to GroovyConsole #24

wants to merge 7,240 commits into from

Conversation

andrewmkhoury
Copy link

Adding rm command to GroovyConsole to allow deleting nodes.

thomasmueller and others added 30 commits June 12, 2014 13:12
org.apache.jackrabbit.oak.jcr.OrderedIndexConcurrentClusterIT::deleteConcurrently()

Ignored the test while waiting for increase of heap or proper fix

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602156 13f79535-47bb-0310-9956-ffa450edef68
…ClusterIT::deleteConcurrently()

Reduce cache size to 32 MB per DocumentNodeStore instance.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602174 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602181 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602182 13f79535-47bb-0310-9956-ffa450edef68
 - added null check to comply with the #release apis, and prevent an eventual NPE

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602207 13f79535-47bb-0310-9956-ffa450edef68
Automatically compress the compaction map data structure once every 100k entries.
Also only keep track of compacted nodes with at least two children.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602256 13f79535-47bb-0310-9956-ffa450edef68
Only use the compaction map to speed up equality checks of nodes and blobs, not those of all other records.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602261 13f79535-47bb-0310-9956-ffa450edef68
Updated mongo-java-driver to 2.12.2

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602342 13f79535-47bb-0310-9956-ffa450edef68
Hide the indexer status information under /:async so it won't end up re-triggering the indexer

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602796 13f79535-47bb-0310-9956-ffa450edef68
Drop the write number -based compaction threshold as it is troublesome
with large repositories where the size of the repository could exceed
the number of tar files used by compaction.

Move JVM gc to the point where it's most needed, i.e. just before cleanup.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602800 13f79535-47bb-0310-9956-ffa450edef68
 - fixed the problem where the reference to the latest cp would not get updated

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602872 13f79535-47bb-0310-9956-ffa450edef68
With the compaction feature in place there's no more need to explicitly
flush the segment writer whenever checkpoints are added or removed.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1602914 13f79535-47bb-0310-9956-ffa450edef68
…aversalIndex is cheaper than an OrderedIndex

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1603010 13f79535-47bb-0310-9956-ffa450edef68
Add test (currently disabled)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1603155 13f79535-47bb-0310-9956-ffa450edef68
Clarify the CompactionMap.put() contract and adjust test case to avoid overwriting previously added entries.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1603307 13f79535-47bb-0310-9956-ffa450edef68
thomasmueller and others added 28 commits July 31, 2014 06:55
Add a warning about the complex internals of MemoryNodeBuilder

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1614818 13f79535-47bb-0310-9956-ffa450edef68
Add some TODOs for areas that could do with extra documentation

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1614819 13f79535-47bb-0310-9956-ffa450edef68
Document the magic constants used in MapRecord

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1614820 13f79535-47bb-0310-9956-ffa450edef68
…uration in CompositePrincipalConfiguration in OSGI Mode

Using the reference policy Dynamic

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1614835 13f79535-47bb-0310-9956-ffa450edef68
Applying patch from Amit Jain. Thanks!

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1615863 13f79535-47bb-0310-9956-ffa450edef68
Applying OAK-1980.patch. Thanks Marcel.

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1615904 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1616197 13f79535-47bb-0310-9956-ffa450edef68
 - added check that the provided repo path is a valid store for debug, compact and checkpoints

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1616463 13f79535-47bb-0310-9956-ffa450edef68
Add method to collect important system stats

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1617347 13f79535-47bb-0310-9956-ffa450edef68
Command for deleting nodes.
Added the rm command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet