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 <>
  • Cc: perfsonar-user <>, monipe-des <>
  • Subject: Re: [perfsonar-user] PSCHEDULER BUG: Pscheduler maximum limit amount of time to schedule a task
  • Date: Thu, 5 Dec 2019 18:46:16 +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=SwDfid6tuntwIBRq7JUNinxfSopFEtprHk3lJJtQYUI=; b=af3Fq2i02xumHrWyq2K54OKnbcelOuyBmUz+EgdKdGWHx6o28dZCeaV9J92WbmoHxXTEToKTkUZD/mLkiA1AMFiQyECoacpZeo2R41npemQJywAjlW3pI1gyoXSHsb2IzxgJYnQ/ydQKmHX0abb7utVIaxjpBXTkxFOAiN94SlPEkkpzbiJg4IBAoEz/PAiCWJTTJsdA3JQfrrogrXA92rftxCMlC40/gYYxExj0Dn+fGiAD6mY+ceheurumxEtcrwLKD01+IAAa8Wi1x5f90oPOmIZ/rCMS1wv9YFljLW16YrwfDw0bSD6ZLKHZd2i/dHWb8p9TI9sNBQCnF73ArA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=J3YjoE7ztnd6kfchl5EyrStpmpSU1YTgKDP0V8HeTfSbROdHvVQa7HH5sJ0fRDBy6Nn+gAOuM7lpr/xZgFO2QSFoxTP217dWbyX6sAuIYZlhkgmEioykjjMsL0xMwk2q1ZxSWJ/ZLdJYOzFYh04BcH69c9WcfLrl4bHw5U+8DMB6sXMncdnsdmSVgMitWhBHu208UfCb3/uGPTPTK6WtoLLXhKCMm07/oVh5cti77WdkVJctpHrnoJg1S8MPyuX26ayJBdgunw7xSf9qMmSwgij55t8uwxbqY3KfN9yoeeIq7qYvLUPmFgyqlPy6hz/FlVPT/n0PHhW7BsU+HqCjtA==

Murilo Vetter writes:

 

One thing that I was thinking about is that in our scenario, we are deleting file: /etc/pscheduler/limits.conf

The purpose of that was to bypass some limitations imposed by default restrictions.

 

Removing the limit configuration disables the limit system entirely and will allow any requester to do anything.  It would be better to adjust the existing configuration to allow the things that are being restricted.  Ivan posted a link to the docs, and there’s a seminar on our YouTube channel called Know Your Limits that might be helpful.

 

We would like to run long time period tests. In the past, we already run this kind of test invoking directly iperf3 tool.

Do you think could it interfere in anything?

 

If you’re running pScheduler on the same system, yes.  The throughput plugin tells pScheduler to give it exclusive use of the system (aside from background tasks) to avoid contention for network bandwidth and machine resources that can distort the results.  Running iperf3 behind pScheduler’s back subverts that.  Because the iperf3 plugin uses the default port, you may see run failures or other unexpected behavior if pScheduler tries to schedule a run at the same time.

 

pScheduler will be able to handle very long runs once the bug in ticket #945 has been resolved.

 

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page