Using consistent hashing to select chunk servers for write operation:
Currently master server chooses k(=3) chunk servers randomly from list of active chunk servers.
Use leader election for selecting primary replica and secondary replicas from chunkservers containing that chunk
Using consistent hashing to select chunk servers for write operation: Currently master server chooses k(=3) chunk servers randomly from list of active chunk servers.
Use leader election for selecting primary replica and secondary replicas from chunkservers containing that chunk