Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-06 Thread adubovkin
WW91J3JlIHJpZ2h0LiBJZiBJIHN0YXJ0IHdpdGggYSBtYXAgc2l6ZSBvZiAxME1CIEkgY2FuJ3Qg cmVwcm9kdWNlIGl0IGFueW1vcmUgd2l0aCBteSB0ZXN0Lg0KVGhhbmtzIGZvciBjbGFyaWZ5aW5n IGl0Lg0KDQpCZXN0IHdpc2hlcywNCkFsZXhleQ0KDQrvu79PbiA2LzUvMTksIDEyOjI5IFBNLCAi

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-05 Thread quanah
--On Wednesday, June 05, 2019 7:53 PM + Alexey Dubovkin wrote: > Thank you! > Alexey Hi Alexey, As Howard already noted in his response to the ITS, there is no demonstrated bug here. It would appear you've run out of free pages given the mapsize you started with. As noted in the

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-05 Thread adubovkin
--_002_0D2DCEC482B542758A1B48103AF58106linkedinbiz_ Content-Type: text/plain; charset="utf-8" Content-ID: Content-Transfer-Encoding: base64 ICAgICAgICAtLU9uIFR1ZXNkYXksIE1heSAyOCwgMjAxOSAxMDoxMiBQTSArMDAwMCBhZHVib3Zr aW5AbGlua2VkaW4uY29tIHdyb3RlOg0KICAgICAgICANCiAgICAgICAgPiBGdWxsX05hbWU6IEFs

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-04 Thread adubovkin
ICAgIC0tT24gVHVlc2RheSwgTWF5IDI4LCAyMDE5IDEwOjEyIFBNICswMDAwIGFkdWJvdmtpbkBs aW5rZWRpbi5jb20gd3JvdGU6DQogICAgDQogICAgPiBGdWxsX05hbWU6IEFsZXgNCiAgICA+IFZl cnNpb246IExNREIgMC45LjIzDQogICAgPiBPUzogaU9TDQogICAgPiBVUkw6IGh0dHBzOi8vbmFt

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-04 Thread hyc
qua...@symas.com wrote: > --On Tuesday, May 28, 2019 10:12 PM + adubov...@linkedin.com wrote: > >> Full_Name: Alex >> Version: LMDB 0.9.23 >> OS: iOS >> URL: https://hastebin.com/raw/arexecefew >> Submission from: (NULL) (2620:119:5001:3000:242c:3bea:acec:6a7d) > > ITS#8969 perhaps? > >

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-06-04 Thread quanah
--On Tuesday, May 28, 2019 10:12 PM + adubov...@linkedin.com wrote: > Full_Name: Alex > Version: LMDB 0.9.23 > OS: iOS > URL: https://hastebin.com/raw/arexecefew > Submission from: (NULL) (2620:119:5001:3000:242c:3bea:acec:6a7d) ITS#8969 perhaps?

(ITS#9029) MDB_MAP_FULL error after removing some records from DB

2019-05-28 Thread adubovkin
Full_Name: Alex Version: LMDB 0.9.23 OS: iOS URL: https://hastebin.com/raw/arexecefew Submission from: (NULL) (2620:119:5001:3000:242c:3bea:acec:6a7d) Hey guys, We are using LMDB in our LRUCache implementation and facing the issue: when we evict old records from this cache sometimes we have