You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/22 14:13:00 UTC

[jira] [Work logged] (KNOX-1848) Log error when gateway.remote.alias.service.config.type is missing

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

ASF GitHub Bot logged work on KNOX-1848:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/May/19 14:12
            Start Date: 22/May/19 14:12
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on pull request #93: KNOX-1848 - Defaulting to 'zookeeper' as remote alias configuration type in case it is not set in gateway-site.xml
URL: https://github.com/apache/knox/pull/93
 
 
   ## What changes were proposed in this pull request?
   
   Make sure to default `gateway.remote.alias.service.config.type` to `zookeeper` in case it was not set in `gateway-site.xml`
   
   ## How was this patch tested?
   
   Running JUnit tests.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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

> Log error when gateway.remote.alias.service.config.type is missing
> ------------------------------------------------------------------
>
>                 Key: KNOX-1848
>                 URL: https://issues.apache.org/jira/browse/KNOX-1848
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Sandeep More
>            Assignee: Sandor Molnar
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It was observed during testing that the remote alias service is broken. Oddly there are no logs for this failure, Local testing with local ZK shows this exception in ZK
> {code:java}
> 27.0.0.1:54011
> 2019-04-04 10:56:36,444 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@368] - caught end of stream exception
> EndOfStreamException: Unable to read additional data from client sessionid 0x169e8cc26a60006, likely client has closed socket
> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
> 	at java.lang.Thread.run(Thread.java:748)
> 2019-04-04 10:56:36,444 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1044] - Closed socket connection for client /127.0.0.1:54011 which had sessionid 0x169e8cc26a60006
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)