Skip to content

Commit

Permalink
Merge pull request apache#1200 from storm/agresch_nimbusuptime2
Browse files Browse the repository at this point in the history
YSTORM-5367 fix setting of nimbus uptime
  • Loading branch information
Aaron Gresch authored and GitHub Enterprise committed Aug 29, 2018
2 parents d499156 + f324670 commit cad8519
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2749,6 +2749,7 @@ private ClusterSummary getClusterInfoImpl() throws Exception {
}

ClusterSummary ret = new ClusterSummary(summaries, topologySummaries, nimbuses);
ret.set_nimbus_uptime_secs(uptime);
return ret;
}

Expand Down

0 comments on commit cad8519

Please sign in to comment.