[jira] [Created] (TS-1180) gzip plugin needs to be configurable for certain file/mime types

2012-03-31 Thread Created
gzip plugin needs to be configurable for certain file/mime types


 Key: TS-1180
 URL: https://issues.apache.org/jira/browse/TS-1180
 Project: Traffic Server
  Issue Type: New Feature
  Components: Plugins
Reporter: Igor Galić


Most browsers don't take it very well when JavaScript is compressed - or 
rather, when AJAX requests are.

--
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] [Created] (TS-1179) libraries and plugins are installed with .la files

2012-03-31 Thread Created
libraries and plugins are installed with .la files
--

 Key: TS-1179
 URL: https://issues.apache.org/jira/browse/TS-1179
 Project: Traffic Server
  Issue Type: Bug
  Components: Build
Reporter: Igor Galić


Who needs or uses {{.la}} files?
We have {{tsxs}} which compiles stuff without {{libtool}}, and the plugins 
definitely don't need {{.la}} files for loading.

--
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] [Commented] (TS-1178) cop will kill manager & server, even cop it self

2012-03-31 Thread Zhao Yongming (Commented) (JIRA)

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

Zhao Yongming commented on TS-1178:
---

there may hide two problem:
1, why cop->manager heartbeat failed with "[WARNING]: (manager test) bad 
response value"
2, why the safe_kill killed cop itself by the end

