LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
332 stars 157 forks source link

Delete of Bulk Export Job fails #3120

Open sagarsarvankar opened 2 years ago

sagarsarvankar commented 2 years ago

Describe the bug [DELETE] fails when called on bulk export data job.

Environment IBM FHIR 4.10.1

To Reproduce Steps to reproduce the behavior: method:[DELETE] uri:[https://fhirserver.justtest.in:9443/fhir-server/api/v4/$bulkdata-status?job=LqzauvqtHSmkpChVHo%2B1MQ]

Expected behavior Delete should be successful.

Additional context We are using IBM FHIR server with Inferno tool. There are different scenarios in it, and one among them is DELETE the bulk status job.

Please see attached logs. logs.zip

sagarsarvankar commented 2 years ago

Some comments are present at https://chat.fhir.org/#narrow/stream/212434-ibm/topic/Delete.20Job just in case you need some more information.

prb112 commented 2 years ago

Related #2713

Posted this directly in conversation: HI @Sagar Sarvankar basically your job is a STOPPING state with "batchStatus": "STOPPING",[\n]" it's looping over this status. When you run with trace.specification = *=fine you essentially bury the machine, and extend the amount of time it takes to process the batch job being stopped.

Could you retry with =info:- org.jboss.=FINE:io.openliberty.microprofile.=FINE:com.ibm.fhir.=FINE:javax.batch.=FINE:com.ibm.ws.jbatch.=FINE:com.ibm.ws.=INFO:com.ibm.jbatch.=FINE:com.ibm.ws.jbatch.rest.*=FINEST?

I also asked about OpenJDK 1.8 vs Adoptium/Semeru.