Replies: 2 comments 2 replies
-
👋 are you manually creating the log store or just opening the table and grabbing a reference off the table to its log store? I can imagine this happening if there's a recursion of some form or a loop where new connections are being created in a loop before older ones are expired, but I wouldn't expect this in normal operation and haven't seen it myself |
Beta Was this translation helpful? Give feedback.
2 replies
-
This now looks to be fixed as part of #2457 in ver 0.17.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi' i'm currently running the deltra-rs rust library in lambda to do a merge query into delta lake. However i noticed i'm getting the following error:
It looks like its coming from the DynamoDBLock;
I suspect the logstore is trying to create new connections when running through a batch for records to save to deltalake, I'm still quite new to rust, but when i normally talk to dynamoDB i create a a reference outside of the handler and pass the reference through, do i need to look at doing the same with the logstore? And if so how?
Beta Was this translation helpful? Give feedback.
All reactions