You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/24 17:11:00 UTC

[jira] [Work logged] (BEAM-13731) FhirIO: Add support for BATCH bundle errors

     [ https://issues.apache.org/jira/browse/BEAM-13731?focusedWorklogId=713908&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-713908 ]

ASF GitHub Bot logged work on BEAM-13731:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jan/22 17:10
            Start Date: 24/Jan/22 17:10
    Worklog Time Spent: 10m 
      Work Description: msbukal commented on pull request #16586:
URL: https://github.com/apache/beam/pull/16586#issuecomment-1020336240


   Done, thanks :) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 713908)
    Remaining Estimate: 0h
            Time Spent: 10m

> FhirIO: Add support for BATCH bundle errors
> -------------------------------------------
>
>                 Key: BEAM-13731
>                 URL: https://issues.apache.org/jira/browse/BEAM-13731
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-healthcare
>            Reporter: Milena Bukal
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> BATCH bundles return a 200 status code even if entries fail, which results in us only incrementing the success counter and not the failure counters, even if all entries are failed to be written to the FHIR store. (Meanwhile, transaction bundles - which is all FhirIO has been tested with, return a non-20X HTTP response if _any_ of the entries don't succeed).
> Therefore, need to add parsing and metrics around this to be able to support bundles of type BATCH.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)