replication-stats
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Stats measuring the latency of replaying index operations from other nodes via NodeReindexService. Note that NodeReindexService is responsible (since 8.13) to guarantee index consistency. Most of index updates are delivered via Document Based Replication (DBR).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
INFO [JIRA-STATS] [replication-stats] Total replication latency statistics. Now: 1677667337963, systemStartTimestamp: 1675277383507, elapsedDuration:PT663H52M34.456S, stats:
{
"COMMENT": {
"replicationLatencyStats": {
"count": 1395675,
"min": 10013,
"max": 2333907,
"sum": 20268515861,
"avg": 14522,
"distributionCounter": {
"1000": 0,
"5000": 0,
"10000": 0,
"30000": 1391723,
"60000": 74,
"600000": 2541,
"9223372036854775807": 1337
}
},
"localProcessingTimeStats": {
"count": 1395675,
"min": 0,
"max": 8048,
"sum": 221848533,
"avg": 158,
"distributionCounter": {
"1000": 1371271,
"5000": 23278,
"10000": 1126,
"30000": 0,
"60000": 0,
"600000": 0
}
}
},
"SHAREDENTITY": {
"replicationLatencyStats": {
"count": 2256,
"min": 10020,
"max": 2211229,
"sum": 56040763,
"avg": 24840,
"distributionCounter": {
"1000": 0,
"5000": 0,
"10000": 0,
"30000": 2237,
"60000": 0,
"600000": 4,
"9223372036854775807": 15
}
},
"localProcessingTimeStats": {
"count": 2256,
"min": 0,
"max": 51,
"sum": 3150,
"avg": 1,
"distributionCounter": {
"1000": 2256,
"5000": 0,
"10000": 0,
"30000": 0,
"60000": 0,
"600000": 0
}
}
},
"ISSUE": {
"replicationLatencyStats": {
"count": 3539,
"min": 10026,
"max": 677644,
"sum": 222446442,
"avg": 62855,
"distributionCounter": {
"1000": 0,
"5000": 0,
"10000": 0,
"30000": 2912,
"60000": 16,
"600000": 587,
"9223372036854775807": 24
}
},
"localProcessingTimeStats": {
"count": 3539,
"min": 0,
"max": 58747,
"sum": 38057805,
"avg": 10753,
"distributionCounter": {
"1000": 824,
"5000": 1397,
"10000": 494,
"30000": 208,
"60000": 616,
"600000": 0
}
}
},
"WORKLOG": {
"replicationLatencyStats": {
"count": 1428,
"min": 10159,
"max": 695256,
"sum": 253347499,
"avg": 177414,
"distributionCounter": {
"1000": 0,
"5000": 0,
"10000": 0,
"30000": 790,
"60000": 2,
"600000": 602,
"9223372036854775807": 34
}
},
"localProcessingTimeStats": {
"count": 1428,
"min": 0,
"max": 3865,
"sum": 2522294,
"avg": 1766,
"distributionCounter": {
"1000": 790,
"5000": 638,
"10000": 0,
"30000": 0,
"60000": 0,
"600000": 0
}
}
}
}
Was this helpful?