Reported by asya
2014-11-10T20:17:48.350-0500 I WRITES [conn20] Had WriteConflict doing update on ycsb.usertable, attempt: 8719 retrying 2014-11-10T20:17:48.350-0500 I WRITES [conn22] Had WriteConflict doing update on ycsb.usertable, attempt: 8874 retrying 2014-11-10T20:17:49.684-0500 I WRITES [conn20] Had WriteConflict doing update on ycsb.usertable, attempt: 8720 retrying 2014-11-10T20:17:49.684-0500 I WRITES [conn22] Had WriteConflict doing update on ycsb.usertable, attempt: 8875 retrying 2014-11-10T20:17:49.685-0500 I WRITES [conn20] Had WriteConflict doing update on ycsb.usertable, attempt: 8721 retrying 2014-11-10T20:17:52.434-0500 I WRITES [conn22] Had WriteConflict doing update on ycsb.usertable, attempt: 8876 retrying 2014-11-10T20:17:52.436-0500 I WRITES [conn22] Had WriteConflict doing update on ycsb.usertable, attempt: 8877 retrying
Wondering if this fix is doing what it's intended.... The highest numbers I see are:
2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12369 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12370 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12371 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12372 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12373 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12374 retrying 2014-11-10T21:23:51.260-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12375 retrying 2014-11-10T21:23:53.794-0500 I WRITES [conn67] Had WriteConflict doing update on ycsb.usertable, attempt: 12376 retrying
The build includes a fix for SERVER-16046 (which may be incomplete since the same crash eventually happened).
- related to
-
SERVER-15945 consolidate WriteConflictException retry logging logic
- Closed