I was just trying to debug the nodes an I found out the following thing which surprised me:
1. Publish Mechanishm
I have used network Id’s
FileSharingApplication: 68.8.144.9 // Start of Publish
DocumentStored:12.21.188.1 // Place where document is store
ResultMessage: 66.8.240.99 // Notification where it is stored
The question over here is that why is the “resultMessage” always sent to “66.8.240.99”…No matter what? How does the original node which is “68.8.144.99” (specifically in this case informed that it is published).
The problem gets really difficult when I debug lookup mechanism
2. Lookup Mechanism
FileSharingApplication: 12.21.188.1 // Start of Publish
Finds the file : 65.8.244.90 // Place where document is stored just retrieves it
ResultMessage/Store Document: 66.8.240.99 // Retrieves it and stores it
So over here always the document is getting stored on “66.8.240.99” which apparently I think is the localhost. So the problem here is that every lookup mechanism stores the document at this node and just in case in my scenario if I have a cache then there is just 1 cache in the whole network if this is to happen.
Please let me know what exactly is happening..Hoping to hear from you..!