hey,

The DRPC server is up and listening on port 3772.   Why do you expect
established connections?

I'm not familiar with using Storm's DRPC feature, but I'm sure you need to
write code that interacts with the DRPC server, and you've made no mention
of doing so in your email.  I'd start here:

   - https://storm.apache.org/documentation/Distributed-RPC.html

- Erik

On Tue, Jan 26, 2016 at 4:29 PM, researcher cs <[email protected]>
wrote:

> I set in the code
> conf.put(Config.DRPC_SERVERS, dprcServers);
>         conf.put(Config.DRPC_PORT, 3772);
> but when i submit topolgoy i found at the end of the file
>  b.s.d.drpc [INFO] Starting Distributed RPC servers...
>
> i checked port 3772 by
>
> sudo netstat -ap | grep 3772
>
> i got
>
> tcp     0    0 *:3772    *:*         LISTEN      10864/java
> unix  3      [ ]         STREAM     CONNECTED     13772
> 587/dbus-daemon     /var/run/dbus/system_bus_socket
>
>
> why it's not established  ?
>
> can i find help ?
>

Reply via email to