[ https://issues.apache.org/jira/browse/AIRAVATA-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243190#comment-17243190 ]
Marcus Christie commented on AIRAVATA-3372: ------------------------------------------- [~dimuthuupe], Looks like we're still seeing this problem: {noformat} MariaDB [experiment_catalog]> select TASK_ID, count(*) as c from TASK_STATUS group by TASK_ID order by c desc limit 10; +-------------------------------------------+-------+ | TASK_ID | c | +-------------------------------------------+-------+ | TASK_b04380ed-20f3-43fe-b4bb-a547e0495ada | 94166 | | TASK_37d55008-de52-4495-a00c-28ac8064de15 | 67536 | | TASK_c6c65db0-b4a9-4c45-bc55-d5c5612f3761 | 55326 | | TASK_afffce18-8748-4966-8261-2ad44a4e9795 | 3622 | | TASK_e81cfa98-20da-425e-980f-4e8ed32b13f8 | 1189 | | TASK_50311ea4-a736-4fa0-8069-6a807d95ab6f | 455 | | TASK_109a8aac-3b44-42b6-a28c-a174f2f6b0a2 | 318 | | TASK_198b34e5-9bcb-443c-8b0b-69311c0c4cb0 | 139 | | TASK_17d59de2-db70-470f-8020-7adda9104784 | 127 | | TASK_4eac04f9-b039-497c-8bbb-aa1448ba462b | 123 | +-------------------------------------------+-------+ {noformat} The most recent one, TASK_b04380ed-20f3-43fe-b4bb-a547e0495ada, it's TASK_STATUS records stop accumulating right around the time you redeployed Helix, at 12-03-20 01:16. {code:sql} SELECT t0.STATUS_ID, t0.TASK_ID, t0.REASON, t0.STATE, t0.TIME_OF_STATE_CHANGE FROM TASK_STATUS t0 WHERE t0.TASK_ID = 'TASK_b04380ed-20f3-43fe-b4bb-a547e0495ada' ORDER BY t0.TIME_OF_STATE_CHANGE ASC; {code} > BUG: Saved experiment cannot be edited and launch > ------------------------------------------------- > > Key: AIRAVATA-3372 > URL: https://issues.apache.org/jira/browse/AIRAVATA-3372 > Project: Airavata > Issue Type: Sub-task > Components: Airavata API, Django Portal > Affects Versions: 0.19 > Environment: https://seagrid.org/ > Reporter: Eroma > Assignee: Marcus Christie > Priority: Major > Fix For: 0.19 > > > # Create an experiment and save for later launch > # Select the above experiment edit, and change the wall time and launch. > # Error message in Django - *"An error occurred while processing your > request. The gateway administrator has been notified of this error."* > # In the mailed error report the folowing > timeout > The read operation timed out > Django Version: 1.11.29 > Exception Type: timeout > Exception Value: > The read operation timed out > Exception Location: /usr/lib64/python3.6/ssl.py in read, line 589 > Python Executable: /var/www/portals/django-seagrid/venv/bin/python > Python Version: 3.6.8 > Python Path: > ['/usr/lib64/python36.zip', > '/usr/lib64/python3.6', > '/usr/lib64/python3.6/lib-dynload', > '/var/www/portals/django-seagrid/venv/lib64/python3.6/site-packages', > '/var/www/portals/django-seagrid/airavata-django-portal', > '/var/www/portals/django-seagrid/venv/lib/python3.6/site-packages', > > '/var/www/portals/django-seagrid/venv/lib64/python3.6/site-packages/IPython/extensions'] -- This message was sent by Atlassian Jira (v8.3.4#803005)