prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

voldemort client should be able to be configured for local zone connections only #364

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a feature request.

We have a situation where we have two apps using the same bdb persistence store 
on a zoned cluster, but one of those apps is in a DMZ and only does reads. Our 
zones are broken out by data center and we don't want to allow the apps in the 
DMZ to talk to the other data centers (zones), only its local one. The current 
result is that we see tens of thousands of exceptions because the app is trying 
to open connections to the nodes in the other zones and is failing. These 
exceptions fill up our logs. We'd rather not swallow that exception, as we want 
to see exceptions at least when it fails to connect to the nodes in its local 
zone.

So, we would like to have a feature in the voldemort client where we can 
configure it to only open connections to nodes in its local zone.

Thanks,

Brendan

Original issue reported on code.google.com by dremlok on 7 Oct 2011 at 12:24