-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.25.0
-
Fix Version/s: 3.27.0
-
Labels:
-
Notability:4
- Start Nexus Repo, and populate a repository with some content.
- Add a new blob store
- Promote the default blob store to a group
- Put the new blob store created in step 2 at the top of the group
- Create and run a "repair - reconcile component database from blob store" task against the group blob store ("default").
A warning will be logged for every single blob in the original blob store. This can make the log enormous in a large instance.
Expected: We should check in all group blob store members before logging any warning that a blob cannot be found.
2020-07-31 10:33:19,783-0500 WARN [quartz-7-thread-2] *SYSTEM org.sonatype.nexus.blobstore.file.FileBlobStore - Attempt to access non-existent blob d3bd9177-4ea6-46d3-8e03-db3b8e8d3654 (/Users/rseddon/temp/foo/sonatype-work/nexus3/blobs/foo/content/vol-35/chap-15/d3bd9177-4ea6-46d3-8e03-db3b8e8d3654.properties)
2020-07-31 10:33:19,789-0500 WARN [quartz-7-thread-2] *SYSTEM org.sonatype.nexus.blobstore.file.FileBlobStore - Attempt to access non-existent blob 80ee8886-0a0d-4af4-8428-6437059f6b66 (/Users/rseddon/temp/foo/sonatype-work/nexus3/blobs/foo/content/vol-35/chap-15/80ee8886-0a0d-4af4-8428-6437059f6b66.properties)
2020-07-31 10:33:19,795-0500 WARN [quartz-7-thread-2] *SYSTEM org.sonatype.nexus.blobstore.file.FileBlobStore - Attempt to access non-existent blob b35e7bcd-9e4a-45de-9a00-b55899fb69f3 (/Users/rseddon/temp/foo/sonatype-work/nexus3/blobs/foo/content/vol-35/chap-37/b35e7bcd-9e4a-45de-9a00-b55899fb69f3.properties)
2020-07-31 10:33:19,800-0500 WARN [quartz-7-thread-2] *SYSTEM org.sonatype.nexus.blobstore.file.FileBlobStore - Attempt to access non-existent blob aec0bfa8-11cd-4e28-880c-2753e724d414 (/Users/rseddon/temp/foo/sonatype-work/nexus3/blobs/foo/content/vol-35/chap-01/aec0bfa8-11cd-4e28-880c-2753e724d414.properties)
2020-07-31 10:33:19,805-0500 WARN [quartz-7-thread-2] *SYSTEM org.sonatype.nexus.blobstore.file.FileBlobStore - Attempt to access non-existent blob a17892d6-461d-42f6-a700-7f104d16459f (/Users/rseddon/temp/foo/sonatype-work/nexus3/blobs/foo/content/vol-35/chap-31/a17892d6-461d-42f6-a700-7f104d16459f.properties)