[ https://issues.apache.org/jira/browse/GEODE-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904177#comment-15904177 ]
ASF subversion and git services commented on GEODE-2594: -------------------------------------------------------- Commit 492d01add96f878d09e2193201c6354680900b3f in geode's branch refs/heads/develop from [~apa...@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=492d01a ] GEODE-2594: do not use Attach API or tools.jar by default * remove tools.jar from classpath in gfsh and gfsh.bat * remove use of Attach API from start commands * deprecate --pid option in help of status and stop commands If a user still wants to use the --pid option in status or stop commands then they can manually add the tools.jar to their classpath before launching gfsh. > Remove optional usage of Attach API > ----------------------------------- > > Key: GEODE-2594 > URL: https://issues.apache.org/jira/browse/GEODE-2594 > Project: Geode > Issue Type: Improvement > Components: gfsh > Reporter: Kirk Lund > Assignee: Kirk Lund > Labels: gfsh > > This is a request to remove our optional usage of Attach API. > Users keep running into issues caused by GFSH using the Attach API. If the > user kills a GemFire process that was started by GFSH, the Attach API leaves > a java_pid file in /tmp which prevents the Attach API from working with any > future JVMs that reuse that pid. Most users also want to use a JRE without > the tools.jar. > The only functionality that will be removed is status and stop command > support for --pid option. -- This message was sent by Atlassian JIRA (v6.3.15#6346)