Hello Jeff,

Request you to help on how to visualise the terms
1. Internal mutations
2. Cross node mutations
3. Mean internal dropped latency
4. Cross node dropped latency

Thanks,
Rajsekhar

On Thu, 25 Jul, 2019, 9:21 PM Jeff Jirsa, <jji...@gmail.com> wrote:

> This means your database is seeing commands that have already timed out by
> the time it goes to execute them, so it ignores them and gives up instead
> of working on work items that have already expired.
>
> The first log line shows 5 second latencies, the second line 6s and 8s
> latencies, which sounds like either really bad disks or really bad JVM GC
> pauses.
>
>
> On Thu, Jul 25, 2019 at 8:45 AM Ayub M <hia...@gmail.com> wrote:
>
>> Hello, how do I read dropped mutations error messages - whats internal
>> and cross node? For mutations it fails on cross-node and read_repair/read
>> it fails on internal. What does it mean?
>>
>> INFO  [ScheduledTasks:1] 2019-07-21 11:44:46,150
>> MessagingService.java:1281 - MUTATION messages were dropped in last 5000
>> ms: 0 internal and 65 cross node. Mean internal dropped latency: 0 ms and
>> Mean cross-node dropped latency: 4966 ms
>> INFO  [ScheduledTasks:1] 2019-07-19 05:01:10,620
>> MessagingService.java:1281 - READ_REPAIR messages were dropped in last 5000
>> ms: 9 internal and 8 cross node. Mean internal dropped latency: 6013 ms and
>> Mean cross-node dropped latency: 8164 ms
>>
>> --
>>
>> Regards,
>> Ayub
>>
>

Reply via email to