You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/06 01:27:52 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1076: Determine why thrift threaded selector server fails.

ctubbsii commented on issue #1076: Determine why thrift threaded selector server fails.
URL: https://github.com/apache/accumulo/issues/1076#issuecomment-480463088
 
 
   When I ran the ITs with the change, I saw that a lot of things failed due to a `AccumuloSecurityException` with a code of `DEFAULT_SECURITY_ERROR`. There's only a few places in our code where we use that... but on the other hand, its enum value is 0, the default value for a primitive integer... so it's possible some failure modes could set it to 0 when it should be something else.
   
   One possibility is that the SASL parameters on the server type are not `null` when we expect them to be for the non-Kerberos mode. That's one situation that is directly related to the Thrift RPC layer where we use `DEFAULT_SECURITY_ERROR` code.
   
   This is just an idea, though. I haven't investigated further.

----------------------------------------------------------------
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


With regards,
Apache Git Services