[jira] [Created] (TS-5002) No core files created at crash

2016-10-26 Thread Roee Gil (JIRA)
Roee Gil created TS-5002:


 Summary: No core files created at crash
 Key: TS-5002
 URL: https://issues.apache.org/jira/browse/TS-5002
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Roee Gil


When trying to enable core dump creation on ATS 5.3.2 the crash log is written 
to traffic.out, but no matter what change is done in record.config, or in the 
sysctl the core file it self is not created.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TS-2496) Null transform plugin set 50% bandwidth capcability

2014-01-15 Thread Roee Gil (JIRA)
Roee Gil created TS-2496:


 Summary: Null transform plugin set 50% bandwidth capcability
 Key: TS-2496
 URL: https://issues.apache.org/jira/browse/TS-2496
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins
Reporter: Roee Gil


When using null transform example (as is), I get bandwidth capacity reduced to 
half and worst.

testing the connection speed at: http://www.speedtest.net/




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


[jira] [Updated] (TS-2496) Null transform plugin set 50% bandwidth capcability

2014-01-15 Thread Roee Gil (JIRA)

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

Roee Gil updated TS-2496:
-

Attachment: speedTestWithTransform.png
speedTestNoTransform.png

2 tests:

1. ATS with null transform plugin
2. ATS without any plugin

 Null transform plugin set 50% bandwidth capcability
 ---

 Key: TS-2496
 URL: https://issues.apache.org/jira/browse/TS-2496
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins
Reporter: Roee Gil
 Attachments: speedTestNoTransform.png, speedTestWithTransform.png


 When using null transform example (as is), I get bandwidth capacity reduced 
 to half and worst.
 testing the connection speed at: http://www.speedtest.net/



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


[jira] [Commented] (TS-2411) TS Http byte get functions does not return the true number, for server response body byte get

2014-01-12 Thread Roee Gil (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13869025#comment-13869025
 ] 

Roee Gil commented on TS-2411:
--

some more information for this case:

when transform null or buffered is made, ATS reply to client URL with missing 
content length header.
this is not constant matter, most case ATS really drop the content header, but 
in some case the header is still there when sending URL back to client  

 TS Http byte get functions does not return the true number, for server 
 response body byte get
 -

 Key: TS-2411
 URL: https://issues.apache.org/jira/browse/TS-2411
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Reporter: Roee Gil
Assignee: Brian Geffon
 Fix For: 4.2.0


 When using the example of null-transform, adding TS_EVENT_HTTP_TXN_CLOSE to 
 hooks, and counting byte number, I get:
 // server - proxy
 TSHttpTxnServerRespHdrBytesGet(txnDB);
 TSHttpTxnServerRespBodyBytesGet(txnDB);
 // proxy - client
 TSHttpTxnClientRespHdrBytesGet(txnDB);
 TSHttpTxnClientRespBodyBytesGet(txnDB);
 1. server side response body = 0
 2. client side response body = (payload size)
 when inspecting this issue, it seems that VConnection is downloading the 
 content but, this does not count in server response byte get



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


[jira] [Created] (TS-2411) TS Http byte get functions does not return the true number, for server response body byte get

2013-12-01 Thread Roee Gil (JIRA)
Roee Gil created TS-2411:


 Summary: TS Http byte get functions does not return the true 
number, for server response body byte get
 Key: TS-2411
 URL: https://issues.apache.org/jira/browse/TS-2411
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Reporter: Roee Gil


When using the example of null-transform, adding TS_EVENT_HTTP_TXN_CLOSE to 
hooks, and counting byte number, I get:

// server - proxy
TSHttpTxnServerRespHdrBytesGet(txnDB);
TSHttpTxnServerRespBodyBytesGet(txnDB);

// proxy - client
TSHttpTxnClientRespHdrBytesGet(txnDB);
TSHttpTxnClientRespBodyBytesGet(txnDB);

1. server side response body = 0
2. client side response body = (payload size)

when inspecting this issue, it seems that VConnection is downloading the 
content but, this does not count in server response byte get



--
This message was sent by Atlassian JIRA
(v6.1#6144)