seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

range_read seems to leave messages in queue #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 1> cs_api_v2:range_read(foo, bar).
{ok, []}.
2. 2> cs_api_v2:write(key, value). 

What is the expected output? What do you see instead?
Expected:
ok.

Instead:
** exception error: no match of right hand side value {timeout}
     in function  rdht_tx:collect_results_and_do_translogops/1
     in call from rdht_tx:process_request_list/2
     in call from cs_api_v2:process_request_list/2
     in call from cs_api_v2:write/2

What version of the product are you using? On what operating system?
Latest SVN, linux.

Please provide any additional information below.
I know range_read might be not intended to be used with sense, but my test 
cases don't run (anymore), returning this error.
It seems like the timeout is not ignored after a successfully ended 
range_read.

Original issue reported on code.google.com by Uwe.Daue...@gmail.com on 29 Apr 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Fixed in r754.

Original comment by schin...@gmail.com on 29 Apr 2010 at 7:12