Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | anew <...@git.apache.org> |
Subject | [GitHub] incubator-tephra pull request #53: (TEPHRA-243) Improve logging for slow log... |
Date | Wed, 13 Sep 2017 17:28:27 GMT |
Github user anew commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/53#discussion_r138686057 --- Diff: tephra-core/src/main/java/org/apache/tephra/persist/AbstractTransactionLog.java --- @@ -48,21 +52,30 @@ protected long timestamp; private volatile boolean initialized; private volatile boolean closed; + private AtomicLong writtenUpTo = new AtomicLong(); --- End diff -- yes it is only called within synchronized {} --- | |
Mime |
|
View raw message |