[
https://issues.apache.org/jira/browse/CASSANDRA-9297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joshua McKenzie updated CASSANDRA-9297:
---------------------------------------
Reviewer: Joshua McKenzie
> 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)