Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4
-
None
Description
Accumulo 1.5.0 changed the authentication token serialization format (See ACCUMULO-1041). Gora-accumulo serializes the authentication token in the old format when calling the Accumulo API, so the operation fails with the exception ThriftSecurityException(user:root, code:INVALID_INSTANCEID).
How to reproduce this bug: Execute the attached unit test.