Re: Accumulo Junit Concurrency/Latency issues ( Accumulo 1.3 )

2012-11-29 Thread Eric Newton
I am definitely using the same key to update and retrieve the data. At least update the timestamp to the current time (or old timestamp + 1). -Eric On Thu, Nov 29, 2012 at 10:38 AM, Adam Fuchs afu...@apache.org wrote: Josh, Can you share your junit test code so I can replicate this

Re: Accumulo Junit Concurrency/Latency issues ( Accumulo 1.3 )

2012-11-29 Thread Josh Berk
Sorry Adam, I can't give my source code :/. and Eric, I'm positive that the timestamp is not the issue. When I said I use the same key, i meant only the key and not the entire same Entry. The timestamp and visibility are associated with the entry and not the key. so, the timestamp is

Re: Accumulo Junit Concurrency/Latency issues ( Accumulo 1.3 )

2012-11-29 Thread Adam Fuchs
Sounds like you might need to introduce some synchronization to serialize your JUnit tests. If you can recreate these symptoms in a small test case that is representative of your code, maybe you can share that? Adam On Thu, Nov 29, 2012 at 11:10 AM, Josh Berk josh.accum...@gmail.com wrote: