Re: CursorUtil -> mapCursorIDQuery

2018-08-21 Thread Josh Elser
Thanks sir! Will take a look up there and continue. On 8/21/18 11:48 AM, Jack Steenkamp wrote: Hi Josh, I've created https://issues.apache.org/jira/browse/PHOENIX-4860 for this. Thanks, On Tue, 21 Aug 2018 at 16:34, Jack Steenkamp wrote: Hi Josh, Glad I could help. The CursorUtil class it

Re: CursorUtil -> mapCursorIDQuery

2018-08-21 Thread Jack Steenkamp
Hi Josh, I've created https://issues.apache.org/jira/browse/PHOENIX-4860 for this. Thanks, On Tue, 21 Aug 2018 at 16:34, Jack Steenkamp wrote: > > Hi Josh, > > Glad I could help. The CursorUtil class it seems has not changed since > it was first created as part of PHOENIX-3572 - and is still

Re: CursorUtil -> mapCursorIDQuery

2018-08-21 Thread Jack Steenkamp
Hi Josh, Glad I could help. The CursorUtil class it seems has not changed since it was first created as part of PHOENIX-3572 - and is still the same in master (I checked a bit earlier). Sure - will have a go at creating a JIRA for this. Regards, On Tue, 21 Aug 2018 at 16:23, Josh Elser wrote:

Re: CursorUtil -> mapCursorIDQuery

2018-08-21 Thread Josh Elser
Hi Jack, Given your assessment, it sounds like you've stumbled onto a race condition! Thanks for bringing it to our attention. A few questions: * Have you checked if the same code exist in the latest branches/releases (4.x-HBase-1.{2,3,4} or master)? * Want to create a Jira issue to track

CursorUtil -> mapCursorIDQuery

2018-08-21 Thread Jack Steenkamp
Hi All, In my application I make heavy use of Apache Phoenix's Cursors (https://phoenix.apache.org/cursors.html) - and for the majority of cases it works great and makes my life a lot easier (thanks for implementing them). However, in very rare cases (fiendishly rare cases), I get