An error occurred while fetching the assigned milestone of the selected merge_request.
Fix replications density
1 open thread
1 open thread
It was 0.5 if message not met at all in a time window.
Merge request reports
Activity
mentioned in merge request !101 (merged)
115 115 } 116 116 117 117 // Else, update all replications densities: 118 int numberUniqueEncounters = this.uniqueEncountersInTimeWindow.size(); 118 double numberUniqueEncounters = this.uniqueEncountersInTimeWindow.size(); 119 119 for (String msgId : this.replicationsDensities.keySet()) { 120 // Set replications density for a message to the rate of hosts met with that message. 121 double newDensity; SonarQube analysis reported 2 issues
-
🔽 2 minor
-
removed Needs Review label
mentioned in commit 9395f7a3
Please register or sign in to reply