You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/02/05 14:07:20 UTC

fabric commit: updated refs/heads/master to 244426b

Repository: couchdb-fabric
Updated Branches:
  refs/heads/master adaf5c231 -> 244426bcf


Fix waterfall of `rexi_server error:badarg` errors


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/244426bc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/244426bc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/244426bc

Branch: refs/heads/master
Commit: 244426bcfff92283e39d6bd8a02633031100cbf5
Parents: adaf5c2
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Feb 5 16:05:20 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Feb 5 16:05:20 2015 +0300

----------------------------------------------------------------------
 src/fabric_db_meta.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/244426bc/src/fabric_db_meta.erl
----------------------------------------------------------------------
diff --git a/src/fabric_db_meta.erl b/src/fabric_db_meta.erl
index a0f1b5f..367ef06 100644
--- a/src/fabric_db_meta.erl
+++ b/src/fabric_db_meta.erl
@@ -126,7 +126,7 @@ get_all_security(DbName, Options) ->
         _ -> mem3:shards(DbName)
     end,
     RexiMon = fabric_util:create_monitors(Shards),
-    Workers = fabric_util:submit_jobs(Shards, get_all_security, [?ADMIN_CTX]),
+    Workers = fabric_util:submit_jobs(Shards, get_all_security, [[?ADMIN_CTX]]),
     Handler = fun handle_get_message/3,
     Acc = #acc{
         workers=Workers,