You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2010/10/24 11:47:19 UTC

[jira] Commented: (TS-390) Make V2 stats system build configurable

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

Zhao Yongming commented on TS-390:
----------------------------------

I have the following Fatal assert when setting up cluster on V2.1.3 and trunk. this should be introduced by this change.

[Oct 24 17:42:00.806] Manager {1134332224} ERROR:  (last system error 2: No such file or directory)
[Oct 24 17:42:01.795] Manager {1123842368} NOTE: adding node 119.42.225.82 to the cluster
FATAL: WebOverview.cc:358: failed assert `order < node_rec_data.num_recs`
Traffic Server - STACK TRACE: 
/usr/local/bin/traffic_manager(ink_fatal+0x86)[0x50a456]
/usr/local/bin/traffic_manager(_ink_assert+0x81)[0x509161]
/usr/local/bin/traffic_manager(_ZN14overviewRecord10readStringEPKcPb+0xca)[0x45fc6a]
/usr/local/bin/traffic_manager(_ZN14overviewRecordC1EmbP18_cluster_peer_info+0x50)[0x4604e0]
/usr/local/bin/traffic_manager(_ZN12overviewPage9addRecordEP18_cluster_peer_info+0x2d)[0x46074d]
/usr/local/bin/traffic_manager(_ZN12overviewPage15checkForUpdatesEv+0xeb)[0x46182b]
/usr/local/bin/traffic_manager(main+0x9b2)[0x447502]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x2b0eed6b6994]
/usr/local/bin/traffic_manager(__gxx_personality_v0+0x2b1)[0x4348d9]


> Make V2 stats system build configurable
> ---------------------------------------
>
>                 Key: TS-390
>                 URL: https://issues.apache.org/jira/browse/TS-390
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: TS_390.diff
>
>
> I'd like to suggest that until the V2 stats are properly integrated, or the old InkAPI stats system is fixed, that we make the V2 stats system ./configure time enabled. E.g.
>     ./configure --with_statsv2
> The problem I'm having with the V2 stats is that they a) Don't integrate with the existing CLI, b) runs its own thread and TCP listen port  and c) does not integrate with any of the old (existing) features and subsystems around stats, for things like stats aggregation and the XML configurable stats.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.