You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Pradeep Agrawal (Jira)" <ji...@apache.org> on 2020/07/06 10:33:00 UTC

[jira] [Resolved] (RANGER-2877) ElasticSearch-Plugin throws NullPointException when the type of request is 'PutMappingRequest'

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

Pradeep Agrawal resolved RANGER-2877.
-------------------------------------
    Fix Version/s: 2.1.0
       Resolution: Fixed

[https://github.com/apache/ranger/commit/4160ebfc7cb1db642e8ba7fdbaa72142978e764b]

> ElasticSearch-Plugin throws NullPointException when the type of request is 'PutMappingRequest'
> ----------------------------------------------------------------------------------------------
>
>                 Key: RANGER-2877
>                 URL: https://issues.apache.org/jira/browse/RANGER-2877
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 2.0.0
>            Reporter: rujia
>            Priority: Major
>             Fix For: 2.1.0
>
>         Attachments: 0001-ElasticSearch-plugin-NullPointException-fix.patch, ES Processing logic.png, NullPointException.png
>
>
> *request*: curl -XPUT --tlsv1.2 --negotiate -k -u : '[https://xxxxx:xxx/graphbase0624_age_index1/_mapping/age_index1?include_type_name=true&pretty'|https://10.244.224.123:24100/graphbase0624_age_index1/_mapping/age_index1?include_type_name=true&pretty%27] -H 'Content-Type:application/json' -d '\{"mapping":{"properties":{"age":"text"}}}'  
> then ES will print NullPointException in it's log file, and the request will fail



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