Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] PSCHEDULER BUG: Pscheduler maximum limit amount of time to schedule a task

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] PSCHEDULER BUG: Pscheduler maximum limit amount of time to schedule a task


Chronological Thread 
  • From: Mark Feit <>
  • To: Murilo Vetter <>, perfsonar-user <>, monipe-des <>
  • Subject: Re: [perfsonar-user] PSCHEDULER BUG: Pscheduler maximum limit amount of time to schedule a task
  • Date: Wed, 27 Nov 2019 19:11:48 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.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=mJ2MsmmhSVdOjnMmkLHr2dokYxRsN3ZzznAUrTiZvLk=; b=mNUJOA1nkrnFL3K0Kghs+SNwWNuOIU5iJxI1QCMF8tqb84E1gz/uIwycq0G8JqCuhd9Zp8V2yT1d7Khmmt0xz7FmDCPZMQz7Ax20ZRmSK+lgANJ6P1l+nLHuHgEnaBam0jBGbf8XaxlkuDn3nQOzbyyRdIN0/m/vuBcs8atgB3cteXjQu4HzgHhyCfHmh5hnYp9gSXWQzWiQR5o1jdDbtWNR30O6Y4yqvOaqWi3bfk48kUW+pbuinQGC1lze3hK4UX9Mk5O2O8pTtUvnr9Dn91x9Y/ZhOHp14RhZVTIWSqMdNGs4Zx0jw7qtttm1+2qmVv5DHG++0ZDAfpEisquugA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=asaExelEWgrJ9pASkovFMiaYqAK4IJ+MeQ6UYmzLCkxSFpHp2gX7RXBP4FCOscE8VW0/CQmdazWW1Jf5JnmFxUkMnbTvUx3vX4ANsFcHHak51o6c40TuTfpU4ILCSMzhTsYZoietaRyCo0gFYbOadAt2pyCV2gTqpwV1EpJQ5lZZGoRVJmvEBdzLy+GXQCZ9M6oX9BB8VgWSswCHYULTVb8aF5Cifr11VRYsQpgVhwNNrGb8ImByca9ewqLt7s9PJi4bDNVZpsf5nkEv9Qzd2dB9KbIqwFIS4hdnzxEcFljTiekDNjtV5xA780KYzlfUQAplX/yszgtzlWBhoQmPtg==

(Sorry for the delay in responding; I was tied up with SC and brought back a cold.)

 

Murilo Vetter writes:

 

When trying to schedule a long period test (like 1 day = 86400 sec), it is failing to schedule.

The maximum amount of time that it passes is 86090 seconds, missing 310 seconds.

Is there some reason to occur this?

 

IT IS WORKING:

pscheduler task throughput -s 10.39.2.2 -d 10.39.2.6 -u -t 86090 -b 100m -l 1472

...

Starts 2019-11-21T07:13:46-05 (~7 seconds)

Ends   2019-11-22T07:08:45-05 (~86098 seconds)

 

IT IS NOT WORKING:

pscheduler task throughput -s 10.39.2.2 -d 10.39.2.6 -u -t 86091 -b 100m -l 1472

...

No runs scheduled for this task.

 

This is indeed a bug, and I’ve opened a ticket on it:  https://github.com/perfsonar/pscheduler/issues/945.  It should be easy to fix and will be corrected in the next bugfix release.

 

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page