Re: Java client: ConflictResolver for RiakObject, how to get the key?

2015-04-15 Thread Henning Verbeek
I found a way to solve my problem:
http://stackoverflow.com/questions/29647674/determine-location-of-riakobject-during-conflict-resolution/29648677#29648677

On Mon, Apr 13, 2015 at 10:49 AM, Henning Verbeek  wrote:
> I'm in the process of migrating my code from Riak 1.4 to Riak 2.0.
>
> In Riak 2.0, I'm storing binary data as a RiakObject:
>
> RiakObject obj = new RiakObject();
>obj.setContentType(CONTENT_TYPE);
>obj.setValue(BinaryValue.create(someByteArray));
> StoreValue op = new StoreValue.Builder(obj)
>.withLocation(new Location(ns, keyOfObject))
>.withOption(StoreValue.Option.RETURN_BODY, false)
>.build();
>
> A siphash-digest is computed over the byte-array beforehand, and is
> stored in a separate object in Riak (I call it 'manifest').
>
> When fetching the binary data, I want to provide a custom
> ConflictResolver. This resolver shall fetch the manifest to the binary
> data, where it can look up the expected digest. This can then be used
> for identifying and eliminating bad siblings. It can use the object's
> key to identify the corresponding manifest.
>
> My problem is: how does the conflict resolver know the key?
>
> In Riak 1.4, I used IRiakObject to transport the data. The key was
> available right on the IRiakObject:
> public IRiakObject resolve(Collection siblings) {
> ...
> String key = siblings.iterator().next().getKey();
> ...
> }
>
> In Riak 2.0, the RiakObject does not expose this method. Is it
> available maybe in the RiakUserMetadata ?
>
> As an alternative, should I maybe create a POJO to encapsulate both
> key (annotated with @RiakKey ?) and byte[]-data? I guess, I'd need a
> custom converter for that, right?
>
> Thanks,
> Henning
>
> --
> My other signature is a regular expression.
> http://www.pray4snow.de



-- 
My other signature is a regular expression.
http://www.pray4snow.de

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Need help getting riak started

2015-04-15 Thread Shawn Debnath
Hi there,

Building out a new cluster (for the first time) and package cloud pushed down 
2.1.0-1. I have gone through and installed all the necessary packages, 
configured riak through riak.conf and attempting to start the first node in the 
cluster. Unfortunately, even though the processes are running, riak-admin 
reports that no nodes are running.

root@riak-01:/etc/riak# riak-admin diag
Node is not running!
root@riak-01:/etc/riak# riak-admin status
Node is not running!

12538 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/epmd -daemon
13799 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon 
/tmp/riak// /var/log/riak exec /usr/sbin/riak console
13802 pts/2Ssl+   0:26 /usr/lib/riak/erts-5.10.3/bin/beam.smp -scl false 
-sfwi 500 -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl 32768 -- -root 
/usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot 
/usr/lib/riak/releases/2.1.0/riak -config 
/var/lib/riak/generated.configs/app.2015.04.15.22.17.00.config -setcookie riak 
-name riak...@riak.prod.pryvy.com -smp 
enable -vm_args /var/lib/riak/generated.configs/vm.2015.04.15.22.17.00.args -pa 
/usr/lib/riak/lib/basho-patches -- console
14047 ?Ss 0:00 sh -s disksup
14050 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/memsup
14052 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/cpu_sup

The config states that it should be listening on:

listener.http.internal = 127.0.0.1:8098
##listener.protobuf.internal = 10.IP.IP.IP:8087
listener.protobuf.internal = 127.0.0.1:8087

I initially had it listening to our internal network IP, but as part of 
testing, switched to localhost to see if it resolves it but alas, that’s not 
the case.

In the log directory, files crash.log and error.log are empty and the 
console.log reports things are ok:

