You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/04/29 20:23:00 UTC

[jira] [Resolved] (HBASE-24274) `RESTApiClusterManager` attempts to deserialize response using serialization API

     [ https://issues.apache.org/jira/browse/HBASE-24274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk resolved HBASE-24274.
----------------------------------
    Fix Version/s: 2.2.5
                   2.3.0
                   3.0.0
       Resolution: Fixed

> `RESTApiClusterManager` attempts to deserialize response using serialization API
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-24274
>                 URL: https://issues.apache.org/jira/browse/HBASE-24274
>             Project: HBase
>          Issue Type: Bug
>          Components: integration tests
>    Affects Versions: 3.0.0, 2.3.0, 2.2.4
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 2.2.5
>
>
> I'm not sure if this class ever worked, or if Gson changed their API behavior and we never noticed. The fix is quite simple, to use the streaming {{JsonParser}} API instead of the higher-level object API. However, testing this means standing up a web service that mocks Cloudera Manager response bodies.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)