commit | b497c8278f6ac7e756e5462eab06cf4cdf2d0e79 | [log] [tgz] |
---|---|---|
author | Stephen Mallette <stepmall@amazon.com> | Fri Jul 02 11:17:37 2021 -0400 |
committer | Stephen Mallette <stepmall@amazon.com> | Fri Jul 02 11:17:37 2021 -0400 |
tree | 1a7df3374e44e9480d6b8aa84b89ae66cb845d3a | |
parent | 7c6dab9608f22a981ee6b64416137351e86013e0 [diff] |
TINKERPOP-2554 Better handle uninitialized metrics Changed getMetrics() to return Optional on ProfileStep and prevent traversal metrics from calculating if the traversal is not locked. CTR