I've noticed this in the logs:
~~~
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerFile executing.
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommitter executing.
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommitter executing.
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing.
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing.
INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing.
~~~
Could this be a source of problems? (I am looking at concurrency issues an trying to find causes)
Discussion
-
Jurgen vinju
2014-06-17- Description has changed:
Diff:
--- old +++ new @@ -1,12 +1,12 @@ I've noticed this in the logs: -``` +~~~ INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerFile executing. INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommitter executing. INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommitter executing. INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing. INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing. INFO [MetricListExecutor (pongo, 20130131)] (17:47:25): churnPerCommit executing. -``` +~~~ Could this be a source of problems? (I am looking at concurrency issues an trying to find causes)