You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Shaneal Manek (Created) (JIRA)" <ji...@apache.org> on 2012/04/06 00:26:25 UTC

[jira] [Created] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Clearer warning message when connecting a non-secure HBase client to a secure HBase server
------------------------------------------------------------------------------------------

                 Key: HBASE-5735
                 URL: https://issues.apache.org/jira/browse/HBASE-5735
             Project: HBase
          Issue Type: Improvement
          Components: security
    Affects Versions: 0.92.1, 0.94.0
            Reporter: Shaneal Manek
            Priority: Trivial


When a connection from a non secure-rpc-engine
client is attempted the warning message you get is related to version
mismatch:

Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
header or version mismatch from 172.29.82.121:43849 got version 3
expected version 4

While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249409#comment-13249409 ] 

stack commented on HBASE-5735:
------------------------------

Committed to trunk, 0.92 and 0.94.  Thanks for the patch Shaneal.
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248056#comment-13248056 ] 

Hadoop QA commented on HBASE-5735:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521638/HBASE-5375-v2.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1424//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1424//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1424//console

This message is automatically generated.
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248766#comment-13248766 ] 

Hadoop QA commented on HBASE-5735:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521722/HBASE-5735-v3.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1438//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1438//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1438//console

This message is automatically generated.
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249477#comment-13249477 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-TRUNK-security #162 (See [https://builds.apache.org/job/HBase-TRUNK-security/162/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310914)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259513#comment-13259513 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-0.92-security #105 (See [https://builds.apache.org/job/HBase-0.92-security/105/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310916)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249451#comment-13249451 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-0.94 #98 (See [https://builds.apache.org/job/HBase-0.94/98/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310915)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Shaneal Manek (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248665#comment-13248665 ] 

Shaneal Manek commented on HBASE-5735:
--------------------------------------

Jon: Sounds reasonable. Uploaded a new patch that does so.
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Jonathan Hsieh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248537#comment-13248537 ] 

Jonathan Hsieh commented on HBASE-5735:
---------------------------------------

nit: Should we still include the server version as well?
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249444#comment-13249444 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-TRUNK #2727 (See [https://builds.apache.org/job/HBase-TRUNK/2727/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310914)

     Result = SUCCESS
stack : 
Files : 
* /hbase/trunk/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248027#comment-13248027 ] 

Hadoop QA commented on HBASE-5735:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521637/HBASE-5375.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.TestDrainingServer

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1421//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1421//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1421//console

This message is automatically generated.
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Shaneal Manek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaneal Manek updated HBASE-5735:
---------------------------------

    Attachment: HBASE-5375-v2.patch
    
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Shaneal Manek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaneal Manek updated HBASE-5735:
---------------------------------

    Attachment: HBASE-5375.patch
    
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253625#comment-13253625 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-0.94-security #9 (See [https://builds.apache.org/job/HBase-0.94-security/9/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310915)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Shaneal Manek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaneal Manek updated HBASE-5735:
---------------------------------

    Status: Patch Available  (was: Open)

Give a more specific error message if a current, but insecure, client is attempting to connect to a secure HBase server.

Several users have reported being confused by the more generic error message (thinking they were using old client JARs, etc).
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249463#comment-13249463 ] 

Hudson commented on HBASE-5735:
-------------------------------

Integrated in HBase-0.92 #362 (See [https://builds.apache.org/job/HBase-0.92/362/])
    HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310916)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java

                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-5735:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
                   0.92.2
         Assignee: Shaneal Manek
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)
    
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Assignee: Shaneal Manek
>            Priority: Trivial
>             Fix For: 0.92.2, 0.94.0
>
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server

Posted by "Shaneal Manek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaneal Manek updated HBASE-5735:
---------------------------------

    Attachment: HBASE-5735-v3.patch

Adds the server's version to the warning message when an insecure client is attempting to connect (per Jon's suggestion).
                
> Clearer warning message when connecting a non-secure HBase client to a secure HBase server
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-5735
>                 URL: https://issues.apache.org/jira/browse/HBASE-5735
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: Shaneal Manek
>            Priority: Trivial
>         Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch
>
>
> When a connection from a non secure-rpc-engine
> client is attempted the warning message you get is related to version
> mismatch:
> Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect
> header or version mismatch from 172.29.82.121:43849 got version 3
> expected version 4
> While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira