[
https://issues.apache.org/jira/browse/TS-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751106#comment-13751106
]
Yunkai Zhang commented on TS-2161:
----------------------------------
And I would suggest to use "git format-patch" to generate patch, which could
pack commit log into the patch file, for example:
{code}
[[email protected] trafficserver]$ git log
commit 226f78d6c1c7d3aca464145b08ff13d938f45dd6
Author: Yunkai Zhang <[email protected]>
Date: Mon Aug 26 14:56:25 2013 +0800
TS-2145: Add metrics for log collation
Without accurate stats, we don't known whether the log is lost.
This patch is used to verify:
1) At log client side, how many logs genterated from HttpSM, how many
logs sent to LogServer.
2) At log server side, how many logs received from LogClient, how many
logs written to LogServers's disk.
Signed-off-by: Yunkai Zhang <[email protected]>
...
[[email protected] trafficserver]$ git format-patch HEAD^
0001-TS-2145-Add-metrics-for-log-collation.patch
{code}
And then, send the patch file generated by git to here.
> TSHttpTxnHookAdd memory Leak
> ----------------------------
>
> Key: TS-2161
> URL: https://issues.apache.org/jira/browse/TS-2161
> Project: Traffic Server
> Issue Type: Bug
> Affects Versions: 3.3.5
> Reporter: bettydramit
> Priority: Critical
> Attachments: api.patch
>
>
> TSHttpTxnHookAdd memory Leak
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira