Opened 6 years ago

Closed 6 years ago

#1831 closed defect (fixed)

Rasql_Server killed with corridor without discrete parameter

Reported by: Bang Pham Huu Owned by: bbell
Priority: major Milestone: 9.7
Component: rasserver Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

test_eobstest is a 3D collection imported by system test (test WCST_Import).

rasql -q 'select sdom(clip(c, corridor(projection(1, 2), linestring(0 1 1, 1 25 30, 4 15 25), polygon((0 5, 5 0, 0 0))))) from test_eobstest as c' 
rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
Opening database RASBASE at localhost:7001... ok.
Executing retrieval query... Client failed with error:Socket closed
rasdaman error 0: The client failed to contact the server.
aborting transaction... The client failed to connect

but it works with discrete parameter

rasql -q 'select sdom(clip(c, corridor(projection(1, 2), linestring(0 1 1, 1 25 30, 4 15 25), polygon((0 5, 5 0, 0 0)), discrete))) from test_eobstest as c'  --out string
rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
Opening database RASBASE at localhost:7001... ok.
Executing retrieval query... ok.
Query result collection has 1 element(s):
  Result element 1: [0:2,0:5,0:5]

Change History (1)

comment:1 by bbell, 6 years ago

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