- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3c4c5ac
committed
Fix incorrect tps number calculation in "excluding connections establishing".
The tolerance (larger than actual tps number) increases as the numberof threads decreases. The bug has been there since the thread supportwas introduced in 9.0. Because back patching introduces incompatiblebehavior changes regarding the tps number, the fix is committed tomaster and 9.5 stable branches only.Problem spotted by me and fix proposed by Fabien COELHO. Note that hisoriginal patch included more than fixes (a code re-factoring) which isnot related to the problem and I omitted the part.1 parentd8c7bb2 commit3c4c5ac
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2631 | 2631 |
| |
2632 | 2632 |
| |
2633 | 2633 |
| |
2634 |
| - | |
| 2634 | + | |
2635 | 2635 |
| |
2636 | 2636 |
| |
2637 | 2637 |
| |
|
0 commit comments
Comments
(0)