You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/06/05 19:38:00 UTC

[jira] [Commented] (ATLAS-4759) Atlas Python client suppresses 503 error

    [ https://issues.apache.org/jira/browse/ATLAS-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729448#comment-17729448 ] 

ASF subversion and git services commented on ATLAS-4759:
--------------------------------------------------------

Commit b7849aeb78856f2f8e205c5e784cee84409cbc72 in atlas's branch refs/heads/master from Maxim Martynov
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b7849aeb7 ]

ATLAS-4759: Python client - do not suppress HTTP 503 (SERVICE_UNAVAILABLE)

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


> Atlas Python client suppresses 503 error
> ----------------------------------------
>
>                 Key: ATLAS-4759
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4759
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>    Affects Versions: 2.1.0
>            Reporter: Maxim Martynov
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently if Python client for Apache Atlas gets HTTP 503 error code, it always returns {{None}}:
> https://github.com/apache/atlas/blob/b19fba2ad96e3007af79d646ba17b6bd783d9156/intg/src/main/python/apache_atlas/client/base_client.py#L113-L116
> So if someone writes data to Atlas (e.g. update entity properties, save lineage info), there is no distinction if {{None}} is returned because it is supposed to do (e.g. 204 No content) or Atlas is not available.
> It is recommended to raise exception here.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)