Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unnecessary parts from the heartbeats #3646 #3647

Merged
merged 3 commits into from Jun 2, 2020

Conversation

tbeerman
Copy link
Contributor

remove unnecessary parts from the heartbeats #3646

Copy link
Member

@bari12 bari12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in general this is fine, but for the ATLAS deployment with int/prod we will have an issue that we will run on different partitions for a week, due to the renaming of all executables. For some of them which pull the argv in it is somewhat unavoidable, but for the others where we just renamed the executable this will happen as well.

@@ -58,7 +58,7 @@ def poller_latest(external_hosts, once=False, last_nhours=1, fts_wait=1800):
Main loop to check the status of a transfer primitive with a transfertool.
"""

executable = ' '.join(sys.argv)
executable = 'rucio-poller-latest'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to conveyor-poller-latest

@@ -114,7 +114,7 @@ def submitter(once=False, rses=None, mock=False,
logging.debug("Maximum time in queue for different activities: %s", max_time_in_queue)

activity_next_exe_time = defaultdict(time.time)
executable = sys.argv[0]
executable = "conveyor-transfer-submitter"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to conveyor-submitter

@bari12 bari12 merged commit 0d1ec63 into rucio:master Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants