Re: Issues with TransactionIds managed by CacheTransactionManager in C++ native client

2019-12-20 Thread Alberto Gomez
with TransactionIds managed by CacheTransactionManager in C++ native client Transactions are an area of the codebase I've never dealt with, so I'm sure most/all of what you mention is true. In particular, the only thing I know about TransactionId is that it's always set to -1,

Re: Issues with TransactionIds managed by CacheTransactionManager in C++ native client

2019-12-13 Thread Blake Bender
Transactions are an area of the codebase I've never dealt with, so I'm sure most/all of what you mention is true. In particular, the only thing I know about TransactionId is that it's always set to -1, so functionally it's essentially useless. I'm not certain what all of the implications will be

Issues with TransactionIds managed by CacheTransactionManager in C++ native client

2019-12-13 Thread Alberto Gomez
Hi, I have created a ticket with some issues I have found related to TransactionIds managed by CacheTransactionManager in the C++ native client. https://issues.apache.org/jira/browse/GEODE-7573 In it, I also propose some solutions to the issues found. I'd appreciate if someone could review the