2 blobs with same @BlobStore.blob-name

Hi all,

I’m facing issues with reconcile database from blob store task. It is always blocked after few component deletion / creation in database (process seems to be locked and CPU is used as task is running).
I tried to clean orientdb indexes (remove duplicated entries) but with no result…

Today, i looked at blobs and i saw something strange from my point of view : is it ok to have more than one blob store with same “@BlobStore.blob-name” ?

bash commands i typed to get blobs which have same “@BlobStore.blob-name” :
find . -type f -name “*.properties” -exec more {} ; | grep @BlobStore.blob-name > ~/blob.find
sort ~/blob.find | uniq --count | grep 2

Thanks for your advice


Julien