Skip to content

Commit 47a23cb

Browse files
committed
minor correction
1 parent 745dc18 commit 47a23cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/tech/stackable/hadoop/StackableTopologyProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ private String tryResolveListenerToDatanode(String name) {
282282
GenericKubernetesResource listener = cache.getListener(name);
283283
if (listener == null) {
284284
LOG.debug("Not a listener: {}", name);
285-
return name;
285+
return null;
286286
}
287287
// We found a listener, so we can resolve it directly
288288
return resolveListenerEndpoint(listener);

0 commit comments

Comments
 (0)