Closed GoogleCodeExporter closed 8 years ago
Google Bug #658516
Original comment by vjo...@gmail.com
on 15 Mar 2007 at 4:48
To fix in ConnectorInterfaces.getTraverser(), you can move the creation of the
new
QueryTraverser into the try{} block. Then, if Session.getTraversalManager()
fails
(or even if creation of QueryTraverser fails) then an invalid QueryTraverser is
not
created and cached. Since the cached QueryTraverser remains null, the next
call to
getTraverser() will be the retry strategy that Max refers to in his comment.
The only caller of getTraverser() already handled a null return (poorly).
However,
WorkQueueItems already tested for a null Traverser and subsequently don't do
any work.
Original comment by Brett.Mi...@gmail.com
on 2 May 2008 at 2:29
Fixed in revision r805 which also addresses issue 60 and issue 63.
Original comment by Brett.Mi...@gmail.com
on 25 May 2008 at 2:12
Original comment by Brett.Mi...@gmail.com
on 25 May 2008 at 2:17
Original comment by mgron...@gmail.com
on 19 Jun 2008 at 6:35
Original issue reported on code.google.com by
jl1615@gmail.com
on 12 Mar 2007 at 10:33