MCPcopy Create free account
hub / github.com/apache/storm / getVersion

Method getVersion

storm-client/src/jvm/org/apache/storm/utils/Utils.java:1583–1586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1581 LOG.error("Could not find the real version of {} from CP {}", entry.getKey(), entry.getValue());
1582 ret.put(entry.getKey(), new IVersionInfo() {
1583 @Override
1584 public String getVersion() {
1585 return "Unknown";
1586 }
1587
1588 @Override
1589 public String getRevision() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected