if (inflight_cur < this.inflight_min && inflight_cur > 0) this.inflight_min = inflight_cur;
if (inflight_cur > this.inflight_max) this.inflight_max = inflight_cur;
// CommandLogWriter
int inflight_cmdlog = 0;
CommandLogWriter cmdLogger = hstore_site.getCommandLogWriter();
if (cmdLogger != null) {
inflight_cmdlog = cmdLogger.getTotalTxnCount();
}
siteInfo.put("InFlight Txns",
String.format("%d total / %d init / %d queued / %d restart / %d cmdlog / %d deletable " +
"[totalMin=%d, totalMax=%d]",