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

Kingsley Foreman commented on TS-1433:
--------------------------------------

Spoke too soon, looks like im hitting a bug

OTE: Traffic Server received Sig 11: Segmentation fault
/usr/bin/traffic_server - STACK TRACE: 
/lib/libpthread.so.0(+0xf8f0)[0x2acbe0c218f0]
/usr/bin/traffic_server(_ZN7CacheVC12openReadMainEiP5Event+0x365)[0x630855]
/usr/bin/traffic_server(_ZN7CacheVC8callcontEi+0x5c)[0x6355dc]
/usr/bin/traffic_server(_ZN7CacheVC21openReadStartEarliestEiP5Event+0x5cd)[0x63278d]
/usr/bin/traffic_server(_ZN7CacheVC14handleReadDoneEiP5Event+0x1dd)[0x61352d]
/usr/bin/traffic_server(_ZN19AIOCallbackInternal11io_completeEiPv+0x35)[0x6168f5]
/usr/bin/traffic_server(_ZN7EThread13process_eventEP5Eventi+0xb4)[0x67c824]
/usr/bin/traffic_server(_ZN7EThread7executeEv+0x5ab)[0x67d2ab]
/usr/bin/traffic_server[0x67aec2]
/lib/libpthread.so.0(+0x69ca)[0x2acbe0c189ca]
/lib/libc.so.6(clone+0x6d)[0x2acbe3266cdd]
[Sep  3 22:28:08.947] Manager {0x7f78e5fed720} FATAL: 
[LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
[Sep  3 22:28:08.947] Manager {0x7f78e5fed720} FATAL:  (last system error 104: 
Connection reset by peer)
[Sep  3 22:28:08.947] Manager {0x7f78e5fed720} NOTE: 
[LocalManager::mgmtShutdown] Executing shutdown request.
[Sep  3 22:28:08.947] Manager {0x7f78e5fed720} NOTE: 
[LocalManager::processShutdown] Executing process shutdown request.
[Sep  3 22:28:08.948] Manager {0x7f78e5fed720} ERROR: 
[LocalManager::sendMgmtMsgToProcesses] Error writing message
[Sep  3 22:28:08.948] Manager {0x7f78e5fed720} ERROR:  (last system error 32: 
Broken pipe)
[E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
                
> enable_read_while_writer not working in 3.2.0
> ---------------------------------------------
>
>                 Key: TS-1433
>                 URL: https://issues.apache.org/jira/browse/TS-1433
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cache
>    Affects Versions: 3.2.0
>         Environment: Ubuntu 10.04
>            Reporter: Kingsley Foreman
>         Attachments: ts-1433.try1.diff
>
>
> enable_read_while_writer is not currently working as it should
> with the settings
> CONFIG proxy.config.cache.enable_read_while_writer INT 1
> CONFIG proxy.config.cache.max_doc_size INT 0
> CONFIG proxy.config.http.background_fill_active_timeout INT 0
> CONFIG proxy.config.http.background_fill_completed_threshold FLOAT 0
> If I do
> wget http://127.0.0.1:8080/largefile.mpg g -O /dev/null
> and then on the same box 30 seconds later (while the first one is still going 
> I do)
> wget http://127.0.0.1:8080/largefile.mpg g -O /dev/null
> again
> The master server (after I kill them both) gets
> 012-09-03T10:49:32.007667+09:18 master1-adl6 nginx: 1.1.1.1 - - 
> [03/Sep/2012:10:49:32 +0930] "GET /largefile.mpg HTTP/1.1" 200 306253448 "-" 
> "Wget/1.12 (linux-gnu)" "-"
> 2012-09-03T10:49:32.879914+09:18 master1-adl6 nginx: 1.1.1.1 - - 
> [03/Sep/2012:10:49:32 +0930] "GET /largefile.mpg HTTP/1.1" 200 226717704 "-" 
> "Wget/1.12 (linux-gnu)" "-"

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

Reply via email to