Hi Bryan,

See my  comments inline.

*             "How do I (as noted in the patch) get ves_app to generate 
messages for the guest, hypervisor, and node separately? Do I need to run 3 
instances of the ves_app?"
                You need to run only one instance of the ves_app (patched one) 
somewhere where ves_app will have an access to the Kafka server (e.g. on the 
host).

*             "Should I use the yaml files in the repo or the one (merged) that 
you provided Friday? I assume I should use the ones in the repo."
                You have to use new node.yaml from gerrit review (provided on 
Friday, 
https://gerrit.opnfv.org/gerrit/#/c/47427/1/3rd_party/collectd-ves-app/ves_app/node.yaml
 )


*         Also, you have to use collectd configuration files provided on Friday.

o   For collectd that is running on each guest machine VM, you have to use 
collectd-guest.conf (please make sure IP address of Kafka server is correct)

o   For collectd that is running on the host machine, you have to use 
collectd-host.conf (please make sure IP address of Kafka server is correct)

o   `csv` and `logfile` plugins are enabled in the configuration files and used 
for debug purposes.

The usage example of the `node.yaml` configuration:

[cid:image002.png@01D36232.636CFC10]

Thanks and Regards,
Volodymyr

From: SULLIVAN, BRYAN L (BRYAN L) [mailto:bryan.sulli...@research.att.com]
Sent: Monday, November 20, 2017 6:33 PM
To: Mytnyk, VolodymyrX <volodymyrx.myt...@intel.com>; Tahhan, Maryam 
<maryam.tah...@intel.com>
Cc: Mcmahon, Tony B <tony.b.mcma...@intel.com>; Power, Damien 
<damien.po...@intel.com>; GUPTA, ALOK <ag1...@att.com>; SINGARAJU, GOKUL 
<gs2...@att.com>; 'opnfv-tech-discuss@lists.opnfv.org' 
<opnfv-tech-discuss@lists.opnfv.org>
Subject: RE: [opnfv-tech-discuss] [barometer] ves_app.py exception when 
collecting from multiple collectd clients

Bringing it back to the list, and cc'ing Alok and Gokul as some of this relates 
to the overall VES design.

OK, ready to work on testing your patch. I can locally edit the ves-setup 
script to pull the patch when I clone barometer in the VES Agent (ves_app) 
container.

Quick questions first though:

  *   How do I (as noted in the patch) get ves_app to generate messages for the 
guest, hypervisor, and node separately? Do I need to run 3 instances of the 
ves_app?
  *   Should I use the yaml files in the repo or the one (merged) that you 
provided Friday? I assume I should use the ones in the repo.

Thanks,
Bryan Sullivan | AT&T

From: SULLIVAN, BRYAN L (BRYAN L)
Sent: Monday, November 20, 2017 5:36 AM
To: 'Mytnyk, VolodymyrX' 
<volodymyrx.myt...@intel.com<mailto:volodymyrx.myt...@intel.com>>; Tahhan, 
Maryam <maryam.tah...@intel.com<mailto:maryam.tah...@intel.com>>
Cc: Mcmahon, Tony B 
<tony.b.mcma...@intel.com<mailto:tony.b.mcma...@intel.com>>; Power, Damien 
<damien.po...@intel.com<mailto:damien.po...@intel.com>>
Subject: RE: [opnfv-tech-discuss] [barometer] ves_app.py exception when 
collecting from multiple collectd clients

I'm using Barometer master and guest mode based upon the discussions we had 
(not the merged yaml). Trying to keep it simple on my end so I can get the 
basic single node deployment completed. That's done now as of 
https://gerrit.opnfv.org/gerrit/#/c/47475/ so I can start looking at your 
recent changes. Deploying patches from other repos gets a little complicated as 
I clone Barometer in the scripts, and have to edit the script to include 
checkout of your patch. So I usually wait until changes from other repos have 
merged to test. But I'll see what I can do in the meantime.

Thanks,
Bryan Sullivan | AT&T

From: Mytnyk, VolodymyrX [mailto:volodymyrx.myt...@intel.com]
Sent: Monday, November 20, 2017 5:18 AM
To: SULLIVAN, BRYAN L (BRYAN L) 
<bryan.sulli...@research.att.com<mailto:bryan.sulli...@research.att.com>>; 
Tahhan, Maryam <maryam.tah...@intel.com<mailto:maryam.tah...@intel.com>>
Cc: Mcmahon, Tony B 
<tony.b.mcma...@intel.com<mailto:tony.b.mcma...@intel.com>>; Power, Damien 
<damien.po...@intel.com<mailto:damien.po...@intel.com>>
Subject: RE: [opnfv-tech-discuss] [barometer] ves_app.py exception when 
collecting from multiple collectd clients

Hi Bryan,

                Based on the logs you provided

AssertionError: Wrong SELECT condition, selected 4 metrics

looks like the latest changes of VES app is not used. E.g. the 
https://gerrit.opnfv.org/gerrit/#/c/47427/<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.opnfv.org_gerrit_-23_c_47427_&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=ML-JPRZQOfToJjMwlJLPlcWimAEwMA5DZGNIrk-cgy0&m=wvfRnqnK1lxmd6iX8-opA5DLkTYOTy2WAtC-81JI7qc&s=lsPEgr9kC5dQSvNnVsMfzKNuVv4E3ZmbaqThVx6NXYc&e=>
 patch is not applied.

