Open
Description
Hi,
I was executing Virtual Machines at jscsi and I got some bug at the JCloudStorageModule. The method storeBucket has to verify if the bucketId has different byte array.
I change the IF for this:
if ((lastIndexWritten != pBucketId && lastBlobWritten != null) || (lastIndexWritten == pBucketId && !Arrays.equals(lastBlobWritten, pData) && lastBlobWritten != null)) {
I don't know if you agree. Maybe I could commit this on your code if you agree.
Thanks,
Felipe
Metadata
Assignees
Labels
No labels