Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Modest sized grid has agent failure to archive once or twice a day

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Modest sized grid has agent failure to archive once or twice a day


Chronological Thread 
  • From: Phil Reese <>
  • To: "Garnizov, Ivan" <>, "" <>
  • Subject: Re: [perfsonar-user] Modest sized grid has agent failure to archive once or twice a day
  • Date: Mon, 28 Oct 2019 19:31:34 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stanford.edu; dmarc=pass action=none header.from=stanford.edu; dkim=pass header.d=stanford.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=hC7f8tbtoMIslU2yPRLXTz0xlp1x/K2eMEGabfTagGc=; b=auvWkHoIZuIMBcRjfckZnOKWk0waF2BUQHeurKXQW3j5Wd5fq9yoPYJPX3pGQb6VUMmkFewGcTEyS/Nk2Oo1s9wYhbV+DJIlcT3s8lBxzx5ZV2DLWyw+fkcp5qUXUS4r30KQvTAkAEBL47CcYhEtl406BR2Ab9/bFFi7tbNbbGuDku1GiCOsF7Q+0QJUZ76BU1xaNPQIPyEo3wmnH1+4KeeVswHQ4/J03KndjEBJ/FpWjwtGE79BgibwDXNiU+SW++9LOELr4J1bpxBceFwSt7hXfqQJzL1S927DM8hu9HueAOPofdmsBkJctPSy+gdTqdWUGCfK6dOmLcIO0tbpYA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ktYwEPReCDlXaa9vS+Kre0YPM+QwMROzs9qjkjAFNhLo4iZFkE/JLeDeFkxTNuOr2jZSsLwWpu8mqg+rYnQLPSBdZPu83unJtJFtf/CA2xqGZsXDbmHKlvlAwJylEn0AiyttpSp/w24MgiqhOssiAK1MKVKnF4wwqHrVuzmQeY6cqhiilEEYCVeeI6ma7aeFLMm4Vz4/88hJpT4OGxcL+9S0tH2RL9hnHJCQ/bgiWRPgljcyM+GUK8tiAbgP9JqfxTqBaITi3zlkymZmMBBPzdPrYUK38URHeGB0GbOre3iD6H7KbLZSFhLNxqHuxEHLUbRsYeuj0Pgbpm8zMXk9Yg==

Hi Ivan,

I think this is in the correct direction but it hasn't solved the issue yet.

I first changed the retry policy to a much simpler:
{ "attempts": 2,  "wait": "PT120S" }

Still had archiver problems.

Then I removed the 'retry-policy' all together.

Still had archiver problems.

I've now totally removed the second archive destination altogether, waiting for results now.

Note, I've been focused on the MaDDash part of the project, so I didn't pay too much attention to my colleague who wanted the PS data in order to graph it with Grafana.  Together we looked at the perfSONAR docs for archiver options.  The RabbitMQ section (http://docs.perfsonar.net/pscheduler_ref_archivers.html)  offered the stanza we used, including the retry-policy, which does seem too aggressive.

Phil



From: Garnizov, Ivan <>
Sent: Friday, October 25, 2019 6:28 AM
To: Phil Reese <>; <>
Subject: AW: AW: [perfsonar-user] Modest sized grid has agent failure to archive once or twice a day
 

Hello Phil,

 

Thanks for the info.

It appears your mesh configuration for the archival of data is causing you troubles.

      "archiver_data": {

        "retry-policy": [

          {

            "attempts": 5,

            "wait": "PT1S"

          },

          {

            "attempts": 5,

            "wait": "PT3S"

          }

        ],

 





Archive powered by MHonArc 2.6.19.

Top of Page