Closed GoogleCodeExporter closed 9 years ago
What mapper and reducer functions were you executing?
Did you see any other exception in logs?
Original comment by sergio.b...@gmail.com
on 20 Oct 2010 at 8:32
I'm using size/size.
No other exceptions.
The query still returns a {"size":0} document.
Original comment by johansso...@gmail.com
on 20 Oct 2010 at 8:37
And how are keys composed? An example of the queried range?
Original comment by sergio.b...@gmail.com
on 20 Oct 2010 at 9:00
Oh, I think the problem is the snapshot file saved and accessed on disk, hence
the IOException: take a loot at the SortedSnapshot class.
If so, you should get the same exception with simple range queries too: is that
the case?
Original comment by sergio.b...@gmail.com
on 21 Oct 2010 at 6:07
That is very likely to be it - the range queries behave in the exact same way.
Original comment by johansso...@gmail.com
on 21 Oct 2010 at 7:28
Original comment by sergio.b...@gmail.com
on 21 Oct 2010 at 8:38
Original comment by sergio.b...@gmail.com
on 21 Oct 2010 at 8:39
The snapshot files were indeed the problem.
Previously named <bucket>:<comparator>, which doesn't work on Win systems.
Renamed it to <bucket>-<comparator>.
Although it seems kind of obvious that it will work universally now, it should
be verified on *nix/MacOS.
Original comment by johansso...@gmail.com
on 21 Oct 2010 at 8:57
Works here on my Mac.
Good catch!
Original comment by sergio.b...@gmail.com
on 22 Oct 2010 at 9:24
Original issue reported on code.google.com by
johansso...@gmail.com
on 20 Oct 2010 at 8:18