[ https://issues.apache.org/jira/browse/CASSANDRA-20317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tommy Stendahl updated CASSANDRA-20317: --------------------------------------- Description: I would like to add the possibility to set DSCP codes 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: {noformat} dscp_code: enabled: false native_dscp: 0 internode_outbound_dscp: 0 internode_inbound_dscp: 0{noformat} was: 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} > Option to set DSCP codes 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 DSCP codes 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: > > {noformat} > dscp_code: > enabled: false > native_dscp: 0 > internode_outbound_dscp: 0 > internode_inbound_dscp: 0{noformat} > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org