----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38170/ -----------------------------------------------------------
Review request for helix. Repository: helix-git Description ------- Previously, the IPC resolution mechanism assumed that the instance name was the physical host name. It may be the case that instance names are not the physical host name (e.g. multiple instances on one machine), so this allows them to be configured separately. Diffs ----- helix-ipc/src/main/java/org/apache/helix/ipc/HelixIPCService.java 6158514 helix-ipc/src/main/java/org/apache/helix/resolver/AbstractHelixResolver.java c0fd2bb helix-ipc/src/test/java/org/apache/helix/ipc/TestNettyHelixIPCService.java 25833d7 helix-ipc/src/test/java/org/apache/helix/resolver/TestZKHelixResolver.java 4e802d7 Diff: https://reviews.apache.org/r/38170/diff/ Testing ------- Thanks, Greg Brandt