Hello I just got 2 VMs’ setup and can access via http but cannot get the
samples to work.
My riak app.config -name is set as riak@192.168.0.71 and .73 respectfully and
running the Sample proj just takes for ever to ping i.e. a few minutes.
Eventually it fails at the assert.
My VS app.config in vs is as follows:
<riakConfig nodePollTime="5000" defaultRetryWaitTime="200"
defaultRetryCount="3">
<nodes>
<node name="riak" hostAddress="192.168.0.71" pbcPort="8098" restScheme="http"
restPort="8099" poolSize="20" />
<!--<node name="riak@192.168.0.73" hostAddress="192.168.0.73" pbcPort="8098"
restScheme="http" restPort="8098" poolSize="20" />
<node name="dev3" hostAddress="riak-test" pbcPort="10037" restScheme="http"
restPort="10038" poolSize="20" />
<node name="dev4" hostAddress="riak-test" pbcPort="10047" restScheme="http"
restPort="10048" poolSize="20" />-->
</nodes>
</riakConfig>
Does anyone see why I am failing to connect?
I ask is there a way to get the ping to fail sooner?
Regards,
Brad Patterson
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com