ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

JobThread catches Unsatisfiable constraint exceptions #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "run" method in the JobThread class catches the HyracksException: 
Unsatisfiable constraint for operator. The class is in the JobQueue file in 
pakcage edu.uci.ics.hyracks.control.cc.jobqueue.

This affects the ASTERIX users. If the query asks specifically for a node (for 
example in "load dataset" statements), and the node is down, the client has now 
way of knowing that something went wrong.

Original issue reported on code.google.com by rvernica on 6 Jul 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Fixed in dev_next

Original comment by vinay...@gmail.com on 30 Nov 2011 at 8:28