Hi,
I am experimenting with balancer plugin and I was able run balancer with
'roundrobin' policy. Even I have created 'weighted roundrobin' and 'random'
policies and all were working fine.
But today when I am trying to run, I am getting '404 not found' or 'requested
resource not found in Accelerator' responses at the client.
This is the output of trafficserver with -T http option:
root@px206:/usr/local# bin/traffic_server -T http
traffic_server: using root directory '/usr/local'
[Apr 9 23:18:49.983] Server {0x7fc1f4fd2780} DEBUG:
<ProtocolProbeSessionAccept.cc:161 (mainEvent)> (http) probe needs data, read..
[Apr 9 23:18:49.984] Server {0x7fc1f4fd2780} DEBUG: <HttpSessionAccept.cc:60
(accept)> (http_seq) [HttpSessionAccept:mainEvent 0x7fc1e0017d20] accepted
connection from 10.0.101.7:59858 transport type = 1
[Apr 9 23:18:49.985] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:201
(new_connection)> (http_cs) [0] session born, netvc 0x7fc1e0017d20
[Apr 9 23:18:49.987] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:139
(new_transaction)> (http_cs) [0] Starting transaction 1 using sm [0]
[Apr 9 23:18:49.988] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:2551
(main_handler)> (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
[Apr 9 23:18:49.988] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:576
(state_read_client_request_header)> (http) [0]
[&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
[Apr 9 23:18:49.990] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:721
(state_read_client_request_header)> (http) [0] done parsing client request
header
[Apr 9 23:18:49.990] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:1069
(ModifyRequest)> (http_trans) START HttpTransact::ModifyRequest
[Apr 9 23:18:49.991] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:8344
(ink_cluster_time)> (http_trans) [ink_cluster_time] local: 1460261929,
highest_delta: 0, cluster: 1460261929
[Apr 9 23:18:49.992] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:1160
(ModifyRequest)> (http_trans) END HttpTransact::ModifyRequest
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:1162
(ModifyRequest)> (http_trans) Checking if transaction wants to upgrade
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:1169
(ModifyRequest)> (http_trans) Next action SM_ACTION_API_READ_REQUEST_HDR;
HttpTransact::StartRemapRequest
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6942
(call_transact_and_set_next_state)> (http) [0] State Transition:
SM_ACTION_UNDEFINED -> SM_ACTION_API_READ_REQUEST_HDR
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:696
(StartRemapRequest)> (http_trans) START HttpTransact::StartRemapRequest
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:737
(StartRemapRequest)> (http_trans) Before Remapping:
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) HTTP_HEADER 0x7fc1e7ffd888: [T: 3, L: 48, OBJFLAGS: 0]
[Apr 9 23:18:49.993] Server {0x7fc1f4fd2780} DEBUG: <HTTP.cc:577
(http_hdr_describe)> (http) [TYPE: REQ, V: 10001, URL: 0x7fc1e7ffdb08, METHOD:
"GET", METHOD_LEN: 3, FIELDS: 0x7fc1e7ffd8b8]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) URL 0x7fc1e7ffdb08: [T: 2, L: 112, OBJFLAGS: 0]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1557
(url_describe)> (http) [URLTYPE: 1, SWKSIDX: 99,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1559
(url_describe)> (http) SCHEME: "http", SCHEME_LEN: 4,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1561
(url_describe)> (http) USER: "", USER_LEN: 0,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1563
(url_describe)> (http) PASSWORD: "", PASSWORD_LEN: 0,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1565
(url_describe)> (http) HOST: "", HOST_LEN: 0,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1567
(url_describe)> (http) PORT: "", PORT_LEN: 0, PORT_NUM: 0
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1569
(url_describe)> (http) PATH: "index.html", PATH_LEN: 10,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1571
(url_describe)> (http) PARAMS: "", PARAMS_LEN: 0,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1573
(url_describe)> (http) QUERY: "", QUERY_LEN: 0,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1575
(url_describe)> (http) FRAGMENT: "", FRAGMENT_LEN: 0]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) MIME_HEADER 0x7fc1e7ffd8b8: [T: 4, L: 592, OBJFLAGS: 0]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2602
(mime_hdr_describe)> (http)
[PBITS: 0x0008000001000801, SLACC: 0xFFFFFFF1FFFFFFF3FFFFFFFFFFF0FFFF,
HEADBLK: 0x7fc1e7ffd8f8, TAILBLK: 0x7fc1e7ffd8f8]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2607
(mime_hdr_describe)> (http) [CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0,
T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) FIELD_BLOCK 0x7fc1e7ffd8f8: [T: 5, L: 528, OBJFLAGS: 0]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2622
(mime_field_block_describe)> (http) [FREETOP: 4, NEXTBLK: (nil)]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 0 (0x7fc1e7ffd908), LIVE
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "Wget/1.15 (linux-gnu)", V_LEN: 21,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 35, F: 1]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 1 (0x7fc1e7ffd928), LIVE
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Accept", N_LEN: 6, N_IDX: 4,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "*/*", V_LEN: 3,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 13, F: 1]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 2 (0x7fc1e7ffd948), LIVE
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Host", N_LEN: 4, N_IDX: 30,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "px206", V_LEN: 5,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 13, F: 1]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 3 (0x7fc1e7ffd968), LIVE
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Connection", N_LEN: 10, N_IDX: 12,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "Keep-Alive", V_LEN: 10,
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:749
(StartRemapRequest)> (http_trans) END HttpTransact::StartRemapRequest
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:750
(StartRemapRequest)> (http_trans) Next action SM_ACTION_API_PRE_REMAP;
HttpTransact::PerformRemap
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6942
(call_transact_and_set_next_state)> (http) [0] State Transition:
SM_ACTION_API_READ_REQUEST_HDR -> SM_ACTION_API_PRE_REMAP
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:756
(PerformRemap)> (http_trans) Inside PerformRemap
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:757
(PerformRemap)> (http_trans) Next action SM_ACTION_REMAP_REQUEST;
HttpTransact::EndRemapRequest
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6942
(call_transact_and_set_next_state)> (http) [0] State Transition:
SM_ACTION_API_PRE_REMAP -> SM_ACTION_REMAP_REQUEST
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:3919
(do_remap_request)> (http_seq) [HttpSM::do_remap_request] Remapping request
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:763
(EndRemapRequest)> (http_trans) START HttpTransact::EndRemapRequest
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:769
(EndRemapRequest)> (http_trans) EndRemapRequest host is px206
[Apr 9 23:18:49.994] Server {0x7fc1f4fd2780} DEBUG:
<HttpTransactHeaders.cc:629 (generate_and_set_squid_codes)> (http_trans) [Squid
code generation] Hit/Miss: 1, Log: u, Hier: 1
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG:
<HttpTransactHeaders.cc:979 (add_server_header_to_response)> (http_trans)
Adding Server: ATS/6.2.0
+++++++++ Proxy's Response 2 +++++++++
-- State Machine Id: 0
HTTP/1.1 404 Not Found on Accelerator
Date: Sun, 10 Apr 2016 04:18:49 GMT
Connection: keep-alive
Server: ATS/6.2.0
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:881
(EndRemapRequest)> (http_trans) After Remapping:
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) HTTP_HEADER 0x7fc1e7ffd888: [T: 3, L: 48, OBJFLAGS: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HTTP.cc:577
(http_hdr_describe)> (http) [TYPE: REQ, V: 10001, URL: 0x7fc1e7ffdb08, METHOD:
"GET", METHOD_LEN: 3, FIELDS: 0x7fc1e7ffd8b8]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) URL 0x7fc1e7ffdb08: [T: 2, L: 112, OBJFLAGS: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1557
(url_describe)> (http) [URLTYPE: 1, SWKSIDX: 99,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1559
(url_describe)> (http) SCHEME: "http", SCHEME_LEN: 4,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1561
(url_describe)> (http) USER: "", USER_LEN: 0,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1563
(url_describe)> (http) PASSWORD: "", PASSWORD_LEN: 0,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1565
(url_describe)> (http) HOST: "", HOST_LEN: 0,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1567
(url_describe)> (http) PORT: "", PORT_LEN: 0, PORT_NUM: 0
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1569
(url_describe)> (http) PATH: "index.html", PATH_LEN: 10,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1571
(url_describe)> (http) PARAMS: "", PARAMS_LEN: 0,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1573
(url_describe)> (http) QUERY: "", QUERY_LEN: 0,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <URL.cc:1575
(url_describe)> (http) FRAGMENT: "", FRAGMENT_LEN: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) MIME_HEADER 0x7fc1e7ffd8b8: [T: 4, L: 592, OBJFLAGS: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2602
(mime_hdr_describe)> (http)
[PBITS: 0x0008000001000801, SLACC: 0xFFFFFFF1FFFFFFF3FFFFFFFFFFF0FFFF,
HEADBLK: 0x7fc1e7ffd8f8, TAILBLK: 0x7fc1e7ffd8f8]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2607
(mime_hdr_describe)> (http) [CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0,
T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HdrHeap.cc:57
(obj_describe)> (http) FIELD_BLOCK 0x7fc1e7ffd8f8: [T: 5, L: 528, OBJFLAGS: 0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2622
(mime_field_block_describe)> (http) [FREETOP: 4, NEXTBLK: (nil)]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 0 (0x7fc1e7ffd908), LIVE
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "Wget/1.15 (linux-gnu)", V_LEN: 21,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 35, F: 1]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 1 (0x7fc1e7ffd928), LIVE
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Accept", N_LEN: 6, N_IDX: 4,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "*/*", V_LEN: 3,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 13, F: 1]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 2 (0x7fc1e7ffd948), LIVE
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Host", N_LEN: 4, N_IDX: 30,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "px206", V_LEN: 5,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 13, F: 1]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2626
(mime_field_block_describe)> (http) SLOT # 3 (0x7fc1e7ffd968), LIVE
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2635
(mime_field_block_describe)> (http) [N: "Connection", N_LEN: 10, N_IDX: 12,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2636
(mime_field_block_describe)> (http) V: "Keep-Alive", V_LEN: 10,
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2638
(mime_field_block_describe)> (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <MIME.cc:2641
(mime_field_block_describe)> (http)
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:894
(EndRemapRequest)> (http_trans) END HttpTransact::EndRemapRequest
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTransact.cc:896
(EndRemapRequest)> (http_trans) Next action SM_ACTION_SEND_ERROR_CACHE_NOOP;
__null
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6942
(call_transact_and_set_next_state)> (http) [0] State Transition:
SM_ACTION_REMAP_REQUEST -> SM_ACTION_SEND_ERROR_CACHE_NOOP
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:1669
(deallocate_redirect_postdata_buffers)> (http_redirect)
[HttpTunnel::deallocate_postdata_copy_buffers]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:629
(add_producer)> (http_tunnel) [0] adding producer 'internal msg'
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:684
(add_consumer)> (http_tunnel) [0] adding consumer 'user agent'
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:730
(tunnel_run)> (http_tunnel) tunnel_run started, p_arg is provided
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:244
(do_io_write)> (http_cs) tcp_init_cwnd_set 0
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:257
(set_tcp_init_cwnd)> (http_cs) desired TCP congestion window is 0
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:1306
(consumer_handler)> (http_tunnel) [0] consumer_handler [user agent
VC_EVENT_WRITE_COMPLETE]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:3112
(tunnel_handler_ua)> (http) [0] [&HttpSM::tunnel_handler_ua,
VC_EVENT_WRITE_COMPLETE]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:506
(release)> (http_cs) [0] session released by sm [0]
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:244
(do_io_write)> (http_cs) tcp_init_cwnd_set 1
[Apr 9 23:18:49.995] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:535
(release)> (http_cs) [0] initiating io for next header
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:2551
(main_handler)> (http) [0] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:2804
(tunnel_handler)> (http) [0] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:1669
(deallocate_redirect_postdata_buffers)> (http_redirect)
[HttpTunnel::deallocate_postdata_copy_buffers]
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpTunnel.cc:1669
(deallocate_redirect_postdata_buffers)> (http_redirect)
[HttpTunnel::deallocate_postdata_copy_buffers]
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6661
(kill_this)> (http_seq) [HttpSM::update_stats] Logging transaction
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpSM.cc:6688
(kill_this)> (http) [0] deallocating sm
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:417
(state_keep_alive)> (http_cs) [0] [&HttpClientSession::state_keep_alive,
VC_EVENT_EOS]
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:333
(do_io_close)> (http_cs) [0] session closed
[Apr 9 23:18:49.996] Server {0x7fc1f4fd2780} DEBUG: <HttpClientSession.cc:73
(destroy)> (http_cs) [0] session destroy
Even I pulled from GIT and reinstalled with --enable-experimental-plugins
configuration.
But I am getting the same error. The traffic server often stop working.
Even normal remapping also not working.
May I please know the reason for the error.
Thanks
Gandhimathi