ilovesoup / hyracks

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

Some examples use wrong client port to connect to CC #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Hyracks 0.2.0 release, some example programs connect to the Hyracks CC 
on port 1099.  1099 is the default port for connections from node controllers, 
not clients, so this results in casting exceptions in the IPC call.  The 
correct default client port is 1098.

Some of the examples correctly connect to 1098 but, their usage messages 
incorrectly list 1099 as the default port.

Original issue reported on code.google.com by rosenville@gmail.com on 4 Jun 2012 at 9:28

GoogleCodeExporter commented 9 years ago
Fixed in r1526, in the hyracks_asterix_stabilization branch (the next release 
will have these changes).

Original comment by vinay...@gmail.com on 5 Jun 2012 at 7:27