Re: Does it makes sense to split Gossip from Thrift network

2015-03-04 Thread Steffen Winther
daemeon reiydelle gmail.com> writes: > >If your cluster is typical, your most critical resource is your >network bandwidth, >if this is the case, I would not do this split you are proposing. >One issue with large MTU's is that they are often split >at the switch fabric. Got control of my switches,

Re: Does it makes sense to split Gossip from Thrift network

2015-03-04 Thread daemeon reiydelle
If your cluster is typical, your most critical resource is your network bandwidth, if this is the case, I would not do this split you are proposing. One issue with large MTU's is that they are often split at the switch fabric. Switches are not generally known for having processors that are idle, so

Does it makes sense to split Gossip from Thrift network

2015-03-04 Thread Steffen Winther
Hi Wondering if if makes sense to split network for client traffic vs Gossip/Internode traffic (possible with larger MTU for storage traffic). So I tried this: - Gossip storage listener (port 700x) on one network - Thrift/CQL listeners (port 9160/9042) on another Only I find it a bit confusing