Opened 16 years ago

Closed 16 years ago

#261 closed defect (fixed)

The SDF provider throws an unessessary exception

Reported by: badreddinekaroui Owned by: gregboone
Priority: minor Milestone: 3.3.0
Component: SDF Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID: 955645

Description

The SDF throws an exception when it does not find an Rtree node. This is an unesessary exception since it may just be a case of race condition where the node is not flushed yet by the writer. This issue happened in a rare condition where a writer is saving a huge SDF file(>5millions point features)while a spatial query on a separate thread is continuously executing and fetching the result. Eventually the writer finishes and the Rtree is fine.

Change History (1)

comment:1 by badreddinekaroui, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.