Hi, looks like the jira is down.We already discussed that a NPE is thrown in case the remote method does not return any values.
I also note this line in client.java
public Writable[] call(Writable[] params, InetSocketAddress[] addresses)
throws IOException {
if (params.length == 0) return new Writable[0];Do I understand it correct that in case the remote method does not need any parameter no remote call is done?
Makes that sense? Stefan
