[ https://issues.apache.org/jira/browse/CASSANDRA-9297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Lerer updated CASSANDRA-9297: -------------------------------------- Attachment: 9297-2.1.txt 9297-2.0.txt The patch for 2.0 fix the configuration in {{cassandra-env.sh}}. The patch for 2.1 fix the configuration in {{cassandra-env.sh}} and {{cassandra-env.ps1}} > The configuration for remote debugging is not valid anymore. > ------------------------------------------------------------- > > Key: CASSANDRA-9297 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9297 > Project: Cassandra > Issue Type: Bug > Reporter: Benjamin Lerer > Assignee: Benjamin Lerer > Priority: Minor > Attachments: 9297-2.0.txt, 9297-2.1.txt > > > The current configuration for remote debugging that we use is: > {code}# JVM_OPTS="$JVM_OPTS -Xdebug -Xnoagent > -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1414"{code} > Since java 1.5 it should be: > {code}JVM_OPTS="$JVM_OPTS > -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1414"{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)