milleruntime opened a new issue #2456: URL: https://github.com/apache/accumulo/issues/2456
My changes in #2451 have a test failure in `SaslDigestCallbackHandlerTest`. The changes produce a NPE and may have exposed a bug in AuthenticationTokenSecretManager with the instanceId always being null. This may not matter if it is only used for naming the `AccumuloDelegationToken` but I am not sure. It looks like the code is only used for user to call `SecurityOperations` generateToken method but the code is also shared on the server side to do some stuff when "instance.rpc.sasl.enabled" is turned on. https://github.com/apache/accumulo/blob/67127d81a03a693adbde7791605e1f6f57f9ba29/server/base/src/main/java/org/apache/accumulo/server/security/delegation/AuthenticationTokenSecretManager.java#L161 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
