GitHub user anew opened a pull request:
https://github.com/apache/incubator-tephra/pull/53
(TEPHRA-243) Improve logging for slow log append
- adds more detail to the log message (number of entries, bytes written)
- ensures only one thread logs the message concurrently, by moving it into
the method actually writes to storage. Previously all threads logged it even if
they did not write themselves
- changed ThriftTransactionSystemTest to use LocalTransactionLog (otherwise
it does not get tested at all)
- fixed a few unrelated compiler warning encountered on the way
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anew/incubator-tephra tephra-243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tephra/pull/53.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #53
----
commit 60085beef1c5b8cef90b1b14751ae7aa78b6d909
Author: anew <[email protected]>
Date: 2017-09-09T03:04:38Z
(TEPHRA-243) Improve logging for slow log append
----
---