[snip]
2015-04-15 22:17:03.386 [info] <0.7.0> Application riak_kv started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.402 [info] <0.7.0> Application merge_index started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.406 [info] <0.7.0> Application riak_search started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.421 [info] <0.7.0> Application ibrowse started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.429 [info] <0.7.0> Application yokozuna started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.434 [info] <0.7.0> Application cluster_info started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.443 [info] 
<0.192.0>@riak_core_capability:process_capability_changes:555 New capability: 
{riak_control,member_info_version} = v1
2015-04-15 22:17:03.461 [info] <0.7.0> Application riak_control started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.462 [info] <0.7.0> Application erlydtl started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.485 [info] <0.7.0> Application riak_auth_mods started on 
node 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.618 [info] 
<0.369.0>@riak_kv_entropy_manager:perhaps_log_throttle_change:853 Changing AAE 
throttle from undefined -> 0 msec/key, based on maximum vnode mailbox size 0 
from 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.672 [info] <0.352.0>@riak_core:wait_for_service:483 Wait 
complete for service riak_kv (16 seconds)

Full log @ http://pastebin.com/8hb43MwP

Any help will be greatly appreciated.

Thanks,
Shawn

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Need help getting riak started

2015-04-15 Thread Shawn Debnath
To add, this is running in a VM in its entirety (i.e. not docker containers) 
and I am using the Erlang distribution that comes packaged with riak. Java 7 
SDK was the only thing that I installed separately.

On 4/15/15, 4:11 PM, "Shawn Debnath" 
mailto:sh...@debnath.net>> wrote:

Hi there,

Building out a new cluster (for the first time) and package cloud pushed down 
2.1.0-1. I have gone through and installed all the necessary packages, 
configured riak through riak.conf and attempting to start the first node in the 
cluster. Unfortunately, even though the processes are running, riak-admin 
reports that no nodes are running.

root@riak-01:/etc/riak# riak-admin diag
Node is not running!
root@riak-01:/etc/riak# riak-admin status
Node is not running!

12538 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/epmd -daemon
13799 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon 
/tmp/riak// /var/log/riak exec /usr/sbin/riak console
13802 pts/2Ssl+   0:26 /usr/lib/riak/erts-5.10.3/bin/beam.smp -scl false 
-sfwi 500 -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl 32768 -- -root 
/usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot 
/usr/lib/riak/releases/2.1.0/riak -config 
/var/lib/riak/generated.configs/app.2015.04.15.22.17.00.config -setcookie riak 
-name riak...@riak.prod.pryvy.com -smp 
enable -vm_args /var/lib/riak/generated.configs/vm.2015.04.15.22.17.00.args -pa 
/usr/lib/riak/lib/basho-patches -- console
14047 ?Ss 0:00 sh -s disksup
14050 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/memsup
14052 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/cpu_sup

The config states that it should be listening on:

listener.http.internal = 127.0.0.1:8098
##listener.protobuf.internal = 10.IP.IP.IP:8087
listener.protobuf.internal = 127.0.0.1:8087

I initially had it listening to our internal network IP, but as part of 
testing, switched to localhost to see if it resolves it but alas, that’s not 
the case.

In the log directory, files crash.log and error.log are empty and the 
console.log reports things are ok:

[snip]
2015-04-15 22:17:03.386 [info] <0.7.0> Application riak_kv started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.402 [info] <0.7.0> Application merge_index started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.406 [info] <0.7.0> Application riak_search started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.421 [info] <0.7.0> Application ibrowse started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.429 [info] <0.7.0> Application yokozuna started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.434 [info] <0.7.0> Application cluster_info started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.443 [info] 
<0.192.0>@riak_core_capability:process_capability_changes:555 New capability: 
{riak_control,member_info_version} = v1
2015-04-15 22:17:03.461 [info] <0.7.0> Application riak_control started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.462 [info] <0.7.0> Application erlydtl started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.485 [info] <0.7.0> Application riak_auth_mods started on 
node 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.618 [info] 
<0.369.0>@riak_kv_entropy_manager:perhaps_log_throttle_change:853 Changing AAE 
throttle from undefined -> 0 msec/key, based on maximum vnode mailbox size 0 
from 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.672 [info] <0.352.0>@riak_core:wait_for_service:483 Wait 
complete for service riak_kv (16 seconds)

