[
https://issues.apache.org/jira/browse/OAK-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger reopened OAK-7093:
-----------------------------------
This causes a test failure in oak-it when there is a local MongoDB running:
{noformat}
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.144 s
<<< FAILURE! - in
org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest
[ERROR]
blobsCanBeReadAfterSwitchingBlobStore(org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest)
Time elapsed: 0.018 s <<< ERROR!
java.lang.ExceptionInInitializerError
at
org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest.setup(DocumentToExternalMigrationTest.java:50)
Caused by: java.lang.NullPointerException
at
org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest.setup(DocumentToExternalMigrationTest.java:50)
[ERROR]
blobsExistsOnTheNewBlobStore(org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest)
Time elapsed: 0.121 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class
java.nio.file.TempFileHelper
at
org.apache.jackrabbit.oak.plugins.blob.migration.DocumentToExternalMigrationTest.setup(DocumentToExternalMigrationTest.java:50)
{noformat}
> ActiveDelete synchronization with BlobTracker leaves temp files
> ---------------------------------------------------------------
>
> Key: OAK-7093
> URL: https://issues.apache.org/jira/browse/OAK-7093
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: blob-plugins
> Reporter: Amit Jain
> Assignee: Amit Jain
> Fix For: 1.8, 1.7.14
>
>
> When synchronizing active deleted files with blob tracker a temp file is
> created and not removed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)