> cop will kill manager & server, even cop it self
> 
>
> Key: TS-1178
> URL: https://issues.apache.org/jira/browse/TS-1178
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Management
>Affects Versions: 3.1.4
> Environment: git master on RHEL6.1 x86_64
>Reporter: Zhao Yongming
>Assignee: Zhao Yongming
> Fix For: 3.1.4
>
>
> {code}
> [root@test58 trafficserver]# cat /tmp/traffic_cop.trace 
> <1333239680.> [DEBUG]: Entering init()
> <1333239680.> [DEBUG]: Entering init_signals()
> <1333239680.> [DEBUG]: Entering set_alarm_death()
> <1333239680.> [DEBUG]: Leaving set_alarm_death()
> <1333239680.> [DEBUG]: Leaving init_signals()
> <1333239680.> [DEBUG]: Entering init_config_dir()
> <1333239680.> [DEBUG]: Leaving init_config_dir()
> <1333239680.> [DEBUG]: Entering init_config_file()
> <1333239680.> [DEBUG]: Leaving init_config_file()
> <1333239680.> [DEBUG]: Entering init_lockfiles()
> <1333239680.> [DEBUG]: Leaving init_lockfiles()
> <1333239680.> [DEBUG]: Entering check_lockfile()
> <1333239680.> [unknown]: --- Cop Starting [Version: Apache Traffic Server 
> - traffic_cop - 3.1.4-unstable - (build # 310 on Apr  1 2012 at 00:34:30)] ---
> <1333239680.> [DEBUG]: Leaving check_lockfile()
> <1333239680.> [DEBUG]: Leaving init()
> <1333239680.> [DEBUG]: Entering check()
> <1333239680.> [DEBUG]: Entering check_no_run()
> <1333239680.> [DEBUG]: Entering transient_error(2, 500)
> <1333239680.> [DEBUG]: Leaving transient_error(2, 500) --> false
> <1333239680.> [DEBUG]: Leaving check_no_run() --> 0
> <1333239680.> [DEBUG]: Entering read_config()
> <1333239680.> [DEBUG]: Entering build_config_table(33932704)
> <1333239680.> [DEBUG]: Leaving build_config_table(33932704)
> <1333239680.> [DEBUG]: Entering process_syslog_config()
> <1333239680.> [DEBUG]: Leaving process_syslog_config()
> <1333239680.> [DEBUG]: Leaving read_config()
> <1333239680.> [DEBUG]: Entering check_programs()
> <1333239680.> [DEBUG]: Entering heartbeat_manager()
> <1333239680.> [WARNING]: (cli test) unable to retrieve manager_binary
> <1333239680.> [WARNING]: manager heartbeat [variable] failed [1]
> <1333239680.> [DEBUG]: Leaving heartbeat_manager() --> -1
> <1333239680.> [DEBUG]: Entering check_memory()
> <1333239680.> [DEBUG]: Leaving check_memory()
> <1333239680.> [DEBUG]: Entering millisleep(1)
> <1333239680.> [DEBUG]: Leaving millisleep(1)
> <1333239680.> [DEBUG]: Entering check_no_run()
> <1333239680.> [DEBUG]: Entering transient_error(2, 500)
> <1333239680.> [DEBUG]: Leaving transient_error(2, 500) --> false
> <1333239680.> [DEBUG]: Leaving check_no_run() --> 0
> <1333239680.> [DEBUG]: Entering read_config()
> <1333239680.> [DEBUG]: Entering check_programs()
> <1333239680.> [DEBUG]: Entering heartbeat_manager()
> <1333239680.> [DEBUG]: Entering milliseconds()
> <1333239680.> [DEBUG]: Leaving milliseconds()
> <1333239680.> [DEBUG]: Entering open_socket(8088, (null), (null))
> <1333239680.> [DEBUG]: Entering transient_error(115, 500)
> <1333239680.> [DEBUG]: Leaving transient_error(115, 500) --> false
> <1333239680.> [DEBUG]: Leaving open_socket(8088, 127.0.0.1, (null)) --> 8
> <1333239680.> [DEBUG]: Entering milliseconds()
> <1333239680.> [DEBUG]: Leaving milliseconds()
> <1333239680.> [DEBUG]: Entering milliseconds()
> <1333239680.> [DEBUG]: Leaving milliseconds()
> <1333239680.> [DEBUG]: Entering milliseconds()
> <1333239680.> [DEBUG]: Leaving milliseconds()
> <1333239680.> [WARNING]: (manager test) bad response value
> <1333239680.> [WARNING]: manager heartbeat [variable] failed [2]
> <1333239680.> [WARNING]: killing manager
> <1333239680.> [DEBUG]: Entering 
> safe_kill(/var/run/trafficserver/manager.lock, traffic_manager, 1)
> <1333239680.> [DEBUG]: Entering set_alarm_warn()
> <1333239680.> [DEBUG]: Leaving set_alarm_warn()
> <1333239680.> [DEBUG]: Entering set_alarm_death()
> <1333239680.> [DEBUG]: Leaving set_alarm_death()
> <1333239680.> [DEBUG]: Leaving 
> safe_kill(/var/run/trafficserver/manager.lock, traffic_manager, 1)
> <1333239680.> [DEBUG]: Leaving heartbeat_manager() --> -1
> <1333239680.> [DEBUG]: Entering check_memory()
> <1333239680.> [DEBUG]: Leaving check_memory()
> <1333

[jira] [Created] (TS-1178) cop will kill manager & server, even cop it self

2012-03-31 Thread Zhao Yongming (Created) (JIRA)
cop will kill manager & server, even cop it self


 Key: TS-1178
 URL: https://issues.apache.org/jira/browse/TS-1178
 Project: Traffic Server
  Issue Type: Bug
  Components: Management
Affects Versions: 3.1.4
 Environment: git master on RHEL6.1 x86_64
Reporter: Zhao Yongming
Assignee: Zhao Yongming
 Fix For: 3.1.4


{code}
[root@test58 trafficserver]# cat /tmp/traffic_cop.trace 
<1333239680.> [DEBUG]: Entering init()
<1333239680.> [DEBUG]: Entering init_signals()
<1333239680.> [DEBUG]: Entering set_alarm_death()
<1333239680.> [DEBUG]: Leaving set_alarm_death()
<1333239680.> [DEBUG]: Leaving init_signals()
<1333239680.> [DEBUG]: Entering init_config_dir()
<1333239680.> [DEBUG]: Leaving init_config_dir()
<1333239680.> [DEBUG]: Entering init_config_file()
<1333239680.> [DEBUG]: Leaving init_config_file()
<1333239680.> [DEBUG]: Entering init_lockfiles()
<1333239680.> [DEBUG]: Leaving init_lockfiles()
<1333239680.> [DEBUG]: Entering check_lockfile()
<1333239680.> [unknown]: --- Cop Starting [Version: Apache Traffic Server - 
traffic_cop - 3.1.4-unstable - (build # 310 on Apr  1 2012 at 00:34:30)] ---
<1333239680.> [DEBUG]: Leaving check_lockfile()
<1333239680.> [DEBUG]: Leaving init()
<1333239680.> [DEBUG]: Entering check()
<1333239680.> [DEBUG]: Entering check_no_run()
<1333239680.> [DEBUG]: Entering transient_error(2, 500)
<1333239680.> [DEBUG]: Leaving transient_error(2, 500) --> false
<1333239680.> [DEBUG]: Leaving check_no_run() --> 0
<1333239680.> [DEBUG]: Entering read_config()
<1333239680.> [DEBUG]: Entering build_config_table(33932704)
<1333239680.> [DEBUG]: Leaving build_config_table(33932704)
<1333239680.> [DEBUG]: Entering process_syslog_config()
<1333239680.> [DEBUG]: Leaving process_syslog_config()
<1333239680.> [DEBUG]: Leaving read_config()
<1333239680.> [DEBUG]: Entering check_programs()
<1333239680.> [DEBUG]: Entering heartbeat_manager()
<1333239680.> [WARNING]: (cli test) unable to retrieve manager_binary
<1333239680.> [WARNING]: manager heartbeat [variable] failed [1]
<1333239680.> [DEBUG]: Leaving heartbeat_manager() --> -1
<1333239680.> [DEBUG]: Entering check_memory()
<1333239680.> [DEBUG]: Leaving check_memory()
<1333239680.> [DEBUG]: Entering millisleep(1)
<1333239680.> [DEBUG]: Leaving millisleep(1)
<1333239680.> [DEBUG]: Entering check_no_run()
<1333239680.> [DEBUG]: Entering transient_error(2, 500)
<1333239680.> [DEBUG]: Leaving transient_error(2, 500) --> false
<1333239680.> [DEBUG]: Leaving check_no_run() --> 0
<1333239680.> [DEBUG]: Entering read_config()
<1333239680.> [DEBUG]: Entering check_programs()
<1333239680.> [DEBUG]: Entering heartbeat_manager()
<1333239680.> [DEBUG]: Entering milliseconds()
<1333239680.> [DEBUG]: Leaving milliseconds()
<1333239680.> [DEBUG]: Entering open_socket(8088, (null), (null))
<1333239680.> [DEBUG]: Entering transient_error(115, 500)
<1333239680.> [DEBUG]: Leaving transient_error(115, 500) --> false
<1333239680.> [DEBUG]: Leaving open_socket(8088, 127.0.0.1, (null)) --> 8
<1333239680.> [DEBUG]: Entering milliseconds()
<1333239680.> [DEBUG]: Leaving milliseconds()
<1333239680.> [DEBUG]: Entering milliseconds()
<1333239680.> [DEBUG]: Leaving milliseconds()
<1333239680.> [DEBUG]: Entering milliseconds()
<1333239680.> [DEBUG]: Leaving milliseconds()
<1333239680.> [WARNING]: (manager test) bad response value
<1333239680.> [WARNING]: manager heartbeat [variable] failed [2]
<1333239680.> [WARNING]: killing manager
<1333239680.> [DEBUG]: Entering 
safe_kill(/var/run/trafficserver/manager.lock, traffic_manager, 1)
<1333239680.> [DEBUG]: Entering set_alarm_warn()
<1333239680.> [DEBUG]: Leaving set_alarm_warn()
<1333239680.> [DEBUG]: Entering set_alarm_death()
<1333239680.> [DEBUG]: Leaving set_alarm_death()
<1333239680.> [DEBUG]: Leaving 
safe_kill(/var/run/trafficserver/manager.lock, traffic_manager, 1)
<1333239680.> [DEBUG]: Leaving heartbeat_manager() --> -1
<1333239680.> [DEBUG]: Entering check_memory()
<1333239680.> [DEBUG]: Leaving check_memory()
<1333239680.> [DEBUG]: Entering millisleep(1)
<1333239680.> [DEBUG]: Leaving millisleep(1)
<1333239680.> [DEBUG]: Entering check_no_run()
<1333239680.> [DEBUG]: Entering transient_error(2, 500)
<1333239680.> [DEBUG]: Leaving transient_error(2, 500) --> false
<1333239680.> [DEBUG]: Leaving check_no_run() --> 0
<1333239680.> [DEBUG]: Entering read_config()
<1333239680.> [DEBUG]: Entering check_programs()
<1333239680.> [WARNING]: traffic_manager not running, making sure 
traffic_server is dead
<1333239680.> [DEBUG]: Entering 
safe_kill(/var/run/

[jira] [Resolved] (TS-1017) Upgrade LogHost / LogSock to IPv6.

2012-03-31 Thread Alan M. Carroll (Resolved) (JIRA)

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

Alan M. Carroll resolved TS-1017.
-

Resolution: Fixed

Updated log collation to be IPv6 compliant.

commit d876163be2c2e576f177672cf7d7b60510e1f1e

> Upgrade LogHost / LogSock to IPv6.
> --
>
> Key: TS-1017
> URL: https://issues.apache.org/jira/browse/TS-1017
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Logging
>Affects Versions: 3.0.0
>Reporter: Alan M. Carroll
>Assignee: Alan M. Carroll
> Fix For: 3.1.4
>
>
> Remote logging should be able to work on IPv6.

--
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