Full log @ http://pastebin.com/8hb43MwP

Any help will be greatly appreciated.

Thanks,
Shawn

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Need help getting riak started

2015-04-15 Thread Jon Meredith
What distribution/ version of Linux are you running on the VM Shawn?

On Wed, Apr 15, 2015 at 5:11 PM, Shawn Debnath  wrote:

>   Hi there,
>
>  Building out a new cluster (for the first time) and package cloud pushed
> down 2.1.0-1. I have gone through and installed all the necessary packages,
> configured riak through riak.conf and attempting to start the first node in
> the cluster. Unfortunately, even though the processes are running,
> riak-admin reports that no nodes are running.
>
>  root@riak-01:/etc/riak# riak-admin diag
> Node is not running!
> root@riak-01:/etc/riak# riak-admin status
> Node is not running!
>
>  12538 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/epmd -daemon
> 13799 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon
> /tmp/riak// /var/log/riak exec /usr/sbin/riak console
> 13802 pts/2Ssl+   0:26 /usr/lib/riak/erts-5.10.3/bin/beam.smp -scl
> false -sfwi 500 -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl
> 32768 -- -root /usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot
> /usr/lib/riak/releases/2.1.0/riak -config
> /var/lib/riak/generated.configs/app.2015.04.15.22.17.00.config -setcookie
> riak -name riak...@riak.prod.pryvy.com -smp enable -vm_args
> /var/lib/riak/generated.configs/vm.2015.04.15.22.17.00.args -pa
> /usr/lib/riak/lib/basho-patches -- console
> 14047 ?Ss 0:00 sh -s disksup
> 14050 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/memsup
> 14052 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/cpu_sup
>
>  The config states that it should be listening on:
>
>  listener.http.internal = 127.0.0.1:8098
> ##listener.protobuf.internal = 10.IP.IP.IP:8087
> listener.protobuf.internal = 127.0.0.1:8087
>
>  I initially had it listening to our internal network IP, but as part of
> testing, switched to localhost to see if it resolves it but alas, that’s
> not the case.
>
>  In the log directory, files crash.log and error.log are empty and the
> console.log reports things are ok:
>
>  [snip]
>  2015-04-15 22:17:03.386 [info] <0.7.0> Application riak_kv started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.402 [info] <0.7.0> Application merge_index started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.406 [info] <0.7.0> Application riak_search started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.421 [info] <0.7.0> Application ibrowse started on node
> 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.429 [info] <0.7.0> Application yokozuna started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.434 [info] <0.7.0> Application cluster_info started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.443 [info]
> <0.192.0>@riak_core_capability:process_capability_changes:555 New
> capability: {riak_control,member_info_version} = v1
> 2015-04-15 22:17:03.461 [info] <0.7.0> Application riak_control started on
> node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.462 [info] <0.7.0> Application erlydtl started on node
> 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:03.485 [info] <0.7.0> Application riak_auth_mods started
> on node 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:19.618 [info]
> <0.369.0>@riak_kv_entropy_manager:perhaps_log_throttle_change:853 Changing
> AAE throttle from undefined -> 0 msec/key, based on maximum vnode mailbox
> size 0 from 'riak...@riak.prod.pryvy.com'
> 2015-04-15 22:17:19.672 [info] <0.352.0>@riak_core:wait_for_service:483
> Wait complete for service riak_kv (16 seconds)
>
>  Full log @ http://pastebin.com/8hb43MwP
>
>  Any help will be greatly appreciated.
>
>  Thanks,
> Shawn
>
>
> ___
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>


-- 
Jon Meredith
Chief Architect
Basho Technologies, Inc.
jmered...@basho.com
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Need help getting riak started

2015-04-15 Thread Shawn Debnath
System: Ubuntu 14.04.2 LTS.

