You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2019/03/13 19:17:47 UTC

[couchdb-ioq] 18/21: Merge pull request #7 from apache/cloudant-ioq

This is an automated email from the ASF dual-hosted git repository.

chewbranca pushed a commit to branch ioq-per-shard-or-user
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git

commit aa88b1ea824f6ea41d1754a43d317477d39a25ac
Merge: 04bebb3 907d196
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Jan 30 17:08:56 2019 +0000

    Merge pull request #7 from apache/cloudant-ioq
    
    Import Cloudant's full IOQ code

 IOQ2.md                     |  812 ++++++++++++++++++++++++++++++++
 README.md                   |   34 ++
 include/ioq.hrl             |   71 +++
 operator_guide.md           |  231 ++++++++++
 priv/stats_descriptions.cfg |  230 ++++++++++
 rebar.config                |   11 +
 src/ioq.app.src             |   11 +-
 src/ioq.erl                 |  176 ++-----
 src/ioq_app.erl             |    1 +
 src/ioq_config.erl          |  314 +++++++++++++
 src/ioq_config_listener.erl |   54 +++
 src/ioq_kv.erl              |  169 +++++++
 src/ioq_osq.erl             |  253 ++++++++++
 src/ioq_server.erl          |  608 ++++++++++++++++++++++++
 src/ioq_server2.erl         | 1068 +++++++++++++++++++++++++++++++++++++++++++
 src/ioq_sup.erl             |   27 +-
 test/ioq_config_tests.erl   |  157 +++++++
 test/ioq_kv_tests.erl       |  149 ++++++
 test/ioq_tests.erl          |   68 +++
 19 files changed, 4310 insertions(+), 134 deletions(-)