1)      Are you sure that this patch is applied and node.yaml configuration is 
used by VES application?
2)      Are you using collectd configuration files ( guests/hosts) provided by 
me on Friday?

Thanks and Regards,
Volodymyr

From: SULLIVAN, BRYAN L (BRYAN L) [mailto:bryan.sulli...@research.att.com]
Sent: Monday, November 20, 2017 3:09 PM
To: Tahhan, Maryam <maryam.tah...@intel.com<mailto:maryam.tah...@intel.com>>
Cc: Mytnyk, VolodymyrX 
<volodymyrx.myt...@intel.com<mailto:volodymyrx.myt...@intel.com>>; Mcmahon, 
Tony B <tony.b.mcma...@intel.com<mailto:tony.b.mcma...@intel.com>>; Power, 
Damien <damien.po...@intel.com<mailto:damien.po...@intel.com>>
Subject: RE: [opnfv-tech-discuss] [barometer] ves_app.py exception when 
collecting from multiple collectd clients

If there's a better way to report issues, e.g. thru the github mirror, let me 
know. I do have a number of things to followup on from the testing.

Thanks,
Bryan Sullivan | AT&T

From: Tahhan, Maryam [mailto:maryam.tah...@intel.com]
Sent: Monday, November 20, 2017 5:06 AM
To: SULLIVAN, BRYAN L (BRYAN L) 
<bryan.sulli...@research.att.com<mailto:bryan.sulli...@research.att.com>>
Cc: Mytnyk, VolodymyrX 
<volodymyrx.myt...@intel.com<mailto:volodymyrx.myt...@intel.com>>; Mcmahon, 
Tony B <tony.b.mcma...@intel.com<mailto:tony.b.mcma...@intel.com>>; Power, 
Damien <damien.po...@intel.com<mailto:damien.po...@intel.com>>
Subject: RE: [opnfv-tech-discuss] [barometer] ves_app.py exception when 
collecting from multiple collectd clients

Hey Bryan
Thanks for the bug report. I've pinged Volodymyr on this, not sure if he 
follows the mailing list.

BR
Maryam

From: 
opnfv-tech-discuss-boun...@lists.opnfv.org<mailto:opnfv-tech-discuss-boun...@lists.opnfv.org>
 [mailto:opnfv-tech-discuss-boun...@lists.opnfv.org] On Behalf Of SULLIVAN, 
BRYAN L (BRYAN L)
Sent: Monday, November 20, 2017 4:39 AM
To: 'opnfv-tech-discuss@lists.opnfv.org' 
<opnfv-tech-discuss@lists.opnfv.org<mailto:opnfv-tech-discuss@lists.opnfv.org>>
Subject: [opnfv-tech-discuss] [barometer] ves_app.py exception when collecting 
from multiple collectd clients

Hi Barometer team,

The exception below came up when the ves_app began getting events from multiple 
collectd clients (one on each compute node). This occurs when there is a shared 
kafka server and a single ves_app instance which is getting the events from the 
multiple collectd clients. The exceptions started happening as soon as I 
activated the 2nd collectd client. The exception info "AssertionError: Wrong 
SELECT condition, selected 4 metrics" changed from "2 metrics" to "4 metrics" 
as I added the 2nd thru 4th collectd client, so I'm pretty sure the issue is 
related to there being more than one collectd client.

Let me know if you need more info.

Exception in thread Thread-130:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 1073, in run
    self.function(*self.args, **self.kwargs)
  File "/opt/ves/barometer/3rd_party/collectd-ves-app/ves_app/normalizer.py", 
line 561, in on_timer
    self.process_measurements()
  File "/opt/ves/barometer/3rd_party/collectd-ves-app/ves_app/normalizer.py", 
line 583, in process_measurements
    measurements = loader.get_data()
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 33, 
in get_data
    return self.construct_document(self.get_node())
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 48, 
in construct_document
    for dummy in generator:
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 398, 
in construct_yaml_map
    value = self.construct_mapping(node)
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 208, 
in construct_mapping
    return BaseConstructor.construct_mapping(self, node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 133, 
in construct_mapping
    value = self.construct_object(value_node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 88, 
in construct_object
    data = constructor(self, node)
  File "/opt/ves/barometer/3rd_party/collectd-ves-app/ves_app/normalizer.py", 
line 411, in from_yaml
    items.append(loader.construct_mapping(item))
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 208, 
in construct_mapping
    return BaseConstructor.construct_mapping(self, node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 133, 
in construct_mapping
    value = self.construct_object(value_node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 88, 
in construct_object
    data = constructor(self, node)
  File "/opt/ves/barometer/3rd_party/collectd-ves-app/ves_app/normalizer.py", 
line 350, in from_yaml
    'Wrong SELECT condition, selected {} metrics'.format(len(metrics))
AssertionError: Wrong SELECT condition, selected 4 metrics


Thanks,
Bryan Sullivan | AT&T

Attachment: image001.emz
Description: image001.emz

Attachment: oledata.mso
Description: oledata.mso

_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to