[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2014-03-06 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Labels: A review  (was: A)

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
Assignee: Igor Galić
  Labels: A, review
 Fix For: 5.0.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2014-03-06 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Fix Version/s: (was: 5.2.0)
   5.0.0

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
Assignee: Igor Galić
  Labels: A, review
 Fix For: 5.0.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2014-01-20 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Assignee: Igor Galić  (was: Leif Hedstrom)

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
Assignee: Igor Galić
  Labels: A
 Fix For: 5.0.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2014-01-20 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Fix Version/s: (was: 6.0.0)
   4.2.0

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
Assignee: Igor Galić
  Labels: A
 Fix For: 5.0.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2014-01-20 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Fix Version/s: (was: 4.2.0)
   5.0.0

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
Assignee: Igor Galić
  Labels: A
 Fix For: 5.0.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2012-03-27 Thread Leif Hedstrom (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Fix Version/s: (was: 3.1.5)
   3.3.0

Moving this out to 3.3.0, please move back to 3.1.4 if this will be worked on 
*soon*. Also, take a look at what can be closed here please!

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
 Fix For: 3.3.0


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (TS-645) Hard restart in the mgmt APIs is totally busted

2011-10-10 Thread Leif Hedstrom (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-645:
-

Fix Version/s: (was: 3.1.1)
   3.1.2

Moving these to 3.1.2 for now. please move back if they will be worked on asap 
for 3.1.1.

 Hard restart in the mgmt APIs is totally busted
 ---

 Key: TS-645
 URL: https://issues.apache.org/jira/browse/TS-645
 Project: Traffic Server
  Issue Type: Bug
  Components: Management API
Reporter: Leif Hedstrom
 Fix For: 3.1.2


 In CoreAPIRemote.cc, in HardRestart(), we assume to find some start / stop 
 scripts that no longer exists:
   Layout::relative_to(start_path, sizeof(start_path), Layout::get()-bindir, 
 start_traffic_server);
   Layout::relative_to(stop_path, sizeof(stop_path), Layout::get()-bindir, 
 stop_traffic_server);
 I don't know if / when this would be used (probably only in the deprecated 
 Web GUI at this point), but we should fix this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira