303304305306307308309310311312313314315
if (latch == null) { return null; } Participant participant = latch.getLeader(); if (participant.isLeader()) { return participant.getId(); } return null; } catch (Exception e) {