Priyesh Narayanan
Priyesh Narayanan
Calls to `getStoreKeyConverter()` should construct and return a new instance and not return the same instance.
Relates to changes discussed in the context of #970. Replication needs to use the key converter to process metadata response, and the transformer to actually do the message transformation. These...
Helix based cluster manager does not dynamically recognize newly added nodes. It assumes that `InstanceConfig` change notifications come in only for nodes that it already knows of. When such notifications...
This enhancement should allow us to 1. get the list of blob ids of the constituent data chunks of a composite blob. 2. determine if a given blob id is...
Set a threshold for the acceptable number of down stores for a server to even come up. Due to configuration issues or due to multiple disk failures, it is possible...
With container support, blob privacy is handled at the container level. The blob level isPrivate property which is part of `BlobProperties` should be avoided for newly created blobs. This issue...