Ticket #261 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by badreddinekaroui

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.