First, make sure Riak is working properly, `riak-admin test` will do a get/put cycle to make sure your cluster is ok.
Second, double-check what the protobuffs port is in your config file, usually 8087. The pb_backlog will only be a problem when you are rapidly opening connections to the server, although we are bumping up the default to 128 for Riak 2.0. Other than those initial guesses, this might be a problem in the library. Can you post the code you are using? On Tue, Dec 3, 2013 at 12:04 AM, Alain Rodriguez <[email protected]> wrote: > Hi all, > > I am trying to connect to Riak using the Node.js library > https://github.com/nlf/riakpbc, however many of my connections are > failing with the error "Connection timeout". Is there a limit on the > number of connections allowed over PB? I looked into tuning pb_backlog > but it didn't yield any results. > > As a comparison, I am able to open many concurrent connections via the > HTTP interface on the same riak cluster. > > Is there another protobuf specific configuration that I might be missing? > > Cheers, > > Alain > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- Sean Cribbs <[email protected]> Software Engineer Basho Technologies, Inc. http://basho.com/
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
