You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cast to int in V13Database.getTransactionIdBuffer is suspicious, it probably shouldn't be there. Also consider using a different method for encoding to remove the overhead of allocating a ByteArrayOutputStream and an extra byte array.