[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-07-30 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079972#comment-14079972
 ] 

Leif Hedstrom commented on TS-2977:
---

+1


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Task
>  Components: Cleanup
>Reporter: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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


[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-08-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083306#comment-14083306
 ] 

ASF subversion and git services commented on TS-2977:
-

Commit 9e6d233fe647863adb7b093cd6643739f73c7c8e in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9e6d233 ]

TS-2977: move the stats processor to traffic_manager


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Cleanup
>Reporter: James Peach
>Assignee: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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


[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-08-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083307#comment-14083307
 ] 

ASF subversion and git services commented on TS-2977:
-

Commit 1bba62b68cad0cfb5bba8d6d4c1b735f80408e88 in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1bba62b ]

TS-2977: incorporate libutils into libmgmt

Simplify the link topology by incorporating libutils into libmgmt.
Management clients don't need to know the gory details.


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Cleanup
>Reporter: James Peach
>Assignee: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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


[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-08-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083310#comment-14083310
 ] 

ASF subversion and git services commented on TS-2977:
-

Commit c936bc514500173bd2075888062eb8618899947e in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=c936bc5 ]

TS-2977: CHANGES


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Cleanup
>Reporter: James Peach
>Assignee: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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


[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-08-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083309#comment-14083309
 ] 

ASF subversion and git services commented on TS-2977:
-

Commit ab8c0cd21a0ab6e832e969f006ace578661c4d47 in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ab8c0cd ]

TS-2977: rename traffic_manager Main.cc

Rename traffic_manager's Main.cc to traffic_manager.cc. Remove
Main.h, retaining just the 2 or 3 things from it that are used.


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Cleanup
>Reporter: James Peach
>Assignee: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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


[jira] [Commented] (TS-2977) move traffic_manager under cmd subdirectory

2014-08-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083308#comment-14083308
 ] 

ASF subversion and git services commented on TS-2977:
-

Commit ff716f219a86284fb980ba2ed05c41105ce274ef in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ff716f2 ]

TS-2977: minimize web2 and cluster in the headers search path


> move traffic_manager under cmd subdirectory
> ---
>
> Key: TS-2977
> URL: https://issues.apache.org/jira/browse/TS-2977
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Cleanup
>Reporter: James Peach
>Assignee: James Peach
> Fix For: 5.1.0
>
>
> The management code is pretty complicated and hard to understand. Separating 
> traffic_manager out under the cmd/ subdirectory will give a clearer 
> separation between the management library code and the application, and make 
> it consistent with the rest of the tooling.



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