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
This method is defined as static so that mulitple tasks running in an executor will update the itemSize sharing the same variable. which incorrectly update and exceeds the size
This method is defined as static so that mulitple tasks running in an executor will update the
itemSize
sharing the same variable. which incorrectly update and exceeds the sizeemr-dynamodb-connector/emr-dynamodb-hadoop/src/main/java/org/apache/hadoop/dynamodb/DynamoDBUtil.java
Line 141 in b9e5ae3
Called from method putBatch
https://github.com/awslabs/emr-dynamodb-connector/blob/master/emr-dynamodb-hadoop/src/main/java/org/apache/hadoop/dynamodb/DynamoDBClient.java#L204
.
The text was updated successfully, but these errors were encountered: