[ 
https://issues.apache.org/jira/browse/CASSANDRA-20317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926046#comment-17926046
 ] 

Tommy Stendahl commented on CASSANDRA-20317:
--------------------------------------------

[~aratnofsky] 
I have been testing a bit with a patch here: 
[https://github.com/tommystendahl/cassandra/commit/b4fa37fdf93b8217a63642f9a527bbd5da8d3ff0]

What I tried to do was using Netty's SocketChannelConfig.setTrafficClass() to 
set the traffic class but now I'm not sure, maybe I went down the wrong path. 
What I actually want is Differentiated Services Code Point (DSCP).

> Set traffic classes on network traffic
> --------------------------------------
>
>                 Key: CASSANDRA-20317
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20317
>             Project: Apache Cassandra
>          Issue Type: New Feature
>            Reporter: Tommy Stendahl
>            Assignee: Tommy Stendahl
>            Priority: Normal
>
> I would like to add the possibility to set traffic classes on network traffic 
> from Cassandra. I was thinking of one value for traffic from the native port 
> and different values for inbound and outbound internode traffic. To configure 
> this in the yaml file I like to add something like this:
> {quote} # Set traffic classes in IP packages
> #
>  # Traffic classes can be used to separate traffic in a network into 
> individual flows
>  # and queue, police and shape them differently.
>  # traffic_classes:
>   # enabled: false
>   # native_tc: 0
>   # internode_outbound_tc: 0
>   # internode_inbound_tc: 0{quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to