nickva commented on issue #490: Revert add sys dbs to lru URL: https://github.com/apache/couchdb/pull/490#issuecomment-298085790 I compared the code before lru commit and this branch to see what's changed. Looks good. Tests pass All 1141 tests passed. Started up a an instance with max_dbs_open set to 100. Then spawned 10 replications in 10 different replicator dbs (8 shards each). ```rep.replicate_1_to_n_and_compare(10, db_per_doc=True)``` While that was running created 200 new databases ``` for i in xrange(200): srv.create("XXXXXX_"+str(i))``` then opened observer and monitored ETS tables and kept an eye on the logs. Everything seems to behave as expected  ETS tables stay at 100 and older un-monitored dbs are pushed out by newly created ones. +1 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
