NSSAC / CINES

CINES project repository
Other
1 stars 0 forks source link

On resubmission of completed "generate_graph_visualization" method, new methods generated are failed. #213

Closed Rakesh-persistent closed 1 year ago

Rakesh-persistent commented 3 years ago

Hi Dustin,

For "generate_graph_visualization", we resubmitted few completed methods, but when we resubmit them, the methods are marked as failed. Below are the deatils

  1. Completed job id 85a47fba-dffe-4064-8942-f5eb58a4e7fe ( Failed job id - 4ca16ffc-1c3b-41e3-8b5f-1b800c21b663)
  2. Completed job id 34168e7c-7de1-4aff-a66a-f61dd1fc7293 ( Failed job id - 7cce06a0-547c-422f-ab17-5381dc51185d)

Please let us know if you need any more information.

dmachi commented 3 years ago

I believe the completed jobs were run yesterday before the fixes to contract and clustering. Yesterday contract/clustering was always enabled even if you disabled it in the UI. This was a bug. This was fixed yesterday and I deployed it late last night. So it is actually the original jobs that should have failed but didn’t. In the newer jobs, you can see the error is reported in stderr:

ValueError: If scaling by community traits is requested (i.e. comm_degree or comm_size), then,contract must also be true.

I think that’s what you are seeing here.

Dustin

Hi Dustin,

For "generate_graph_visualization", we resubmitted few completed methods, but when we resubmit them, the methods are marked as failed. Below are the deatils

Completed job id 85a47fba-dffe-4064-8942-f5eb58a4e7fe ( Failed job id - 4ca16ffc-1c3b-41e3-8b5f-1b800c21b663) Completed job id 34168e7c-7de1-4aff-a66a-f61dd1fc7293 ( Failed job id - 7cce06a0-547c-422f-ab17-5381dc51185d) Please let us know if you need any more information.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NSSAC/CINES/issues/213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABOQ3WZYUC6CAJQ3LCVLP3TTNGSNANCNFSM465XPL7Q.

dmachi commented 3 years ago

Please confirm and if successful close this ticket.