BinaryDescriptor#equals compares the metadata from both descriptors. This is problematic since the metadata can get very large for documents, thus working with many binaries will probably lead to memory problems...
Description
BinaryDescriptor#equals compares the metadata from both descriptors. This is problematic since the metadata can get very large for documents, thus working with many binaries will probably lead to memory problems...
Hmm, looking at the patch, I still see some getMetadata()s looming around
.