Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Joao Reis
Joao ReisReproduced in
Fix versions
Sprint
Affects versions
Priority
Created November 7, 2019 at 3:55 PM
Updated November 11, 2019 at 4:03 PM
Resolved November 11, 2019 at 4:03 PM
https://github.com/datastax/csharp-driver/blob/3fd956506f2583ecdc582f18dd5686e44b30a715/src/Extensions/Cassandra.AppMetrics/HdrHistogram/HistogramBase.cs#L379
This exception is thrown whenever
TotalCount
is 0 for instance. This happens when the driver doesn't execute any request on a particular node (for example, when it isn't able to sucessfully open connections to a node; in this scenario there is a HostConnectionPool but no open connections in that pool).