Reply To: Fix Number of Lookups per FileID in FlatDocumentSet FileSharing Application

Home Forums PeerfactSim Forum Fix Number of Lookups per FileID in FlatDocumentSet FileSharing Application Reply To: Fix Number of Lookups per FileID in FlatDocumentSet FileSharing Application

#739
Kalman
Guest

That seems to be the relevant part in the code:

org.peerfact.impl.application.filesharing.documents.FlatDocumentSet

public int getIdForLookup() { return startRank + rand.nextInt(size); }
So for your observation following questions occur:
– What is your action file? Your observation may happen when you have an overlap of store and lookup operations. (which should not be) –> please paste your action file.
– How is your configuration of the FlatDocumentSet?

Have you experimented with the getIdForLookup() method, is this the specific point in the code.
– Can you verify that your DocumentSet is not growing after a storage-time?

See you

Comments are closed.