bcgov / ols-router

BC Advanced Route Planner
https://bcgov.github.io/ols-router/
Apache License 2.0
23 stars 11 forks source link

ACDF application becomes unresponsive when trying to evaluate proposed diagnostic facility locations #277

Closed mraross closed 3 years ago

mraross commented 4 years ago

The symptom is that they have been intermittently unable to run proximity reports to determine matching facilities.

The Advisory Commission on Diagnostic Facilities (ACDF) application is up but if they try to Create a new Applicant in the system all appears well and when that completes and they choose to run the report, it fails (spins until they give up). Similarly, if they try to search based on a specific address, it spins until they give up.

The impact is that they cannot fulfill their mandate to process applications in a timely manner and get ready for their next meeting of the Medical Services Commission which looks like June 17, 2020.

They have been reporting intermittent issues since late March.

If you want to talk to them, please contact Woody Turnquist, the Director who has been involved from the start. (Mrs.) Robin Henneberry is a key business user in his group. PHSA also has a small group of users since last summer and they also reported issues. They do the same searches just for different service codes within the application (e.g. Xray and Ultrasound is Min of Health versus Lab Medicine and Specimen Collection which is PHSA).

ACDF is implemented in Java using IMF 2.0

mraross commented 4 years ago

ACDF application issue is due to the following:

Single-edge infinite loop https://github.com/bcgov/ols-router/issues/273

and fixed in v2.1.3

mraross commented 4 years ago

Verified in production using test case in https://github.com/bcgov/ols-router/issues/273