hlms

Results 5 issues of hlms

Hello team, I'm passing a same DB object to multiple threads, and they all will invoke commit() methods. I hope DB object is thread-safe. Please correct me if that is...

I need to update multiple tables through dynamoid. Is there any way to make such transaction atomic? For example, for a particular operation, I'm updating tables t1, t2, t3. If...

Not sure if I should file the issue. Let me know if there is a better place to ask the question. Does dynamoid retry for calls to DynamoDB? If yes,...

This line: https://github.com/Veraticus/Dynamoid/blob/master/lib/dynamoid/fields.rb#L4 says: All fields on a Dynamoid::Document must be explicitly defined -- if you have fields in the database that are not specified with field, then they will...

I am using fuel-java-1.0.1. Using the following code for login: ``` ETConfiguration configuration = new ETConfiguration(); configuration.set("clientId", "my-client-id"); configuration.set("clientSecret", "my-client-secret"); ETClient client = new ETClient(configuration); ``` Intermittently, it fails with...