BenningtonCS / GFS

Implementation of Google File System
54 stars 18 forks source link

master/database - front-end file mgmnt shows that sometimes chunks have duplicate locations in the locations list. #160

Open edaniszewski opened 10 years ago

edaniszewski commented 10 years ago

for instance:

10.10.100.141 10.10.100.146 10.10.100.147 10.10.100.141 10.10.100.146 10.10.100.147 10.10.117.10

.141 , .146, and .147 both show up twice.

edaniszewski commented 10 years ago

note - may be worth checking cs arrival/departure code. I think arrival code will run an instance of interrogateChunkServer, which should add the locations to the list.. this may be the origin of this addition?