From a different vm (10.IP.IP.IP2) after exposing 8087 on 10.IP.IP.IP1:
1> {ok, Pid} = riakc_pb_socket:start(“10.IP.IP.IP1", 8087).
{ok,<0.35.0>}
2> riakc_pb_socket:is_connected(Pid).
true
3>


On 4/15/15, 5:53 PM, "Jon Meredith" 
mailto:jmered...@basho.com>> wrote:

What distribution/ version of Linux are you running on the VM Shawn?

On Wed, Apr 15, 2015 at 5:11 PM, Shawn Debnath 
mailto:sh...@debnath.net>> wrote:
Hi there,

Building out a new cluster (for the first time) and package cloud pushed down 
2.1.0-1. I have gone through and installed all the necessary packages, 
configured riak through riak.conf and attempting to start the first node in the 
cluster. Unfortunately, even though the processes are running, riak-admin 
reports that no nodes are running.

root@riak-01:/etc/riak# riak-admin diag
Node is not running!
root@riak-01:/etc/riak# riak-admin status
Node is not running!

12538 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/epmd -daemon
13799 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon 
/tmp/riak// /var/log/riak exec /usr/sbin/riak console
13802 pts/2Ssl+   0:26 /usr/lib/riak/erts-5.10.3/bin/beam.smp -scl false 
-sfwi 500 -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl 32768 -- -root 
/usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot 
/usr/lib/riak/releases/2.1.0/riak -config 
/var/lib/riak/generated.configs/app.2015.04.15.22.17.00.config -setcookie riak 
-name riak...@riak.prod.pryvy.com -smp 
enable -vm_args /var/lib/riak/generated.configs/vm.2015.04.15.22.17.00.args -pa 
/usr/lib/riak/lib/basho-patches -- console
14047 ?Ss 0:00 sh -s disksup
14050 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/memsup
14052 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/cpu_sup

The config states that it should be listening on:

listener.http.internal = 127.0.0.1:8098
##listener.protobuf.internal = 10.IP.IP.IP:8087
listener.protobuf.internal = 127.0.0.1:8087

I initially had it listening to our internal network IP, but as part of 
testing, switched to localhost to see if it resolves it but alas, that’s not 
the case.

In the log directory, files crash.log and error.log are empty and the 
console.log reports things are ok:

[snip]
2015-04-15 22:17:03.386 [info] <0.7.0> Application riak_kv started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.402 [info] <0.7.0> Application merge_index started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.406 [info] <0.7.0> Application riak_search started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.421 [info] <0.7.0> Application ibrowse started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.429 [info] <0.7.0> Application yokozuna started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.434 [info] <0.7.0> Application cluster_info started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.443 [info] 
<0.192.0>@riak_core_capability:process_capability_changes:555 New capability: 
{riak_control,member_info_version} = v1
2015-04-15 22:17:03.461 [info] <0.7.0> Application riak_control started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.462 [info] <0.7.0> Application erlydtl started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.485 [info] <0.7.0> Application riak_auth_mods started on 
node 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.618 [info] 
<0.369.0>@riak_kv_entropy_manager:perhaps_log_throttle_change:853 Changing AAE 
throttle from undefined -> 0 msec/key, based on maximum vnode mailbox size 0 
from 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.672 [info] <0.352.0>@riak_core:wait_for_service:483 Wait 
complete for service riak_kv (16 seconds)

Full log @ http://pastebin.com/8hb43MwP

Any help will be greatly appreciated.

Thanks,
Shawn


___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com




--
Jon Meredith
Chief Architect
Basho Technologies, Inc.
jmered...@basho.com
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Need help getting riak started

2015-04-15 Thread Shawn Debnath
Just to add to this, seems like even after waiting for 15 mins, the start 
script fails because it is unable to ping the node. Tracing through the 
scripts, we arrive at the nodetool in /usr/lib/riak/erts-5.10.3/bin  which is 
calling {net_kernel:hidden_connect_node(TargetNode), net_adm:ping(TargetNode)} 
to check the status of the node and is getting {_, pang} in return. Results in 
printing out "Node 'ria...@riak.prod.pryvy.com' not responding to pings." At 
this stage riak console is still unable to connect and still nothing in error 
or crash logs.  Any hints on how to proceed, or ways to collect more debug info 
appreciated.

On 4/15/15, 7:39 PM, "Shawn Debnath" 
mailto:sh...@debnath.net>> wrote:

System: Ubuntu 14.04.2 LTS.

From a different vm (10.IP.IP.IP2) after exposing 8087 on 10.IP.IP.IP1:
1> {ok, Pid} = riakc_pb_socket:start(“10.IP.IP.IP1", 8087).
{ok,<0.35.0>}
2> riakc_pb_socket:is_connected(Pid).
true
3>


On 4/15/15, 5:53 PM, "Jon Meredith" 
mailto:jmered...@basho.com>> wrote:

What distribution/ version of Linux are you running on the VM Shawn?

On Wed, Apr 15, 2015 at 5:11 PM, Shawn Debnath 
mailto:sh...@debnath.net>> wrote:
Hi there,

Building out a new cluster (for the first time) and package cloud pushed down 
2.1.0-1. I have gone through and installed all the necessary packages, 
configured riak through riak.conf and attempting to start the first node in the 
cluster. Unfortunately, even though the processes are running, riak-admin 
reports that no nodes are running.

root@riak-01:/etc/riak# riak-admin diag
Node is not running!
root@riak-01:/etc/riak# riak-admin status
Node is not running!

12538 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/epmd -daemon
13799 ?S  0:00 /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon 
/tmp/riak// /var/log/riak exec /usr/sbin/riak console
13802 pts/2Ssl+   0:26 /usr/lib/riak/erts-5.10.3/bin/beam.smp -scl false 
-sfwi 500 -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl 32768 -- -root 
/usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot 
/usr/lib/riak/releases/2.1.0/riak -config 
/var/lib/riak/generated.configs/app.2015.04.15.22.17.00.config -setcookie riak 
-name riak...@riak.prod.pryvy.com -smp 
enable -vm_args /var/lib/riak/generated.configs/vm.2015.04.15.22.17.00.args -pa 
/usr/lib/riak/lib/basho-patches -- console
14047 ?Ss 0:00 sh -s disksup
14050 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/memsup
14052 ?Ss 0:00 /usr/lib/riak/lib/os_mon-2.2.13/priv/bin/cpu_sup

The config states that it should be listening on:

listener.http.internal = 127.0.0.1:8098
##listener.protobuf.internal = 10.IP.IP.IP:8087
listener.protobuf.internal = 127.0.0.1:8087

I initially had it listening to our internal network IP, but as part of 
testing, switched to localhost to see if it resolves it but alas, that’s not 
the case.

In the log directory, files crash.log and error.log are empty and the 
console.log reports things are ok:

[snip]
2015-04-15 22:17:03.386 [info] <0.7.0> Application riak_kv started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.402 [info] <0.7.0> Application merge_index started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.406 [info] <0.7.0> Application riak_search started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.421 [info] <0.7.0> Application ibrowse started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.429 [info] <0.7.0> Application yokozuna started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.434 [info] <0.7.0> Application cluster_info started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.443 [info] 
<0.192.0>@riak_core_capability:process_capability_changes:555 New capability: 
{riak_control,member_info_version} = v1
2015-04-15 22:17:03.461 [info] <0.7.0> Application riak_control started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.462 [info] <0.7.0> Application erlydtl started on node 
'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:03.485 [info] <0.7.0> Application riak_auth_mods started on 
node 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.618 [info] 
<0.369.0>@riak_kv_entropy_manager:perhaps_log_throttle_change:853 Changing AAE 
throttle from undefined -> 0 msec/key, based on maximum vnode mailbox size 0 
from 'riak...@riak.prod.pryvy.com'
2015-04-15 22:17:19.672 [info] <0.352.0>@riak_core:wait_for_service:483 Wait 
complete for service riak_kv (16 seconds)

Full log @ http://pastebin.com/8hb43MwP

Any help will be greatly appreciated.

Thanks,
Shawn


___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com




--
Jon Meredith
Chief Architect
Basho Technologies, Inc.
jmered...@basho.com
___