Open slfritchie opened 10 years ago
Update: I'm still seeing these errors with the mv-tuning7
branch in both repos.
% git log | head -20
commit b71954dc49e19268f5e6deadfac64643a3828459
Merge: eeb3c2b 6a34c91
Author: Scott Lystig Fritchie <slfritchie@snookles.com>
Date: Fri Apr 18 16:22:43 2014 +0900
Merge remote-tracking branch 'origin/mv-tuning7' into slf-faulterl-introduction3+mv-tuning7
commit 6a34c91c36a4ced1f6db337814c0b7a41bcd247d
Author: MatthewVon <matthewv@basho.com>
Date: Thu Apr 17 16:28:41 2014 -0400
force .so modules of leveldb into memory for initialization early in eleveldb loading.
and:
% ( cd c_src/leveldb ; git log | head -5 )
commit ddd7bbb9aa6e0ff5841e8fb07ac381190f73fce0
Author: MatthewVon <matthewv@basho.com>
Date: Fri Apr 18 11:47:57 2014 -0400
arg. ReleaseRef() had two bugs that would hurt / fail retry. Fixed.
Moving to 2.0.1.
NOTE: This was first reported about 5 days ago in issue #107
eleveldb commit: 35f681e6e936a7f036e661b24fc73e7fe6f3e18f of branch
slf-faulterl-introduction3
(which is a rebased branch fromslf-faulterl-introduction2)
, which is in turn based upon today'sdevelop
branch at 9ab8ed627dd0d8adcddded7d6cbc251a2531e70a leveldb commit: f4cf10d2ba1b999f10805ac35f22145e80932544 of today'sdevelop
branch faulterl commit: 88bd8c8b377f8cdae9683218f229706f4f79ea8e of today'smaster
branchTo recreate, in two cut-and-paste steps. Tested on OS X 10.8.5 and Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-54-generic x86_64). First:
And second. This one fails for OS X (Ubu case part 2 is below):
The Ubuntu 12 Linux part 2 is:
Here's an easier-to-read-for-humans formatting of the test case and failing diagnostic output: