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

[jira] [Commented] (DRILL-8045) Fix storage export regression introduced by DRILL-8040

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

ASF GitHub Bot commented on DRILL-8045:
---------------------------------------

dzamo opened a new pull request #2376:
URL: https://github.com/apache/drill/pull/2376


   # [DRILL-8045](https://issues.apache.org/jira/browse/DRILL-8045): Fix storage export regression introduced by DRILL-8040
   
   ## Description
   
   Since DRILL-8040, attempts to export an individual storage config from the REST API fail with the following.
   
   ```
    ERROR o.g.j.m.i.WriterInterceptorExecutor - MessageBodyWriter not found for media type=application/json, type=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse, genericType=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.
   16:56:04.187 [qtp558821862-372] ERROR o.g.j.m.i.WriterInterceptorExecutor - MessageBodyWriter not found for media type=application/json, type=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse, genericType=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.
   ```
   
   ## Documentation
   N/A
   
   ## Testing
   Test individual storage config exports from the web UI.  Test serverMessage detail text when an storage config update request fails.
   


-- 
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: dev-unsubscribe@drill.apache.org

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


> Fix storage export regression introduced by DRILL-8040
> ------------------------------------------------------
>
>                 Key: DRILL-8045
>                 URL: https://issues.apache.org/jira/browse/DRILL-8045
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Web Server
>    Affects Versions: 1.20.0
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Since DRILL-8040, attempts to export a storage config fail with the following.
>  
> {code:java}
> ERROR o.g.j.m.i.WriterInterceptorExecutor - MessageBodyWriter not found for media type=application/json, type=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse, genericType=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.
> 16:56:04.187 [qtp558821862-372] ERROR o.g.j.m.i.WriterInterceptorExecutor - MessageBodyWriter not found for media type=application/json, type=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse, genericType=class org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.{code}
>  



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