cdap sdk restart doesn't always restart the sdk (if the process isn't running)
Description
Release Notes
None
Activity
Show:
Chris Gianelloni December 13, 2016 at 11:27 PM
No release notes since this issue's root cause was created during the 4.0 release cycle
Chris Gianelloni November 4, 2016 at 11:04 PM
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Chris Gianelloni
Chris GianelloniReporter
Ali Anwar
Ali AnwarAffects versions
Components
Fix versions
Priority
Created November 4, 2016 at 10:18 PM
Updated December 13, 2016 at 11:27 PM
Resolved December 13, 2016 at 11:27 PM
Steps to reproduce:
1. Start the CDAP SDK: "cdap sdk start"
2. Kill the CDAP SDK: "kill -9 <pid>". This step may represent the SDK crashing on its own.
3. Restart the sdk: "cdap sdk restart". This will just log:
Fri Nov 4 22:14:18 UTC 2016 Stopping CDAP Standalone (SDK) ...
4. Restart the sdk: "cdap sdk restart". This time it will actually restart it:
Fri Nov 4 22:14:59 UTC 2016 Starting CDAP Standalone (SDK) ............. Standalone CDAP started successfully. Connect to the CDAP UI at http://localhost:11011